﻿@media (max-width: 575px) {
    #personaBar-iframe {
        width: 0 !important;
    }

    #personabar-placeholder {
        display: none !important;
    }

    #Body {
        margin-left: 0 !important;
    }
}

#header {
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
}

body {
    min-height: 100%;
    height:100%;
    position: relative;
    margin: 0;
    padding-bottom: 50px; /*height of the footer box-sizing: border-box;*/
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #ccc;
    border-top: 1px solid #ccc;
    color: #fff;
    padding:15px;
}

#vc-content {
    background-color: #666;
    height: 99.5%;
    position: relative;
    padding-bottom: 60px;
    padding-top: 10px;
}

/* navbar overrides */
.navbar-toggle {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.navbar-default .navbar-toggle {
    border-color: #ccc;
}

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:active {
        background-color: transparent;
    }

/* custom classes */
.full-height {
    height: 100%;
    overflow: auto;
}

.ContainerPane {
    height: 100%;
}
