﻿body, html {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding-top:10px;
}

#defaultPageDialog {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1 {
    font-size: 19px;
    font-weight: bold;
    color: black;
    padding: 0;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    color: #bac632;
    padding: 0;
    margin: 15px 0 15px 0;
}

p {
    padding: 0;
    margin: 15px 0 0 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

    p.last {
        padding-bottom: 15px;
    }

a, .span_link {
    color: #60661a;
    /*text-decoration: underline;*/
    cursor: pointer;
}

input[type=text] {
    border: 1px solid #cccccc;
    background: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 3px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 3px 5px -3px #dddddd inset;
    -webkit-box-shadow: 0 3px 5px -3px #dddddd inset;
    box-shadow: 0 3px 5px -3px #dddddd inset;
}

input[type=number] {
    border: 1px solid #cccccc;
    background: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 3px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 3px 5px -3px #dddddd inset;
    -webkit-box-shadow: 0 3px 5px -3px #dddddd inset;
    box-shadow: 0 3px 5px -3px #dddddd inset;
}

textarea {
    border: 1px solid #cccccc;
    background: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 3px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 3px 5px -3px #dddddd inset;
    -webkit-box-shadow: 0 3px 5px -3px #dddddd inset;
    box-shadow: 0 3px 5px -3px #dddddd inset;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 3px 0 0;
}

label {
    cursor: pointer;
}

select {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.form-field-row {
    margin-bottom: 10px;
}

.form-field-title, .form-field-title-vertical {
    color: #666666;
}

.form-field-title {
    float: left;
    width: 100px;
    padding-top: 4px;
}

.form-field-required {
    color: #cc0000;
    font-weight: bold;
    padding-left: 3px;
}

.form-field-note {
    color: #999999;
    font-size: 11px;
}

.form-field-input-alert {
    border: 1px solid red !important;
}

.form-field-alert {
    color: #cc0000;
    font-weight: bold;
    font-size: 11px;
}

.chosen-choices {
    border-color: #cccccc !important;
    -moz-box-shadow: 0 3px 5px -3px #dddddd inset;
    -webkit-box-shadow: 0 3px 5px -3px #dddddd inset;
    box-shadow: 0 3px 5px -3px #dddddd inset;
    background: white !important;
}

.chosen-single {
    background: white !important;
    border-color: #cccccc !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.chosen-container .chosen-results li.highlighted {
    background: #bac632 !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #bac632 !important;
    color: white !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #bac632 !important;
}

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today.xdsoft_current {
        color: white !important;
    }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #bac632 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #dddddd !important;
}

.primary-color {
    color: #bac632;
}

.secondary-color {
    color: #918B8B;
}

.tertiary-color {
    color: #008BAC;
}

.primary-background {
    background: #bac632;
    color: white;
}

.secondary-background {
    background: #918B8B;
    color: white;
}

.tertiary-background {
    background: #008BAC;
    color: white;
}

.btn-client-primary {
    background: #bac632;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 27px;
    width: 142px;
    padding: 2px 5px;
    border: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 1px 2px -1px black;
    -webkit-box-shadow: 0 1px 2px -1px black;
    box-shadow: 0 1px 2px -1px black;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
}

.btn-client-secondary {
    background: #918B8B;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 23px;
    width: 112px;
    padding: 2px 5px;
    border: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 1px 2px -1px black;
    -webkit-box-shadow: 0 1px 2px -1px black;
    box-shadow: 0 1px 2px -1px black;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
}

.btn-client-panic {
    background: #cc0000;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 23px;
    width: 113px;
    padding: 2px 5px;
    border: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 1px 2px -1px black;
    -webkit-box-shadow: 0 1px 2px -1px black;
    box-shadow: 0 1px 2px -1px black;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
}

button.btn-disabled {
    background: #e6e6e6;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 23px;
    width: 113px;
    padding: 2px 5px;
    border: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    display: inline-block;
}

.btn-icon-right {
    float: right;
    padding-left: 5px;
}

.btn-icon-left {
    float: left;
    padding-right: 5px;
}

.noty_buttons {
    font-size: 13px;
    text-align: right;
}

    .noty-button, .noty_buttons .btn {
        padding: 3px 10px;
        border: 0;
        margin: 0 2px;
        border-radius: 7px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }

        .noty-button-primary, .noty_buttons .btn.btn-primary {
            font-size: 13px;
            cursor: pointer;
        }

        .noty-button-secondary, .noty_buttons .btn.btn-secondary, .noty_buttons .btn.btn-danger {
            font-size: 11px;
            background: #d0d0d0;
            cursor: pointer;
        }

.tab-client-row {
    height: 35px;
    overflow: hidden;
    background: white url(/DocuWeb/lib_shared/images/backgrounds/tab_gradient.gif) repeat-x bottom center;
}

.tab-client {
    background: #dddddd;
    border: 1px solid #cccccc;
    color: #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    float: left;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    text-decoration: none;
    height: 35px;
    margin: 0 2px;
    padding: 5px 7px 0;
    overflow: hidden;
    cursor: pointer;
}

.tab-client-selected {
    background: white;
    border-bottom: 1px solid white;
    color: #000000;
    font-weight: bold;
}

.slat-client {
    background: white;
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .slat-client:hover {
        background: #f6f6f6;
    }

.slat-client-selected {
    background: #eeeeee;
    color: black;
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slat-client-box {
    border: 1px solid #cccccc;
    background: #eeeeee;
}

.slat-client-column {
    float: left;
    width: 100px;
    padding: 5px 10px;
}

.slat-client-header-box {
    background: #999999;
    color: white;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .slat-client-header-box .slat-client-column:hover {
        cursor: pointer;
        background: #aaaaaa;
    }

.slat-client-header-select {
    background: #aaaaaa;
}

.slat-client-sub {
    margin-top: 3px !important;
    border: 1px solid #dddddd;
    background: #f1f1f1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 3px 10px;
}

.slat-column-float-right {
    float: right;
    text-align: right;
}

.slat-no-pad {
    padding: 0;
}

.table-data {
    border: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

    .table-data tr {
        background: white;
        vertical-align: center;
    }

        .table-data tr:nth-child(odd) {
            background: #f6f6f6;
        }

        .table-data tr:hover {
            background: #eeeeee;
        }

    .table-data th, .table-data td {
        border: none;
        border-bottom: 1px solid #dddddd;
        padding: 5px 10px;
        text-align: left;
    }

    .table-data th {
        background: #f6f6f6;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #333333;
        color: black;
        font-weight: bold;
    }

        .table-data th.table-head-selected, .table-data th.sorting_asc, .table-data th.sorting_desc {
            color: #bac632;
            background: white;
        }

            .table-data th.table-head-selectable:hover, .table-data th.sorting:hover, .table-data th.sorting_asc:hover, .table-data th.sorting_desc:hover {
                color: #bbbbbb;
                cursor: pointer;
            }

    .table-data tr:last-child td {
        border-bottom: 1px solid #333333;
    }

    .table-data tr td:first-child, .table-data th:first-child {
        border-left: 1px solid #eeeeee;
    }

    .table-data tr td:last-child, .table-data th:last-child {
        border-right: 1px solid #eeeeee;
    }

    .table-data tr:nth-child(odd) td.highlighted {
        background: #e6e6e6;
    }

    .table-data tr:nth-child(even) td.highlighted {
        background: #efefef;
    }

    .table-data tr:hover td.highlighted {
        background: #dedede;
    }

.table-layout {
    border: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

    .table-layout tr, .table-layout td {
        padding: 0;
    }

.loader-spinner {
    width: 16px;
    height: 16px;
    background: url(/DocuWeb/lib_shared/images/ajax/ajax-loader.gif) no-repeat center center;
}

.loader-pole {
    width: 208px;
    height: 13px;
    background: url(/DocuWeb/lib_shared/images/ajax/ajax-loader-bar.gif) no-repeat -6px -3px;
}

.loader-bar {
    width: 128px;
    height: 15px;
    background: url(/DocuWeb/lib_shared/images/ajax/ajax-loader-bert.gif) no-repeat center center;
}

.loader-spinner-small {
    width: 10px;
    height: 10px;
    background: url(/DocuWeb/lib_shared/images/ajax/tiny_loader.gif) no-repeat center center;
}

.fa_standard-icon {
    font-size: 14px !important;
}

.fa_button-icon {
    font-size: 18px !important;
    cursor: pointer;
}

.stickem-container {
    position: relative;
}

.stickit {
    position: fixed;
    top: 0;
}

.stickit-end {
    bottom: 0;
    position: absolute;
    right: 0;
}

/* Creative Approvals -specific */
#topmenu-bar {
    height: 30px;
    background: #f6f6f6 url(/DocuWeb/lib_shared/images/backgrounds/light_bottom_shade.png) repeat-x bottom center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    font-size: 13px;
}

#topmenu-inner {
    width: 1024px;
    margin: 0 auto;
}

.topmenu-button {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 15px 0;
    height: 30px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

    .topmenu-button:hover {
        background: #bac632;
        color: white;
    }

.topmenu-span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 15px 0;
    height: 30px;
    overflow-y: hidden;
    color: #777777;
}

    .topmenu-button.right, .topmenu-span.right {
        float: right;
    }

    .topmenu-button.left, .topmenu-span.left {
        float: left;
    }

.topmenu-button.second {
    border-right: 0;
}

.fauxsearch-bar {
    height: 22px;
    width: 300px;
    background: white;
    border: 1px solid #cccccc;
    border-right: 0;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -khtml-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 3px 5px -3px #dddddd inset;
    -webkit-box-shadow: 0 3px 5px -3px #dddddd inset;
    box-shadow: 0 3px 5px -3px #dddddd inset;
    float: left;
}

    .fauxsearch-bar input {
        border: 0;
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 255px;
    }

    .fauxsearch-bar .fauxsearch-within {
        float: right;
        width: 40px;
        height: 18px;
        line-height: 10px;
        padding-top: 4px;
        text-align: center;
        font-size: 10px;
        color: #cccccc;
        cursor: pointer;
    }

.fauxsearch-button {
    height: 22px;
    width: 60px;
    padding-top: 3px;
    text-align: center;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -khtml-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: white;
    cursor: pointer;
}

.topmenu-dropdown-bar {
    width: 1024px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.topmenu-dropdown {
    position: absolute;
    z-index: 1;
    display: none;
}

.topmenu-dropdown-pointer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    height: 7px;
    line-height: 15px;
    margin-top: -6px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}

.topmenu-dropdown-content {
    background: #777777 url(/DocuWeb/lib_shared/images/backgrounds/light_top_shade.png) repeat-x top center;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 2px 3px -3px black;
    -webkit-box-shadow: 0 2px 3px -3px black;
    box-shadow: 0 2px 3px -3px black;
    border: 1px solid #666666;
}

#fauxsearch-within-dropdown .topmenu-dropdown-pointer {
    width: 38px;
    margin-left: 375px;
}

#fauxsearch-within-dropdown .topmenu-dropdown-content {
    width: 962px;
    margin-left: 31px;
}

#topmenu-role .topmenu-dropdown-pointer {
    width: 150px;
    margin-left: 789px;
}

#topmenu-role .topmenu-dropdown-content {
    width: 200px;
    margin-left: 770px;
}

