﻿body {
    background-color: #333;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    font-family: Verdana;
}

div.room-selection {
    margin:0 auto;
    width:650px;
    margin-top:100px;
}

h1 {
    font-weight: 300;
}

button {
    background-color: #4285f4;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: .8em;
    margin: 0 5px 20px 5px;
    width: 8em;
    height: 2.75em;
    padding: .5em .7em .5em .7em;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5)
}

button:active {
    background-color: #3367d6
}

button:hover {
    background-color: #3b78e7
}

button:focus {
    outline: none;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5)
}

input[type=text] {
    border: none;
    border-bottom: solid 1px #4c4c4f;
    font-size: 1em;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    margin-right: 20px;
    width: 100%;
}

input[type=text]:focus {
    border-bottom: solid 2px #4285f4;
    outline: none
}

select {
    font-size: .8em;
    color:#fff;
    border: solid 2px #4285f4;
    background-color: #333;
}

.button-arrow {
    display: none;
}

span.content-ppt select{
    width:300px;
    margin-bottom:15px
}
#ddlCourseGroup {
    width: 65px;
    margin-bottom: 15px;
}
span.content-athena{
    display:none
}
span.content-athena select[name=AthenaProduct]{
    width:150px
}
span.content-athena select[name=AthenaTopicId]{
    width:350px;
    margin-bottom:15px
}
