header#top-header {
    background: #000;
    position: relative;
}

header#top-header a {
    border-left: 1px solid #eee;
    line-height: 65px;
}

header#top-header a:first-child {
    padding: 13px 20px 0;
    line-height: 2;
}

header#top-header #logo {
    border-left: 0;
    padding: 12px 20px;
    line-height: 0;
    display: block;
}

header#top-header #logo:hover {
    background: #000;
}

#top-header {
    display: flex;
    justify-content: space-between;
}

.top-header__column--logo {
    flex-basis: 180px;
}

.top-header__column--people {
    flex: 1 1 auto;
}

.header__column--utility {
    display: flex;
    flex-basis: 180px;
}

#usermenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}

#logo {
    position: relative;
}

h1 {
    font-size: 190%;
    text-align: center;
    margin-bottom: 12px;
}

.right {
    float: right;
}

.left {
    float: left;
}

header#top-header a:hover {
    background-color: #f6fcff;
}


a {
    color: #333;
    transition: background-color .2s, color .2s, border 2s;
}

#button-add-task {
    background: url(/img/button-add-task-a11.png) 15px 14px no-repeat;
    padding-left: 57px !important;
    padding-right: 20px !important;
    color: #c3fd34;
}

#button-notices {
    background: url(/img/button-notices.png) center 17px no-repeat;
    width: 50px;
    color: #33cc66;
    text-align: center;
    color: #fff;
}

#button-notices.new {
    background-image: url(/img/button-notices-highlighted.png)
}

.box-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    background: #000;
}

div#users-notices {
    position: absolute;
    top: 65px;
    width: 400px;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    display: none;
    z-index: 5;
}

div#users-notices a.delete {
    position: absolute;
    right: 0;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.1);
    color: #777;
}

div#users-notices a.delete:hover {
    background: #d00;
    color: #fff;
}

a.notice {
    border-bottom: 1px solid #eee;
    padding: 20px;
    display: block;
    color: #333;
}

a.notice:hover {
    background: #f6fcff !important;
}

a.notice.not-acknowledged {
    background-color: #fffcd9;
}

#content {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0px;
}

a.task {
    padding: 14px 20px 12px 20px;
    color: #bbb;
    margin-bottom: 2px;
    position: relative;
    overflow: visible;
}

a.task span.task {
    color: #333;
    margin-left: 10px;
}

a.task span.status {
    float: right;
}

a.task:hover {
    background-color: #f6fcff;
}

.user-icon {
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.user-icon-60 {
    border-radius: 30px;
    width: 60px;
    height: 60px;
}

.user-icon img {
    width: 100%;
}

h3 {
    margin-left: 20px;
}

.small {
    font-size: 85% !important;
}

a.box:hover {
    background-color: #f6fcff;
}

textarea {
    resize: none;
}

input[type=submit], a.button {
    background: #33cc66;
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
    transition: background-color .2s;
    text-align: center;
}

a.button.red {
    background: #f00;
}

a.button.red:hover {
    background: #d00;
}

input[type=submit].box {
    width: 100%;
    padding: 10px;
}

input[type=submit]:hover, a.button:hover {
    background: #1fb150;
}

.date {
    color: #bbb;
    font-size: 80%;
    display: block;
}

.date.input {
    font-size: 100%;
}

.client, .tags {
    color: #bbb;
}

.task {
    color: #333;
}

.details {
    width: 70%;
}

.notice {
    background: #fff;
    padding: 14px 20px 12px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    display: block;
    margin-bottom: 2px;
    overflow: auto;
}

#right-side {
    float: right;
    width: 285px;
    margin-top: 48px;
    clear: right;
    position: relative;
}

#notices {
    float: left;
    width: 700px;
}

.box, .dz-message, .dz-preview {
    background: #fff;
    padding: 10px 20px 9px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    display: block;
    margin-bottom: 9px;
    overflow: auto;
    border-radius: 2px;
}

input.box {
    border-radius: 2px;
}

.box label {
    color: #999;
    margin-right: 5px;
}

select {
    font-weight: bold;
}

.box input {
    font-weight: bold;
    width: 200px;
}

.box input[type=checkbox] {
    width: auto;
}

.filename, .dz-size {
    font-size: 80%;
    color: #bbb;
}

