/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

body, .navbar-primary {
    background-color: #fff;
}

.alert {
    border-radius: 0;
}
.panel {
    border-radius: 0;
}
.ticket-reply {
    margin: 0 0 -1px 0;
}
.ticket-reply:last-child {
    margin-bottom: 30px;
}

.navbar-main {
    background-color: #eee;
    border-radius: 0;
}

.navbar-main .navbar-nav > li > a {
    color: #333;
    font-size: 0.9em;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    background-color: #ddd;
    padding-bottom: 7px;
    border-bottom: 2px solid #ccc;
}

.navbar-main .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #333;
    background-color: #eee;
}

.tile .icon {
    right: 32px;
}

.md-editor > textarea {
    background: #fff !important;
}
