﻿
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.hide{
    display:none !important;
}

iframe {
    width: 100%;
    min-height: 252px;
    border: none;
    height: -webkit-fill-available;
}

ul.nav.nav-treeview {
    line-height: normal;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

