@charset "UTF-8";


/* ------------------------

 CUSTOM CSS JV FRAME BUILD

--------------------------- */


/* -------------------------
 OVERRIDES / RESETS
-------------------------- */

body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 100%;
    margin-top: 5em;
    background-color: #FCF9F7;
    background-color: #F2F2F2;
    background-color: #f8f8f8;
    color: #005595;
}

.container-fluid {
    padding: 0;
}


/* ---------------------------------------------
 PAGE HEADER BAR
--------------------------------------------- */
.admin-bar .header-fixed-top {
  top: 32px;
}

.header-fixed-top {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 58px;
    padding: .5em 3em .8em 2.3em;
    background-color: #fff;
    border-bottom: 2px solid #eaeaea;
}

.admin-bar .brand-bar {
  top: 82px;
}
.brand-bar  {
    position: fixed;
    top: 50px;
    z-index: 101;
    margin-top: -.5em;
}

.brand-bar img {
    width: 100%;
    height: 10px;
}

.solution-title {
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin: .6em .7em 0 0;
    color: #005595;
}

.fkc-logo {
    width: 107px;
    height: 31px;
    fill: #005595;
    margin: .4em 0 0 0;
}


/* ---------------------------------------------
 NAVBAR LAYOUT (SANDBOX)
--------------------------------------------- */

/*.navbar {
    border-radius: 0 !important;
}
.navbar-2 {
    margin-top: 1em;
}*/

/* ---------------------------------------------
 MAIN PAGE LAYOUT
--------------------------------------------- */





/* ---------------------------------------------
 ANIMATED HAMBURGER
--------------------------------------------- */

/* ----- MENU TEXT LABEL ----- */

p.toggle-menu-label {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .04em;
    margin: 1.25em 2em 0 -.35em;
    color: #005595;
}

/* ----- HTML <BUTTON> RESET/BASE ----- */

.animated-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.4s;
    float: left;
}

.animated-hamburger:focus {
    outline: none;
}

/* ----- BASE HAMBURGER STYLE (MIDDLE BAR) ----- */

.animated-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 10px;
    right: 10px;
    height: 3px;
    background-color: #005595;
}

/* ----- TOP AND BOTTOM HAMBURGER BARS ----- */

.animated-hamburger span::before,
.animated-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #26BEC9;
    background-color: #005595;
    content: "";
}

/* ----- POSITIONING TOP AND BOTTOM HAMBURGER BARS ----- */

.animated-hamburger span::before {
    top: -7px;
}

.animated-hamburger span::after {
    bottom: -7px;
}

.animated-hamburger-inner {
    background: 0;
}

.animated-hamburger-inner span {
    transition: background 0s 0.4s;
}

/* ----- TIMING/TRANSITIONS FOR ANIMATING HAMBURGER BARS ----- */

.animated-hamburger-inner span::before,
.animated-hamburger-inner span::after {
    transition-duration: 0.4s, 0.4s;
    transition-delay: 0.4s, 0s;
}

.animated-hamburger-inner span::before {
    transition-property: top, transform;
}

.animated-hamburger-inner span::after {
    transition-property: bottom, transform;
}

.animated-hamburger-inner.is-active {
    background: 0;
}

.animated-hamburger-inner.is-active span {
    background: none;
}

.animated-hamburger-inner.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.animated-hamburger-inner.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.animated-hamburger-inner.is-active span::before,
.animated-hamburger-inner.is-active span::after {
    transition-delay: 0s, 0.4s;
}



/* ---------------------------------------------
 SIDEBAR TOGGLE
--------------------------------------------- */

#outer-wrapper {
    width: 100%;
    position: relative;
    padding-left: 0;
    transition: all 0.7s ease;
}

#page-wrapper {
    width: 100%;
    position: absolute;
    overflow-x: hidden;
}

