/** Admin Menu Bar **/
@font-face {
    font-family: 'BebasBold';
    src: url('/sites/all/themes/portal/fonts/bebasBold/BebasNeue_Bold_web.eot');
    src: url('/sites/all/themes/portal/fonts/bebasBold/BebasNeue_Bold_web.eot?#iefix') format('embedded-opentype'),
    url('/sites/all/themes/portal/fonts/bebasBold/BebasNeue_Bold_web.woff') format('woff'),
    url('/sites/all/themes/portal/fonts/bebasBold/BebasNeue_Bold_web.woff2') format('woff2'),
    url('/sites/all/themes/portal/fonts/bebasBold/BebasNeue_Bold_web.ttf') format('truetype'),
    url('/sites/all/themes/portal/fonts/bebasBold/BebasNeue_Bold_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
}

/* Hide Text Format Selector */
.filter-wrapper {
    display: none;
}

.ckeditor_links {
    display: none !important;
}


/* Move sticky-headers to accommodate menu bars */
table.sticky-header {
    top: 50px !important;
}

/*Bump page down */
#branding {
    margin-top: 50px;
}

#branding.simpleMenu {
    padding-top: 60px;
    margin-top: 0px;
}

#main-admin-menu {
    text-align: center;
    display: table;
    background-color: rgba(52, 47, 47, 0.8);
    width: 100%;
    /*border-bottom-left-radius: 0.5rem;*/
    /*border-bottom-right-radius: 0.5rem;*/
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    position: fixed;
    z-index: 99999999999;
    /*left: 50%;*/
    /*right: 0;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
    /*transform: translate3d(-50%, 0, 0);*/
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial;
    overflow-x: scroll;
}

#main-admin-sitenav ul {
    margin: 0rem;
}

#main-admin-sitenav a {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.2rem;
    padding: 0.4rem;
    margin-left: 0.2rem;
    margin-top: 0.5rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    background: transparent;
}

#main-admin-sitenav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#main-admin-sitenav .icon-link {
    padding: 0.4rem;
}


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    /*padding: 16px;*/
    font-size: 12px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    border-radius: 6px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: 0;
    padding: 0.4rem;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black !important; /*I'm sorry*/
    border: 2px rgba(0, 0, 0, 0.3) solid !important;
    text-decoration: none;
    display: block;
    width: 9rem;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


/* Buttons */
.button-group .active .button {
    background: #CCC;
}

.button-group {

    margin-bottom: 20px;
    display: inline-block;

}


.button-group li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.badge--notification {
    position: absolute;
    top: 4px;
    right: -4px;
    display: inline-grid;
    justify-content: center;
    align-content: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: red;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

.messages--status .placeholder {
    padding: 0 5px 0 5px;
}