#topmenu-menu .topmenu-dropdown-pointer {
    width: 85px;
    margin-left: 939px;
}

#topmenu-menu .topmenu-dropdown-content {
    width: 200px;
    margin-left: 824px;
}

.topmenu-dropdown-content-bubble-left {
    padding-top: 20px;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background: #888888;
    border: 1px solid #666666;
    border-left: none;
}

.topmenu-icon {
    float: left;
    width: 16px;
    text-align: center;
    padding-right: 2px;
}

.topmenu-dropdown-content-link {
    text-decoration: none;
}

.topmenu-dropdown-content-item {
    padding: 5px 20px 5px 30px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    text-indent: -10px;
}

    .topmenu-dropdown-content-item:hover {
        background: #999999;
    }

.topmenu-dropdown-spacer {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #999999;
    height: 0px;
    margin: 5px 16px;
}

#inline-edit-icon {
    pointer-events: none;
    position: absolute;
    top: -100px;
    left: -100px;
    width: 11px;
    font-size: 10px;
    line-height: 10px;
    text-align: right;
    display: none;
}

.inline-editable:hover {
    opacity: 0.4;
    cursor: pointer;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    padding: 10px;
    background: #000000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    z-index: 10000;
    opacity: 0.75;
    display: none;
}

.folder-box {
    border: 1px solid #e3e3e3;
    background: #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 5px -5px #aaaaaa inset;
    -webkit-box-shadow: 0 3px 5px -5px #aaaaaa inset;
    box-shadow: 0 3px 5px -5px #aaaaaa inset;
    padding: 14px 0 0 0;
    margin-bottom: 20px !important;
}

