body { /* Add top padding for full-width layout */
    padding-top: 104px;
}

body > .navbar-fixed-top:before,
body > .navbar-fixed-bottom:before {
    content: '';
    display: block;
    height: 8px;
    background-color: #F1572D;
    position: relative;
    z-index: 60;
}

body > .navbar {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

body > .navbar > .navbar-inner {
    padding: 0 20px;
    background: none;
}

body > .navbar .brand { /* Only root navbar */
    padding: 12px 16px;
    height: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 51px;
    font-weight: 400;
    color: #F1572D;
}

body > .navbar .brand img {
    height: 48px;
    vertical-align: top;
}

body > .navbar .nav > li {
    position: relative;
    z-index: 55;
    list-style: none;
    text-align: center;
    outline: none;
}

body > .navbar .nav > li > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 16px;
    height: 75px;
    display: block;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

body > .navbar .nav:not(#main-menu-admin) > li:hover > a {
    background-color: #F1572D;
}

body > .navbar #main-menu-admin.nav > li:hover > a {
    background-color: transparent;
}

body > .navbar .nav:not(#main-menu-admin) > li:hover > a span {
    color: #fff;
}

body > .navbar #main-menu-admin.nav > li:hover > a span {
    color: #231F20;
}

body > .navbar .nav > li > a > span {
    vertical-align: top;
    line-height: 100%;
    text-decoration: none;
    color: #231F20;
    -webkit-transition: color ease .1s;
    -moz-transition: color ease .1s;
    -ms-transition: color ease .1s;
    -o-transition: color ease .1s;
    transition: color ease .1s;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}

body > .navbar .nav > li > a > span[class^="hawcons-icon-"],
body > .navbar .nav > li > a > span[class*="fa-"] {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
    width: auto;
}

body > .navbar #main-menu-admin.nav > li > a span .icon-caret-down {
    position: relative;
    top: -4px;
}

body > .navbar .navbar-search {
    margin: 0;
    padding: 22px 16px;
    float: right;
}

body > .navbar .navbar-search label {
    text-align: center;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
    font-size: 12px;
}

body > .navbar .navbar-search .search-query {
    width: 180px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0 0 2px 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 4px 0;
}

body > .navbar .navbar-search .search-query:focus {
    border-color: #F1572D;
}

body > .container-fluid {
    padding: 10px 100px 5px;
}

body > .container-fluid > .row-fluid {
    padding: 0 16px;
}

img.mimeicon {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #AAAAAA #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
}

.list-action a {
    text-decoration: none;
    color: #333;
    padding: 2px;
    cursor: pointer;
    font-size: 110%;
}

#admin-tools a {
    margin-bottom: 10px;
}

ul.actions li a:hover > i {
    text-decoration: none;
}

ul.actions li a > i {
    color: #000;
    margin-right: 5px;
}

ul.actions li a.btn > i {
    font-size: 200%;
}

ul.tree, ul.tree ul {
    margin-left: 20px;
}

.wordbreak {
    word-break: break-word;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

div.mandatories {
    font-size: 90%;
    font-style: italic;
    color: #888;
}

div.mandatories span {
    font-weight: bold;
}

div.statusbar {
    font-size: 80%;
}

div.statusbar div.filename {
    display: inline-block;
}

div.statusbar div.filesize {
    display: inline-block;
    float: right;
}

div.statusbar div.progress {
    margin-bottom: 10px;
}

div.statusbar a.btn {
    margin-bottom: 10px;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 2px 6px;
    height: 20px;
}

div.help h1 {
    font-size: 24px;
}

div.help h2 {
    font-size: 18px;
}

div.help h3 {
    font-size: 16px;
}

#dropfolderChooser {
    width: 60%;
    left: 20%;
    margin-left: auto;
    margin-right: auto;
}

#timeline {
    font-size: 12px;
    line-height: 14px;
}

div.timeline-event-content {
    margin: 3px 5px;
}

div.timeline-frame {
    border-radius: 4px;
    border-color: #e3e3e3;
}

div.status_change_2 {
    background-color: #DAF6D5;
    border-color: #AAF897;
}

div.status_change_-1 {
    background-color: #F6D5D5;
    border-color: #F89797;
}

div.timeline-event-selected {
    background-color: #fff785;
    border-color: #ffc200;
    z-index: 999;
}

@media (max-width: 480px) {
    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li > a {
        margin-right: 0;
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .nav-tabs > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
    }

    .nav-tabs > li > a:hover {
        z-index: 2;
        border-color: #ddd;
    }
}

/* waves-effect */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45)
}

.btn, .btn-large, .box {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* buttons */
.btn {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;

    text-decoration: none !important;
    color: #fff !important;
    background: #757575;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn .fa-2x {
    line-height: 36px;
    vertical-align: top;
}

.orange {
    background-color: #F1572D !important;
}

body > .container-fluid > .row-fluid > .navbar {
    margin: 0;
}

body > .container-fluid > .row-fluid > .navbar .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    background: #e5e6e7;
    border: none;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    color: #444;
}

body > .container-fluid > .row-fluid > .navbar .nav {
    margin: 0;
}

body > .container-fluid > .row-fluid > .navbar .nav > li {
    border-top: 3px solid transparent;
    margin: 0 4px 0 0;
}

body > .container-fluid > .row-fluid > .navbar .nav > li:hover,
body > .container-fluid > .row-fluid > .navbar .nav > li.dropdown.open {
    background: #ffffff !important;
    border-color: #F1572D;
}

body > .container-fluid > .row-fluid > .navbar .nav > li > a {
    text-shadow: none;
    outline: none;
    cursor: pointer;
    color: #666;
    padding: 12px 15px;
    font-size: 1.2em;
}

body > .container-fluid > .row-fluid > .navbar .nav > li.dropdown.open > .dropdown-toggle {
    background: none;
    color: #666;
}

body > .container-fluid > .row-fluid > .navbar ~ legend {
    margin-top: 20px;
}

body > .container-fluid > .row-fluid > .well {
    background-color: #fff;
    border-width: 0 1px 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background: #F1572D !important;
    text-shadow: none;
}