@import url('//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans');

#Body {
    margin-left: 0px !important;
}

.personalBarContainer {
}

    .personalBarContainer ~ #wrapper {
        margin-left: 80px;
    }

        .personalBarContainer ~ #wrapper .navbar-fixed-top {
            left: 80px;
        }

        .personalBarContainer ~ #wrapper #page-wrapper {
        }


@media (min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        width: 225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

        .side-nav > li > a {
            width: 225px;
        }

        .side-nav li a:hover,
        .side-nav li a:focus {
            outline: none;
            background-color: #000 !important;
        }
}

.side-nav ul, ul.nav-tabs {
    list-style: none;
    margin-left: 0;
}

*, body, p, .Normal {
    font-family: 'Open Sans';
}

html, .modal, .modal.in, .modal-backdrop.in {
    overflow-y: auto;
}

/* Fix DNN Styles */

a, a:focus, a:visited, a:active, a:hover {
    outline: none !important;
    color: #333;
}

    a.btn:visited {
        color: #fff;
    }


.dnn_mact > li.actionMenuMove > ul li {
    height: auto;
    line-height: normal;
}

a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, a.dnnPrimaryAction:hover {
    color: #fff;
    text-shadow: none;
    background: #adb6c1;
    background: -moz-linear-gradient(top, #adb6c1 0%, #868d96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adb6c1), color-stop(100%,#868d96));
    background: -webkit-linear-gradient(top, #adb6c1 0%,#868d96 100%);
    background: -o-linear-gradient(top, #adb6c1 0%,#868d96 100%);
    background: -ms-linear-gradient(top, #adb6c1 0%,#868d96 100%);
    background: linear-gradient(to bottom, #adb6c1 0%,#868d96 100%);
}

.RadEditor table {
    table-layout: initial !important;
}

.Normal, .NormalDisabled, .NormalDeleted {
    color: initial;
    font-size: 14px;
    font-weight: initial;
    line-height: initial;
}

.dnnDropDownList, .dnnDropDownList * {
    box-sizing: initial !important;
    -moz-box-sizing: initial !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    letter-spacing: normal;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.dnnFormItem textarea,
.dnnFormItem select {
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    z-index: 3;
    color: #7d7d7d;
    font-size: 0.8125em;
    font-weight: bold;
}

textarea {
    padding: 10px;
    height: 100px;
    font-weight: bold;
    font-size: 0.82em;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    height: 35px;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border: 1px solid rgba(89, 135, 198, .3);
        -webkit-box-shadow: inset 0px 10px 30px 10px #f8f8f9, 0px 0px 5px 1px rgba(89, 135, 198, .3);
        box-shadow: inset 0px 10px 30px 10px #f8f8f9, 0px 0px 5px 1px rgba(89, 135, 198, .3);
        -webkit-transition: border linear 0.2s;
        -moz-transition: border linear 0.2s;
        -ms-transition: border linear 0.2s;
        -o-transition: border linear 0.2s;
        transition: border linear 0.2s;
    }


body > form #ControlBar_ControlPanel {
    z-index: 1050 !important;
}

#Body, .Normal, .NormalDisabled, .NormalDeleted {
}

/* End Fix DNN Styles */

::selection,
::-moz-selection,
::-webkit-selection {
    background: transparent;
    color: #999;
    text-shadow: none;
}

::-webkit-input-placeholder, :-moz-placeholder {
    color: #b1bac5;
}


body {
    margin-top: 100px;
    background-color: #222;
}

@media (min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

ol.breadcrumb {
    margin-left: 0;
}

    ol.breadcrumb a, ol.breadcrumb a:visited {
        color: #777;
    }

.huge {
    font-size: 50px;
    line-height: normal;
}

@media (min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.navbar-brand img {
    max-height: 100%;
}

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #000;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}


ul.nav-tabs {
    margin-bottom: 15px;
}

.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 30px;
        text-decoration: none;
        color: #999;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

nav navbar-right top-nav a {
    color: #fff;
}

.huge {
    font-size: 40px;
}
