﻿/*@import url("https://bootswatch.com/flatly/bootstrap.min.css");*/

body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
   
    background-color: #D9DDE9;*/
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /*background-color: #ffffff;*/
    background-color: #D9DDE9;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    padding-left: 15px;
    padding-right: 15px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        background: #ecf0f1;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -40%;
    }

    .row-offcanvas-left.active {
        left: 40%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 40%;
        margin-left: 12px;
    }
}

#sidebar {
    padding: 15px;
    margin-top: 10px;
}

.panel-custom {
    /*margin-top: 50px;*/
    margin-top: 100px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 5px #c9c9c9;
    border-radius: 7px;
    min-height: 500px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

/* caret style */
.caret {
    position: relative;
}

/* dropdown style */
.dropdown.open .caret:before,
.dropdown.open .caret:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}

.dropdown.open .caret:before {
    bottom: -17px;
    right: -8px;
    border-bottom-color: #ccc;
}

.dropdown.open .caret:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #fff;
}

/* navbar style */
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-nav > .open > a .caret:before {
    bottom: -23px;
}

.navbar-nav > .open > a .caret:after {
    bottom: -24px;
}
