
body {
    background: #FFF;
}

#footer {
    display: none;
}

#wrapper-outer {
    width: 100%;
    padding: 0px;
}

#wrapper-inner {
    padding: 0px 15px 15px 15px;
    padding: 10px;
}

#top {
    display: none;
}

#shortcuts {
/*    margin: 1px 0px 0px 0px;
    padding: 0px;
    width: 100%;*/
}

#content {
    margin-top: 69px;
}

.title {
    background: #74C7D5;
    background: #2E3B4E;
    background: #D25C22;
    height: 39px;
    margin: -10px -15px 0px -15px;
    vertical-align: middle;
    color: #FFF;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 20px;
    border: none;
    line-height: 39px;

    /* Fixed position */
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index:  10;
}

.title a {
    border-radius: 3px;
    text-decoration: none;
}

.title a:hover {
    color: #82DEEE;
    color: #2E3B4E;
}

.title .uk-shortcut-home {
/*    position: fixed;*/
    right: 15px;
    top: 10px;
    z-index: 11;
}

#dashboard .title a {
    display: none;
}

#dashboard #shortcuts {
    margin: -10px -15px 0px -15px;
    padding: 0px;
}

#dashboard #shortcuts li {
    width: 50%;
}

#dashboard #shortcuts a {
    margin: 0px;
    padding: 12px 0px;
    width: 100%;
    border: 1px solid #FFF;
    border-bottom: none;
}
            /*
#map-expand {
    height: 500px;
    margin: 0px -15px;
}

#map-canvas {
    height: 350px;
}             */

/* Table pagination */
.dataTables_paginate .paginate_button.next,
.dataTables_paginate .paginate_button.previous {
    display: none;
}

.dataTables_wrapper .bottom {
    margin-top: 10px;
}

.dataTables_paginate {
    float: right !important;
    margin-top: 0px !important;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 30px;
}

#tasks-list select {
    width: 100px;
}

#menu {
	display: none;
}

/* mobile overwrites */
        /*

#mobile-content #shortcuts {
    margin: 1px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

#mobile-content #shortcuts a {
    margin: 0px;
    width: 100%;
    border: 1px solid white;
    border-top: none;
    padding-left: 0px;
    padding-right: 0px;
}

#mobile-content #shortcuts li {
    width: 50%;
}

#mobile-header {
    background: #74C7D5;
    padding: 10px 20px;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}
                       */

#mobile-user-changer {
    padding: 10px 0px 30px 0px;
/*    position: fixed;
    bottom: 0px;
    left: 20px;
    right: 20px;*/
}