.inplace {
    width: 100%;
    text-align: center;
    height: auto;
    background: transparent;
    padding: 2px 0px;
    transition: background-color .4s;
}

.inplace:hover {
    background-color: #f6fcff;
}

.inplace:focus {
    background: #f6fcff;
}

.notice.form {
    background: #ccc;
    border: 0 !important;
    padding: 8px 20px;
    margin: 0;
}

.notice.form .user-icon {
    width: 30px;
    height: 30px;
    margin-right: 25px;
    margin-left: 13px;
}

.notice.form .submit {
    float: right;
    position: relative;
    top: 2px;
}

.notice.form textarea {
    width: 500px;
    background: #fff;
    position: relative;
    top: 5px;
}

#notices > .notice:first-child, #tasks .box:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#notices > .notice:last-child, #tasks .box:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

form.standard label {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
}

form.standard div.input {
    margin-bottom: 1em;
}

form.standard input, form.standard select, form.standard textarea {
    width: 400px;
    padding: 5px 10px 5px 10px;
}

form.standard select {
    width: 420px;
}

form.standard div.date select {
    width: auto;
}

.ui-sortable-helper {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.dz-preview {
    position: relative;
    padding-bottom: 14px;
}

.dz-details img {
    display: none;
}

.dz-size {
    display: none;
}

.dz-progress {
    height: 5px;
    clear: both;
    margin-right: 15px;
}

.dz-success-mark, .dz-error-mark {
    position: absolute;
    bottom: 4px;
    right: 20px;
    display: none;
}

.dz-filename {
    margin-bottom: 5px;
}

.dz-message {
    text-align: center;
}

.dz-drag-hover .dz-message {
    background: #33CC66;
    color: #fff;
}

.dz-upload {
    background: #33CC66;
    display: block;
    height: 5px;
}

.dz-success .dz-success-mark {
    display: block;
}

.dz-error .dz-error-mark {
    display: block;
}

#flashMessage {
    background: #33CC66;
    color: #fff;
    text-align: center;
    padding: 6px;
    box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.document-icon {
    float: right;
}

.document-icon img {
    float: right;
}

.document-icon-50 img {
    height: 50px;
}

.document-icon-40 img {
    height: 40px;
}

.document.box {
    line-height: 1em;
}

.document.box .filename {
    display: block;
}

.document.box + span.delete {
    position: absolute;
    display: inline-block;
    margin-left: 295px;
    margin-top: -60px;
    width: 14px;
    height: 14px;
}

span.delete a {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.document.box:hover + span.delete a, span.delete a:hover {
    opacity: 1;
}

.document.box:hover + span.delete + span.direct-download img {
    opacity: 1;
}

span.delete + span.direct-download {
    position: absolute;
    display: inline-block;
    margin-left: 293px;
    margin-top: -40px;
}

.notice a {
    color: #33CC66;
}

.notice a:hover {
    color: #1fb150;
}

.flag {
    position: absolute;
    color: #fff;
    font-size: 80%;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #bbb;
    right: 50%;
    margin-right: 50%;
    margin-top: -4px;
}

.urgent {
    background: red;
}

header#menu {
    background: #fff;
    overflow: auto;
    height: 560px;
    margin-top: -560px;
    transition: margin-top .6s;
}

header#menu div.submit {
    text-align: center;
}

header#menu.open {
    margin-top: 0;
    opacity: 1;
}

#SearchViewForm {
    width: 1000px;
    position: relative;
    left: 50%;
    margin-left: -500px;
    opacity: 0;
    transition: opacity 2s;
}

#menu.open #SearchViewForm {
    opacity: 1;
}

#SearchViewForm div.input {
    padding: 20px 20px 0px 20px;
}

#SearchViewForm div.input > label {
    color: #bbb;
    display: block;
}

#SearchViewForm div.input label.checked {
    background: #33CC66;
    color: #fff;
}

#SearchViewForm div.checkbox {
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
}

#SearchViewForm div.checkbox label {
    padding: 6px 0px 6px 10px;
    border-radius: 2px;
    display: inline-block;
    color: #bbb;
    line-height: 1em;
    width: 100%;
    background: #eee;
}

#SearchViewForm div.users div.checkbox {
    margin: 0;
}

