﻿:root {
    --event-color: #00468c;
    --event-secondary: #0e76bc;
}


.style1 {
    font-size: large;
}

.hyperbold {
    font-weight: bolder;
}

.hyperred {
    color: black;
}

ul {
    list-style: disc;
    margin-left: 1em;
}

li {
    list-style-position: inside;
    text-indent: -1.3em;

}

    li:before {
    }

#hidelisting li:not(:last-child) {
    margin-bottom: 5px;
}

.container-fluid {
    margin: 0 auto;
    max-width: 1300px;
}

.presentationstyle {
    color: #35516c;
    font-weight: bold;
}

.narratedstyle {
    color: #2B8B97;
    font-weight: bolder;
}


.centerstuff {
    align-content: center;
    text-align: center;
}

.auto-style1 {
    font-weight: bold;
}

.auto-style2 {
    color: red;
    font-weight: bold;
}

.auto-style3 {
    color: red;
    font-weight: bold;
    font-size: 18pt;
}

.cpHeader {
    color: white;
    background-color: #23226E;
    font-family: 'Open Sans';
    font-size: 16pt;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding: 4px;
}

.cpHeader2 {
    color: white;
    background-color: #d4910b;
    font-family: 'Open Sans';
    font-size: 16pt;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding: 4px;
}

.cpHeader3 {
    color: white;
    background-color: #23226E;
    font-family: 'Open Sans';
    font-size: 16pt;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding: 4px;
}

.cpBody {
    background-color: #f2f2f2;
    border: 1px gray;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 12pt;
    line-height: 25px;
    font-weight: normal;
    padding: 4px;
    padding-top: 7px;
}

.cpBody2 {
    background-color: #f2f2f2;
    border: 1px gray;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 12pt;
    line-height: 25px;
    font-weight: normal;
    padding: 4px;
    padding-top: 7px;
}

.hyperbold {
    font-weight: bolder;
}

.modgrid {
    font-size: 12pt;
    width: 100%;
    align-content: center;
}

.gridwidth {
    font-size: 12pt;
    width: 100%;
    align-content: center;
}

.trackwidth {
    width: 200px;
}

.titlewidth {
    width: 400px;
}

.detailswidth {
    width: 100px;
}

.uploadenabled {
    width: 100px;
}

.uploaddisabled {
    width: 100px;
}

.hiddencol {
    display: none;
}

.centerHeaderText th {
    text-align: center;
}

.parentTable table td {
    padding: 8px;
}

.thisheader > div {
    position: relative;
    left: 150px;
}

/* Style buttons */

.btn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */

    .btn:hover {
        background-color: var(--event-secondary);
        color: white;
        
    }

#ChairModButton:hover {
    color:white;
}

.Postervideobtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    border-radius: 5px;
}

    /* Darker background on mouse-over */

    .Postervideobtn:hover {
        background-color: var(--event-secondary);
        color: #fff;
    }



.videobtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    border-radius: 5px;
}

    /* Darker background on mouse-over */

    .videobtn:hover {
        background-color: var(--event-secondary);
        color: #fff;
    }

.bluebtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    border-radius: 5px;
}

    /* Darker background on mouse-over */

    .bluebtn:hover {
        background-color: var(--event-secondary);
        color: #FFF;
    }

.Videobluebtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    border-radius: 5px;
}

    /* Darker background on mouse-over */

    .Videobluebtn:hover {
        background-color: var(--event-secondary);
        color: #fff;
    }


.pinkbtn {
    background-color: #58A455;
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */

    .pinkbtn:hover {
        background-color: #0398C2;
        color: white;
    }

.handoutbtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */

    .handoutbtn:hover {
        background-color: var(--event-secondary);
        color: white;
    }


.homebtn {
    /*position: relative; 
			top: 80px; */
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    /* Darker background on mouse-over */

    .homebtn:hover {
        background-color: var(--event-secondary);
        color: #FFF;
        /* White text */
    }

.changebtn {
    /*position: relative; 
			top: 80px; */
    right: 0px;
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    /* Darker background on mouse-over */

    .changebtn:hover {
        background-color: var(--event-secondary);
        color: #FFF;
        /* White text */
    }

/*  #23226E;' */

.changebtnblue {
    /*position: relative; 
			top: 80px; */
    right: 0px;
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    /* Darker background on mouse-over */

    .changebtnblue:hover {
        background-color: var(--event-secondary);
        color: white;
        /* White text */
    }

/*  #23226E;' */

.logoutbtn {
    /*position: relative; 
			top: 80px; */
    right: 0px;
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 12px 16px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 20px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    /* Darker background on mouse-over */

    .logoutbtn:hover {
        background-color: var(--event-secondary);
        color: #FFF;
        /* White text */
    }

.emailallbtn {
    position: absolute;
    right: 0px;
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .emailallbtn:hover {
        background-color: var(--event-secondary);
        color: white;
        /* White text */
    }

.Postersmallbtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .Postersmallbtn:hover {
        background-color: var(--event-secondary);
        color: #fff;
        /* White text */
    }

.smallbtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .smallbtn:hover {
        background-color: var(--event-secondary);
        color: #fff;
        /* White text */
    }


.smallgreybtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .smallgreybtn:hover {
        background-color: var(--event-secondary);
        color: white;
        /* White text */
    }


.smallbluebtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .smallbluebtn:hover {
        background-color: #fff;
        color: #FF5200;
        border: 1px solid #FF5200;
        /* White text */
    }

.Videosmallbluebtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .Videosmallbluebtn:hover {
        background-color: var(--event-secondary);
        color: #fff;
        /* White text */
    }


.smallpinkbtn {
    background-color: #58A455;
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .smallpinkbtn:hover {
        background-color: #0398C2;
        color: white;
        /* White text */
    }


.smallhandoutbtn {
    background-color: var(--event-color);
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .smallhandoutbtn:hover {
        background-color: #fff;
        color: #FF5200;
        border: 1px solid #FF5200;
        /* White text */
    }


.helpbtn {
    background-image: url(Images/HelpButton.jpg);
    /* Blue background background-color: #23226E; */
    border: none;
    /* Remove borders */
    height: 32px;
    width: 99px;
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 12px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .helpbtn:hover {
        background-color: #0398C2;
        color: white;
        /* White text */
    }

.avbtn {
    background-color: #23226E;
    /* Blue background */
    border: none;
    /* Remove borders */
    color: white;
    /* White text */
    padding: 6px 8px;
    /* Some padding */
    font-family: 'Open Sans';
    font-size: 16px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    /* Darker background on mouse-over */

    .avbtn:hover {
        background-color: #0398C2;
        color: white;
        /* White text */
    }

* Modal Dialog Bits */ .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 1200px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.sttest > div {
    width: 1300px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #23226E;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #00d9ff;
    }


.uploadbtn {
    margin: 10px;
    background: #F7941D;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    text-wrap: none;
    font-family: 'Open Sans'
}

.uploadbtn:hover {
    background-color: #fff;
    text-decoration: none;
    color: #FF5200;
    border: 1px solid #FF5200;
}
.custombtn {
   font-style: normal
}

.macLabel {
    margin-bottom: 20px;
}

.macButton {
    background: #FF5200;
    color:#fff;
    border:none;
    border-radius: 5px;
    margin-bottom:10px
}

.macButton:hover {
    background:#fff;
    color:#FF5200;
    border: 1px solid #FF5200
}

.presList {
    margin-top:0;
}

