﻿html, body {
    height: 100%;
}

body {
    background-color: #F0F0F0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #666666;
}

a {
    color: #DC3B42;
    text-decoration: none !important;
}

    a:hover {
        color: #BA3339;
    }


h1, h2, h3, h4, h5 {
    font-family: 'Karbon';
    color: #000000;
}

h4, h5 {
    color: #DC3B42;
}

.error-text {
    color: #DC3B42;
    text-align: center;
}

.container-fluid {
    height: 100%;
}

.header {
    background-color: #FFFFFF;
    height: 72px;
    padding: 10px 0px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.125);
}

    .header .fa-bars {
        font-size: 1.8em;
        line-height: 50px;
    }

.mms-logo-mobile > img {
    height: 35px;
}

.mms-logo-mobile > p {
    font-family: 'Karbon';
}

.page-title {
    line-height: 55px;
}

.content-container {
    height: calc(100% - 72px);
}

.content-inner {
    margin-top: 15px;
}

.content-menu {
    padding-top: 15px;
    max-width: 240px;
    background-color: #E6E6E6;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

/* HIDE MENU ON SMALLER SCREENS */

@media (max-width: 767px) {
    .content-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        box-shadow: -2px 5px 10px 1px;
    }
}

@media (min-width: 768px) {
    .content-menu {
        display: block !important;
    }
}

.card {
    border-radius: 6px;
}

.btn-primary {
    font-family: 'Karbon';
    background-color: #DC3B42;
    text-align: center;
    border-radius: 30px;
    border: none;
    padding: .375rem .75rem .375rem
}

    .btn-primary:hover, .btn-primary:active:focus {
        background-color: #BA3339 !important;
    }

.card .form-control {
    background-color: #f0f0f0;
}

.list-group-item {
    padding: 0.5rem 0rem;
    border: none;
    background-color: transparent;
}

    .list-group-item > span {
        color: #666666;
    }

    .list-group-item > .file-active {
        color: #DC3B42;
    }

.fa-download {
    margin-top: 3px;
}

.copyright {
    margin-top: 25px;
    font-size: 11px;
}