.folder-head {
    padding: 5px 0;
    background: #f6f6f6;
    -moz-box-shadow: 0 2px 3px -3px black;
    -webkit-box-shadow: 0 2px 3px -3px black;
    box-shadow: 0 2px 3px -3px black;
    width: 1022px;
}

.folder-box-inset {
    margin-bottom: 0 !important;
    padding: 5px 15px;
}

.folder-title {
    font-size: 15px;
}

.tiny-title {
    font-size: 11px;
    padding-right: 4px;
}

.project-box {
    padding: 0;
    margin-bottom: 20px !important;
    background: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 5px -3px black;
    -webkit-box-shadow: 0 3px 5px -3px black;
    box-shadow: 0 3px 5px -3px black;
}

.project-title {
    padding: 10px 20px 0 20px;
    border-bottom: 1px solid #dddddd;
    background: #BAC632;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    font-size: 15px;
    color: white;
}

.project-title-spacer {
    height: 10px;
    overflow: hidden;
}

.project-title-collapsed {
    padding: 10px 20px 0 20px;
    border-bottom: 1px solid #dddddd;
    background: #cccccc;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    font-size: 15px;
    color: white;
}

.project-windowshade {
    padding: 2px 10px 0 0;
    float: left;
    cursor: pointer;
}

.project-box-inset-box {
    border: 1px solid #eeeeee;
    background: #f6f6f6;
    padding: 5px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.project-status {
    font-size: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 3px -3px black;
    -webkit-box-shadow: 0 2px 3px -3px black;
    box-shadow: 0 2px 3px -3px black;
    background: #333333;
    color: white;
    height: 28px;
    overflow: hidden;
}

.project-status-collapsed {
    font-size: 13px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f6f6;
    height: 28px;
    overflow: hidden;
}

.project-status-div {
    padding: 5px 10px 4px 15px;
}

.project-status-icon {
    font-size: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -khtml-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    border: 1px solid #333333;
    text-align: center;
    color: white;
    float: right;
    height: 28px;
    width: 50px;
    overflow: hidden;
}

.project-status-icon-collapsed {
    font-size: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #cccccc;
    float: right;
    padding-top: 1px;
    height: 28px;
    width: 50px;
    overflow: hidden;
}

.project-status-creator-upload {
    background: #ff8a00;
}

.project-status-owner-review {
    background: #3172f5;
}

.project-status-approver-review {
    background: #ece900;
}

.project-status-rejected {
    background: #f00000;
}

.project-status-cancelled {
    background: #660099;
}

.project-status-completed {
    background: #27ce00;
}

.project-status-billed {
    background: #c437e7;
}

.project-status-on-hold {
    background: #cccccc;
}

.project-status-title {
    font-size: 13px;
}

.project-thumb-box {
    width: 160px;
    height: 160px;
    display: table;
    background: white url(/DocuWeb/lib_shared/images/creative_approvals/asset_background_small.png) no-repeat center center;
}

.project-thumb-box-innerdiv {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .project-thumb-box-innerdiv > img {
        -moz-box-shadow: 0 3px 5px -3px black;
        -webkit-box-shadow: 0 3px 5px -3px black;
        box-shadow: 0 3px 5px -3px black;
        border: 1px solid #cccccc;
    }

.project-widget-title {
    font-size: 11px;
    color: #666666;
}

.project-widget {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 3px -3px black;
    -webkit-box-shadow: 0 2px 3px -3px black;
    box-shadow: 0 2px 3px -3px black;
    background: #f6f6f6;
    padding-top: 20px;
}

.ca-project-loader {
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    width: auto;
    height: 28px;
    background-color: #F6F6F6;
    overflow: hidden;
}

.project-resource {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 3px -3px black;
    -webkit-box-shadow: 0 2px 3px -3px black;
    box-shadow: 0 2px 3px -3px black;
    background: #eeeeee;
    padding: 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.project-resource-date {
    float: left;
    width: 70px;
    font-size: 11px;
    padding-top: 2px;
    color: #666666;
}

.project-resource-info {
    word-wrap: break-word;
    width: 290px;
    float: left;
}

.project-resource-name {
    font-weight: bold;
}

.project-resource-controls, .project-resource-cite {
    float: right;
    width: 20px;
    text-align: right;
    color: #cccccc;
    cursor: pointer;
}

    .project-resource-controls:hover, .project-resource-cite:hover {
        color: black;
    }

.project-resource-add {
    padding-left: 80px;
}

.dropdown-div {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    display: none;
    position: absolute;
    width: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 3px 5px -3px black;
    -webkit-box-shadow: 0 3px 5px -3px black;
    box-shadow: 0 3px 5px -3px black;
    z-index: 1;
}

#to-top-button {
    position: fixed;
    right: 20px;
    bottom: 0;
    padding: 5px 10px;
    font-size: 10px;
    background: #f3f3f3;
    border: 1px solid #cccccc;
    border-bottom: 0;
    color: #999999;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    -moz-box-shadow: 0 3px 5px -3px black;
    -webkit-box-shadow: 0 3px 5px -3px black;
    box-shadow: 0 3px 5px -3px black;
    z-index: 1;
    display: none;
    cursor: pointer;
}

#due-date-select {
    position: absolute;
    right: 0;
    top: 0;
    background: #f3f3f3;
    color: #999999;
    -moz-box-shadow: 0 3px 5px -3px black;
    -webkit-box-shadow: 0 3px 5px -3px black;
    box-shadow: 0 3px 5px -3px black;
    z-index: 1;
    display: none;
}

/* Grid system */
.grid-width-1 {
    width: 64px;
}

.grid-width-2 {
    width: 128px;
}

.grid-width-3 {
    width: 192px;
}

.grid-width-4 {
    width: 256px;
}

.grid-width-5 {
    width: 320px;
}

.grid-width-6 {
    width: 384px;
}

.grid-width-7 {
    width: 448px;
}

.grid-width-8 {
    width: 512px;
}

.grid-width-9 {
    width: 576px;
}

.grid-width-10 {
    width: 640px;
}

.grid-width-11 {
    width: 704px;
}

.grid-width-12 {
    width: 768px;
}

.grid-width-13 {
    width: 832px;
}

.grid-width-14 {
    width: 896px;
}

.grid-width-15 {
    width: 960px;
}

.grid-width-16 {
    width: 1024px;
}

.grid-div {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-center {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.grid-row {
    clear: both;
}

.grid-left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.grid-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

.grid-center.grid-padding, .grid-div.grid-padding {
    padding: 0 20px 20px 20px;
}

.grid-left.grid-padding {
    padding: 0 10px 20px 20px;
}

.grid-right.grid-padding {
    padding: 0 20px 20px 10px;
}

.grid-text-center {
    text-align: center;
}

.topic-icon {
    padding-bottom: 10px;
}
.button-row {
    padding-top: 10px;
    padding-bottom: 10px;
}
iframe {
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    width: 100%;
}
.topic-icon {
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .help-title {
        font-size: 1em;
        color: black;
        margin-top: 5px;
        /*margin-bottom: 20px;*/
    }

    .topic-icon {
        font-size: 10px;
    }
}

@media(max-width:780px) {
    .topic-icon {
        display: none;
        padding-bottom: 10px;
    }
}

.responsive {
    width: 100%;
    max-width: 900px;
    height: auto;
}