@media (max-width: 767px) {
    header {
        padding: 20px !important;
        border-bottom: 3px solid #36a582 !important;
    }

    .main-content {
        padding: 0!important;
    }
}

@media (min-width: 1200px) {
    .main-content {
        margin-top: -30px;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    }

    .main-content .sidebar {
        box-shadow: 1px 0 0 0 #eee;
    }

    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5,
    .main-content h6 {
        margin-top: 0;
    }
}

html.mm-opened .mm-slideout {
    filter: blur(7px);
}

html.mm-opened #sidemenu {
    display: block;
}

html.mm-opened .mm-slideout:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    display: block;
}

.mm-menu.mm-offcanvas {
    max-width: 400px;
}

.mm-menu {
    background: #fff;
}

.mm-menu .mm-listview {
    border: transparent;
    margin-bottom: 0 !important;
}

.mm-listview .header-logo {
    position: relative;
    border-bottom: 2px solid #eee;
    display: block;
    width: 100%;
    padding: 10px 5px 30px 0;
    margin-bottom: 30px;
}

.mm-listview > li:first-of-type {
    min-height: 80px;
}

.mm-listview > li > a, .mm-listview > li > span {
    padding: 17px 10px 17px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #232323;
    text-transform: uppercase;
}

.mm-listview a:hover,
.mm-listview a:focus {
    color: #156657;
}

.mm-panels > .mm-panel > .mm-listview {
    margin: auto;
}

.mm-panels > .mm-panel {
    padding: 30px 50px;
    letter-spacing: 2px;
}

#sidemenu {
    display: none;
}

#sidemenu a.close{
    padding: 20px 0;
    font-size: 36px;
    opacity: 0.9;
    cursor: pointer;
    left: -50px;
    position: absolute;
    color: #ffffff;
}

#sidemenu a.close img {
    width: 40px;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #F9F9F9;
    font-family: 'Open Sans', sans-serif;
}

header {
    border-bottom: 8px solid #36a582;
    padding: 15px 0 40px 0;
    background: #FFFFFF;
}

.navbar-dark {
    margin: 0;
}

.navbar-brand {
    display: block;
    padding: 0 !important;
}

.navbar-brand>img {
    height: 40px;
    margin-top: 5px;
}

.navbar-nav > li > a {
    text-shadow: none;
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-link span {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

.main-content {
    display: inline-block;
    color: #474a54;
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.main-content p {
    line-height: 1.7em;
    word-wrap: break-word;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-weight: 300;
}

.main-content .card-title {
    font-size: 25px;
    color: #444;
}

.main-content .card-title span {
    font-size: 8px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    bottom: 5px;
    padding: 4px 8px;
    margin-right: 10px;
}

.main-content .card-subtitle {
    color: #999;
    font-size: 14px;
}

h6.card-subtitle a {
    color: #aaa;
    font-size: 13px;
    font-weight: 300;
    padding-right: 5px;
}

h6.card-subtitle a.active{
    color: #3c3c3c;
    font-weight: 600;
}

.sidebar .nav{
    margin-bottom: 30px;
}

.sidebar h6 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 10px;
    color: #bbb;
    margin-top: 2em;
}

.sidebar .nav-link {
    padding: 5px 0;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.sidebar .nav-link:hover,
.sidebar .nav-link:focus {
    color: #3c3c3c;
}

.sidebar .nav-link.active {
    font-weight: 700;
}

.menu-burger {
    padding: 5px 0 5px 5px;
    margin-left: 15px;
    width: 24px;
    height: 30px;
    float: right;
    cursor: pointer;
    top: 0;
    position: relative;
    right: 20px;
}

.menu-burger .menu-burger-bar {
    width: 100%;
    height: 2px;
    box-shadow: inset -2px 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background-color: #eee;
    margin: 4px 0;
}

.card {
    margin-bottom: 45px;
}

.bg-shadow{
    margin-bottom: 20px;
    border: 3px solid #eee;
    border-radius: 5px;
    padding: 30px 30px 0;
}

.bg-shadow h5{
    font-size: 18px;
    font-weight: 400;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
    border: 0;
}

.table>tbody>tr>td {
    float: left;
    min-width: 150px;
}

.table>tbody>tr>td .text-danger.text-left{
    font-size: 12px;
    color: #c82829;
    font-weight: 300;
}

pre{
    background: #ffffff!important;
    -webkit-box-shadow: 0 0 0 3px #eee;
    box-shadow: 0 0 0 3px #eee;
    padding: 10px;
}

pre code{
    /*color: #666;*/
    /*white-space: pre-line!important;*/
    background: none;
}

.success-dot{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #50B358;
}

.failed-dot{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #DD6268;
}
