/*Navigation */

@charset "UTF-8";

span.level  {

    display:inline;
}

.title
{
font-size:18px;
font-weight:bold;

}

.titleDescriptor
{
margin-top:-20px;

}

.fa-bell
{
    font-size: 1.2em;
    color: white;

}


#notifications
{
font-size: 0.8em;
font-weight: bold;
top: 28px;
left: 18px;
color: #f10101;
position:absolute;

}





.page {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.navigation {
    height: 70px;
    background: #262626;
}

.brandAndLogin {

    position: absolute;

    width: 210px;

    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;

}

.brand {
    float: right;


}

.login {

    float: left;
    font-size: .8em;
    color: #ffffff;

}

.brand a,
.brand a:visited,
.login a,
.login a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;

}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #262626;
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #2581DC;
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 0px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* #### Navigation #### */

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

/* collapsable tables */

.modalFetchingData {
    text-align: center;
    margin: auto;
    font-size: 2.5em;


}

.modal-for-checkboxes {
    top: 0px;
    position: absolute;
    width: inherit;
    background-color: white;
    opacity: 0.5;
    height: inherit;
    bottom: 0px;

}

.modal-for-checkboxes-hidden {
    display: none;

}

.spells-page,
#classes,
.text-filters {

    font-size: 1em;

}

p.divider {
    display: block;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #2581DC;
    color: white;

}

.spell-description {

    font-size: 0.9em;
    margin-bottom: 0px;

}

.eyeclick {

    cursor: pointer;

}

#spellLevelAllOrNone {
    font-size: 0.8em;
}

.br-theme-fontawesome-stars .br-widget a {
    font-size: 1em !important;


}

.rating-success-update {

    font-size: 0.6em;
    margin-top: -7px;
    width: auto;
    text-align: center;
    color: #0ea70eab;
}

@media screen and (max-width: 799px) {

    .spells-page,
    #classes,
    .text-filters {

        font-size: 0.9em;
        vertical-align: bottom;
    }

    .table-spellsTable {

        font-size: 0.8em;

    }

    .spell-description {
        font-size: 1.2em;


    }

}

@media screen and (max-width: 600px) {

    .table-spellsTable {

        font-size: 0.7em;

    }

    .spell-description {
        font-size: 1.2em;


    }

}
.form-control
    {
font-size:0.8em;

    }
@media screen and (max-width: 360px) {

    .table-spellsTable {

        font-size: 0.61em;

    }

    /* also shrink school and tags columns a bit */
    .table-column-decrease-text-size {
        font-size: 0.9em;

    }

    /* spell descriptions, font can be a bit bigger */
    .spell-description {
        font-size: 1.2em;


    }

}


/* encounter stuff */


#monster-description {

    font-size:0.8em;
    margin-left:10px;
}

#monster-description h2, #monster-description h1
    {
    font-size: 1.5em;
    margin: 10px 0px 0px -10px;
    }

    #monster-description h3
    {
    font-size: 1.3em;
  
    margin: 10px 0px 0px -10px;
    }



 