.logo {
    text-align: center;
}
.headline {
  font-size: 2em;
    font-family: sans-serif;
}
.menu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 620px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: 1px solid #fefefe;
    width: 900px;
}
.submenu {
    font-family: sans-serif;
    height: 100px;
    width: 200px;
    text-align: center;
    font-size: 2em;
    display: inline-block;
    padding-top: 75px;
}

.submenu:hover {
    background-color: #2a5d84;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.label {
    font-family: sans-serif;
    font-size: 1.25em;
}

.description {
    font-family: sans-serif;
    font-style: italic;
    font-size: 0.8em;
    color: #ccc;
}

.navbox {
    padding-top: 20px;
    width: 100%;
}

.navigation-prev, .navigation-next {
    font-family: serif;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    font-style: italic;
    color: #999;
    display: inline-block;
    width: 48%;
}
.navigation-prev:hover, .navigation-next:hover {
    color: #003f54;
}
.navigation-prev {
    text-align: left;
}
.navigation-next {
    text-align: right;
}
.navmenu
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #003f54;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    padding-top: 10px;
}
.navlink {
    text-decoration: none;
    color: #fff;
    width: 125px;
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    padding: 5px;
}
.navlink:hover
{
    background-color: #116683;
    color: #ffffff;
}
.register tr td {
    padding-top: 25px;
    height: 40px;
}

tr {
    text-align: left;
}

.content-table {
    width: 100%;
}

.content-table tr:nth-child(odd) {
    background-color: #efefef;
}

.content-table tr td {
    padding-top: 10px;
    height: 1em;
    padding-left: 10px;
}

.content-table tr th, table th {
    text-align: left;
    font-family: "Source Sans Pro", sans-serif;
}
input, select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    height: 25px;
}
select {
    width: 300px;
}

.subhead
{
    padding-top: 20px;
    font-size: 1.3em;
    color: #00698b;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 10px;

}

.orgname
{
    font-family: sans-serif;
    font-weight: bold;
    padding-top: 20px;
    text-decoration: none;
    color: #000;
    font-size: 1.1em;
}
.orgname:hover
{
    color: #00698B;
}

.more {
    color: #003f54;
    font-style: italic;
    font-family: sans-serif;
    cursor: pointer;
    padding-left: 10px;
    text-decoration: none;
}

.more:hover {
    color: #00698b;
}

.menutabs ul {
    list-style-type: none;
    list-style-image: none;
    text-align: center;
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.menutabs li {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 15px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: sans-serif;
    cursor: pointer;
    background-color: #dedede;
}

.menutabs li:hover {
    background-color: #ffef8a;
}

.activetab {
    background-color: #ffffff;
}


.tab-content {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    margin-top: -17px;
}

.exports {
    width: 100%;
    text-align: right;
    padding-top: 15px;
    font-family: sans-serif;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}
.dropnote {
    height: 100px;
    background-color: #fff9bd;
    width: 200px;
    font-family: sans-serif;
    font-size: 0.9em;
    padding: 15px;
}

.callout {
    font-size: 1.2em;
    color: #999999;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 15px;
}

.loginbox {
    width: 400px;
    border: 1px solid #dedede;
    border-radius: 25px;
    background-color: #dedede;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.bluebutton {
    background-color: #6eb2c9;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    margin-top: 10px;
    color: #012835;
    font-family: "Source Sans Pro", sans-serif;
}

.bluebutton:hover {
    background-color: #3ccbfb;
}

.redbutton {
    background-color: #ff9287;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-family: "Source Sans Pro", sans-serif;
    color: #6c0a00;
}

.redbutton:hover {
    background-color: #ff4935;
}

.greenbutton {
    background-color: #66c17a;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-family: "Source Sans Pro", sans-serif;
    color: #00350c;
}

.greenbutton:hover {
    background-color: #28c14a;
}

#rcat, #vacation {
    cursor: pointer;
    color: #00698B;
}

#rcat:hover, #vacation:hover {
    background-color: #3ccbfb;
}

.user, .org {
    cursor: pointer;
}

.user:hover, .org:hover {
    color: #3ccbfb;
}

table.usertable tr, table.orgtable tr {
    height: 2em;
    width: 100%;
}

.details {
    border: 1px solid #efefef;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: none;
    padding: 10px;
    width: 100%;
    background-color: #efefef;
    margin-bottom: 25px;
}

.toolset {
    display: inline-block;
    margin-left: 35px;
}

.remove, .edit, .primary, .approve {
    font-size: 1.3em;
    color: #cccccc;
    cursor: pointer;
}

.remove:hover {
    color:  #ff4935;
}

.edit:hover {
    color: #00698B;
}

.primary:hover {
    color: #ffcb35;
}

.approve:hover {
    color: #28c14a;
}

.list_table tr {
    height: 1.5em;
}
.list_table tr:nth-child(even) {
    background-color: #f0f0f0;
}

.link {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777777;
    cursor: pointer;
}

a.link {
    text-decoration: none;
    color: #111;
}
a.link:hover {
    background-color: #cceeff;
}

.link:hover {
    color: #00698b;
}

.alert {
    color: #ff4935;
}