#SearchViewForm div.users div.checkbox label {
    background: none !important;
    padding: 0;
    margin: 0;
    font-size: 0px;
    position: relative;
    top: -10px !important;
}

#SearchViewForm div.checkbox input {
    display: none;
}

#SearchViewForm div.users label.unchecked img {
    opacity: 0.2;
}

#arrow {
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -30px;
    transition: top 0.3s, opacity 0.5s, border-top-width .3s;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    border: 20px solid transparent;
    border-top-color: #000;
    border-top-width: 20px;
}

#arrow img {
    display: none;
}

#top-header:hover #arrow {
    bottom: -39px;
    opacity: 1;
    border-top-width: 20px;
}

a.box.user {
    width: 180px;
    float: left;
    margin-right: 10px;
    text-align: center;
    padding: 25px 20px;
}

a.box.user span.user-icon {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    float: none;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -50px;
}

a.box.user span.user-icon img {
    float: none;
}

form.scaffold {

}

form.scaffold label {
    display: inline-block;
    width: 150px;
    text-align: right;
    color: #666;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}

form.scaffold div.input, form.scaffold div.submit {
    width: 550px;
    position: Relative;
    left: 50%;
    margin-left: -300px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: -1px;
    padding: 20px 0px;
}

form.scaffold div.input input[type=text], form.scaffold div.input input[type=password], form.scaffold div.input textarea {
    padding: 10px 15px;
    width: 300px;
    font-size: 150%;
    border-radius: 2px;
    font-size: 100%;
    margin-top: -7px;
}

form.scaffold div.submit {
    text-align: center;
    font-size: 150%;
    border-bottom: 0;
    width: 100% !important;
}

form.scaffold div.submit input {
    padding: 10px 15px;
}

form.scaffold div.checkbox label {
    float: left;
}

form.scaffold div.checkbox input {
    width: auto;
}

.clearfix {
    clear: both;
    overflow: auto;
}

form.scaffold select {
    padding: 5px 10px;
}

div.tasks.form form.scaffold div.select div.checkbox {
    overflow: auto;
    display: inline-block;
    width: auto;
    width: 100px;
    text-align: center;
}

form.scaffold input[type=checkbox] {
    width: auto !important;
}

form.scaffold div.checkbox .user-icon {
    overflow: hidden;
    float: none;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -30px;
}

form.scaffold .input.select .checkbox label {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
}

form.scaffold #TagTag {
    width: 350px;
}

#no-tasks {
    font-size: 200%;
    color: #ccc;
    text-align: center;
    margin-top: 50px;
    text-shadow: 0px 1px 0px #fff;
}

.expander b {
    font-weight: bold;
}

.error-message {
    margin-left: 170px;
    color: #f00;
}

#UserLoginForm input[type=submit] {
    display: inline-block !important;
}

a.task:hover + div.shortcuts, div.shortcuts:hover {
    display: block;
}

.shortcuts {
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right-color: #ddd;
    overflow: visible;
    z-index: 2;
    float: right;
    position: relative;
    margin-top: -37px;
    display: none;
}

.shortcuts .links {
    overflow: auto;
    float: right;
    margin-top: -17px;
    margin-right: 4px;
    border-radius: 2px;
    min-width: 600px;
    display: none;
}

.shortcuts a {
    display: block;
    float: right;
    padding: 5px 10px;
    border-radius: 2px;
    margin-left: 10px;
    color: #fff;
    background: #ccc;
}

.shortcuts a:hover {
    background: #bbb;
}

.shortcuts:hover .links {
    display: block;
    opacity: 1;
}

.shortcuts .archive {
    background: #f00;
}

.shortcuts .archive:hover {
    background: #d00;
}

#tasks > div {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

#tasks #completed .flag, #tasks #archived .flag {
    display: none;
}

#new-tag-link {
    display: block;
    margin-left: 150px;
}

#new-tag-input {
    display: none;
}

#TaskNewTags {
    margin-left: 160px;
    margin-top: 10px;
}

#buckets {
    text-align: Center;
}

#buckets a {
    background: #ddd;
    padding: 0px 10px;
    color: #999;
}

#buckets a:hover {
    color: #333;
}

.pagination {
    display: flex;
    justify-content: space-between;
}

.box div.checkbox label {
    width: auto;
    display: block !important;
    float: none;
    text-align: center;
}