#sidebar-wrapper {
    z-index: 100;
    position: fixed;
    left: 28em;
    width: 0;
    height: 100%;
    margin-left: -28em;
    margin-top: -5em;
    overflow-y: auto;
    background-color: #434b58;
    background-color: #005595;
    transition: all 0.7s ease;
}

#outer-wrapper.toggled {
    padding-left: 28em;
}

#outer-wrapper.toggled #sidebar-wrapper {
    width: 28em;
}

#outer-wrapper.toggled #page-wrapper {
    position: absolute;
    margin-right: -28em;
}


/* ---------------------------------------------
 SIDEBAR INNER NAVIGATION STYLE
--------------------------------------------- */

.sidebar-nav {
    width: 30em;
    margin: 0;
    padding: 0 0 4em 0;
}

.sidebar-nav > p.sidebar-menu-label {
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: .3em 0 .5em 1em;
    padding: 1.15em 1em .8em 1em;
    color: #48d8e2;
    color: #f8f8f8;
}

.sidebar-nav a {
    text-decoration: none;
}

.run-report-btn {
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 0 0 9em;
    padding: .8em 1em;
    color: #fff;
    background-color: #66A305;
    border: 2px solid #fafafa;
}

.run-report-btn:hover {
    color: #fff;
    background-color: #8BC53F;
}

.run-report-btn:active {
    color: #66A305;
}


/* ----- SELECT MENUS ----- */


.sidebar-nav .controls-wrapper {
    margin: -.5em 0 1.5em 1.3em;
}

.sidebar-nav .controls-wrapper .dropdown-toggle {
    margin: .5em 0 .25em .1em;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #005595;
    background-color: #26BEC9 !important;
    color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
}

.sidebar-nav ul.dropdown-menu li a {
    font-size: .9em;
    color: #005595;
}

.sidebar-nav ul.dropdown-menu li a {
    font-size: .9em;
    padding: .5em .75em;
    color: #005595;
}

.sidebar-nav .bootstrap-select.btn-group .dropdown-menu {
    max-width: 10em;
}

.sidebar-nav .bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: pre-wrap;
}

.sidebar-nav .bootstrap-select.btn-group .dropdown-menu li a:focus {
    background-color: #005595 !important;
    background-color: #26BEC9 !important;
    color: #fff !important;
}

.sidebar-nav .btn-default {
    font-size: 1.2em;
    color: #005595;
}

.dropdown-menu > li > a {
    color: #005595;
}

.dropdown-menu > li > a {
    color: #005595;
}

.sidebar-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #005595;
}

.sidebar-nav .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

.sidebar-nav .bootstrap-select.btn-group .dropdown-menu li{
    padding: .35em;
}

.sidebar-nav .bootstrap-select.btn-group .dropdown-menu li a:focus {
    outline: none !important;
    color: #005595
}

.sidebar-nav .btn-default:active, .btn-default.active, .open >.dropdown-toggle.btn-default {
    color: #005595;
    background-color: #fff;
}

.sidebar-nav .btn-default:active, .btn-default.active, .open >.dropdown-toggle.btn-default:hover {
    color: #005595;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.sidebar-nav .btn-default {
    border: 1px solid #eaeaea;
    padding: 5px 12px;
    border-radius: 3px;
}

.form-control:focus {
    border-color: #8BC53F;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(139,197,63,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(139,197,63,.075),0 0 8px rgba(102,175,233,.6);
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(139,197,63,.075),0 0 8px rgba(139,197,63,.6);
}



/* ---------------------------------------------
 MEDIA QUERIES
--------------------------------------------- */







@media screen and (max-width: 90em) {




}/*max-width: 90em*/





@media screen and (max-width: 80em) {



    .dashboard-metadata {
        width: 100%;
        margin-bottom: 1em;
        margin-left: 2.5em;
    }

    .dashboard-metadata p.report-group {
        margin: .5em 0 .5em 3em;
    }


}/*max-width: 80em*/
