/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container, body > .container-fluid {
    padding: 60px 15px 0;
}
.container-fluid .text-muted, .container .text-muted {
   /* margin: 20px 0;*/
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/*-------------------Logo------------*/
.navbar-brand{
    font-size:2em;
    color:#ffffff !important;
}

.navbar-mobile-user {
    display: none;
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
        width: 100%;
    }

    input,
    select,
    textarea,
    .form-control {
        font-size: 16px;
    }

    body > .container,
    body > .container-fluid {
        box-sizing: border-box;
        max-width: 100vw;
        overflow-x: auto;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-fixed-top .container,
    .navbar-fixed-top .container-fluid {
        box-sizing: border-box;
        max-width: 100vw;
        width: 100%;
    }

    .navbar-collapse {
        height: auto !important;
        max-width: 100vw;
        max-height: calc(100vh - 50px) !important;
        overflow-x: hidden;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
    }

    .navbar-header {
        position: relative;
    }

    .navbar-header .navbar-toggle {
        float: left;
        margin-left: 15px;
        margin-right: 8px;
    }

    .navbar-header .navbar-brand {
        float: left;
        font-size: 1.5em;
    }

    .navbar-mobile-user {
        display: block;
        float: none;
        height: 50px;
        margin: 0;
        position: absolute;
        right: 15px;
        top: 0;
        width: 52px;
    }

    .navbar-mobile-user > li > a {
        padding: 10px 0;
        text-align: right;
    }

    .navbar-mobile-user > li {
        width: 52px;
    }

    .navbar-nav.navbar-mobile-user .open .dropdown-menu {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        left: auto !important;
        max-width: calc(100vw - 16px);
        min-width: 180px;
        position: fixed !important;
        right: 8px !important;
        top: 50px;
        z-index: 10001;
    }

    .navbar-user-dropdown {
        display: none !important;
    }
}

/*------------------Top Nav------------*/
.navbar-inverse .navbar-nav>li>a {
    color:#f5deb3;
}

/*---------z-index-----------*/
.navbar-fixed-top, .navbar-fixed-bottom {
     z-index: 99;
}