.box.urgent div.checkbox label {
    color: #fff;
}

#right-side #TaskUrgent {
    display: none;
}

div.inactive select, div.inactive #cancel-add-due-date {
    display: none;
}

div.active #add-due-date {
    display: none;
}

div.input > a {
    padding: 3px;
    display: inline-block;
}

div.input a:hover {
    color: #33CC66;
}

#clear-all {
    clear: both;
    display: block;
    text-align: center;
}

#clear-all:hover {
    background: #f6fcff;
}

.download-arrow {
    height: 14px;
    position: relative;
    top: 3px;
    left: 3px;
    opacity: 0.2;
    transition: opacity .2s;
}

a:hover .download-arrow {
    opacity: 1;
}

header#top-header #usermenu a {
    padding: 0;
    margin: 0;
    border: 0;
    background: none !important;
}

#usermenu .user-icon {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
}

#usermenu a.selected .user-icon {
    opacity: 1;
}

#usermenu a:hover .user-icon {
    opacity: 1;
}

.hold a {
    background: #eee;
    font-style: italic;
}

input[type=submit].link {
    background: transparent;
    color: #33CC66;
    font-size: 60%;
}

input[type=submit].link:hover {
    color: #1fb150;
}

#search {
    border-bottom: 1px solid #eee;
    width: 960px;
    margin: 0 auto;
    padding: 20px;
}

#search label {
    color: #333;
}

#search input[type=text] {
    background: #eee;
    border-radius: 3px;
    padding: 5px 10px;
    width: 300px;
}

.discuss > a {
    background: #e0ffe4;
}

.brainstorm > a {
    background: #e3f6ff;
}

.reference > a {
    background: #ffe0e0;
}

.ongoing > a {
    background: #dbe2ff;
}

div.input.multiuser input {
    display: none;
}

div.input.multiuser label {
    padding: 8px 0px 2px 0px !important;
    border-radius: 3px;
    color: #999;
    opacity: 0.5;
    background: #ccc;
}

div.input.multiuser input:checked + label {
    background: #33CC66 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.taskUsersSelection,
.taskManagementDetails {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

form.scaffold.wide div.input {

    padding: 14px 5px;

    left: 0;

    margin: 0 0 -1px 0;

}

form.scaffold.narrow div.submit {
    width: 550px !important;
}

.dz-fallback {
    position: fixed;
    bottom: 0;
    height: 19px;
    font-size: 70%;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.dz-fallback p {
    display: none;
}

span.unacknowledged_notices {
    float: right;
    background: #f00;
    color: #fff;
    border-radius: 100%;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.6em;
    margin-left: 10px;
}

a.task span.due {
    position: absolute;
    right: 170px;
    text-transform: lowercase;
}

#TaskViewForm #TaskDetails {
    width: 100%;
    text-align: left;
    background: #fff;
}

#TaskViewForm .details {
    width: 100%;
}

h1 a {
    font-size: 14px;
    vertical-align: middle;
    color: #999;
}

.notify-users input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin-right: 7px;

}

.notify-users {
    margin-top: 10px;
    text-align: right;
}

.notify-users label {
    line-height: 1em;
}

.green-link label a {
    color: #33CC66;
}

.task-time-release-date {
    float: right;
    margin-right: 19%;
}

.user-icon-29 {
    display: none;
}

.awaiting_approval a {
    background: rgb(249, 246, 208);
}

.pagination > div {
    display: inline-block;
    width: 32%;
}

.pagesText {
    text-align: center;
    font-weight: bold;
}

.nextLink {
    text-align: right;
}

#logo svg {
    height: 40px;
    width: 140px;
}

@media screen and ( max-width: 1110px ){
    #logo svg {
        width: 140px;
    }
}

#logo svg .st0 {
    fill: #FFFFFF;
}

#logo svg .st1 {
    fill: #C3FD34;
}

.user-icon__hover {
    display: none;
    transition: .3s ease all;
}

.user-icon:hover .user-icon__initial,
.selected .user-icon__initial {
    display: none;
}

.user-icon:hover .user-icon__hover,
.selected .user-icon__hover {
    display: block;
}

@media screen and ( max-width: 767px ){
    header#top-header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top-header__column--people {
        padding: 0 20px 10px;
    }
}

#usermenu {
    display: none;
}