@charset "utf-8";
.mCSB_container {
    width: auto;
    margin-right: 6px;
    overflow: hidden
}

.mCSB_container.mCS_no_scrollbar {
    margin-right: 0
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
    margin-right: 6px
}

.mCustomScrollBox > .mCSB_scrollTools {
    width: 10px;
    height: 100%;
    top: 0;
    right: 0
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px
}

.mCSB_horizontal > .mCSB_container {
    height: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 6px
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 14px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right
}

.mCustomScrollBox {
    -ms-touch-action: none;
}

.mCustomScrollBox > .mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../img/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools {
    height: 6px
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 0 0
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 0 auto
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.65)
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.fc {
    direction: ltr;
    text-align: left
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0
}

html .fc, .fc table {
    font-size: 1em
}

.fc td, .fc th {
    padding: 0;
    vertical-align: top
}

.fc-header td {
    white-space: nowrap
}

.fc-header-left {
    width: 25%;
    text-align: left
}

.fc-header-center {
    text-align: center
}

.fc-header-right {
    width: 25%;
    text-align: right
}

.fc-header-title {
    display: inline-block;
    vertical-align: top
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap
}

.fc .fc-header-space {
    padding-left: 10px
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top
}

.fc-header .fc-button {
    margin-right: -1px
}

.fc-header .fc-corner-right, .fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2
}

.fc-header .fc-state-down {
    z-index: 3
}

.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4
}

.fc-content {
    clear: both;
    zoom: 1;
}

.fc-view {
    width: 100%;
    overflow: hidden
}

.fc-widget-header, .fc-widget-content {
    border: 1px solid #ddd
}

.fc-state-highlight {
    background: #fcf8e3
}

.fc-cell-overlay {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc-text-arrow {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
}

.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
    font-weight: bold
}

.fc-button .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%
}

.fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-down, .fc-state-active {
    background-color: #ccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-event-container > * {
    z-index: 8
}

.fc-event-container > .ui-draggable-dragging, .fc-event-container > .ui-resizable-resizing {
    z-index: 9
}

.fc-event {
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    color: #fff;
    font-size: .85em;
    cursor: default
}

a.fc-event {
    text-decoration: none
}

a.fc-event, .fc-event-draggable {
    cursor: pointer
}

.fc-rtl .fc-event {
    text-align: right
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fc-event-time, .fc-event-title {
    padding: 0 1px
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%;
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px
}

.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
}

table.fc-border-separate {
    border-collapse: separate
}

.fc-border-separate th, .fc-border-separate td {
    border-width: 1px 0 0 1px
}

.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
    border-right-width: 1px
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    border-bottom-width: 1px
}

.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
    border-top-width: 0
}

.fc-grid th {
    text-align: center
}

.fc .fc-week-number {
    width: 22px;
    text-align: center
}

.fc .fc-week-number div {
    padding: 0 2px
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
}

.fc-grid .fc-event-time {
    font-weight: bold
}

.fc-rtl .fc-grid .fc-day-number {
    float: left
}

.fc-rtl .fc-grid .fc-event-time {
    float: right
}

.fc-agenda table {
    border-collapse: separate
}

.fc-agenda-days th {
    text-align: center
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal
}

.fc-agenda .fc-week-number {
    font-weight: bold
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0
}

.fc-agenda-allday th {
    border-width: 0 1px
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee
}

.fc-agenda-slots th {
    border-width: 1px 1px 0
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none
}

.fc-agenda-slots td div {
    height: 20px
}

.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0
}

.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid;
}

.fc-event-vert {
    border-width: 0 1px
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2
}

.fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
    display: none \9;
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden
}

.jcrop-holder {
    direction: ltr;
    text-align: left;
    -ms-touch-action: none
}

.jcrop-vline, .jcrop-hline {
    background: #fff url("/img/jcrop/Jcrop.gif");
    font-size: 0;
    position: absolute
}

.jcrop-vline {
    height: 100%;
    width: 1px !important
}

.jcrop-vline.right {
    right: 0
}

.jcrop-hline {
    height: 1px !important;
    width: 100%
}

.jcrop-hline.bottom {
    bottom: 0
}

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    width: 7px;
    height: 7px;
    font-size: 1px
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px
}

.jcrop-dragbar.ord-n {
    margin-top: -4px
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0
}

.jcrop-dragbar.ord-w {
    margin-left: -4px
}

.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
    background: #fff;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px
}

.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px
}

.solid-line .jcrop-vline, .solid-line .jcrop-hline {
    background: #fff
}

.jcrop-holder img, img.jcrop-preview {
    max-width: none
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

* html .ui-autocomplete {
    width: 1px
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

* html .ui-tooltip {
    background-image: none
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(../img/jqui-images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(../img/jqui-images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../img/jqui-images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(../img/jqui-images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(../img/jqui-images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../img/jqui-images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(../img/jqui-images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/jqui-images/ui-icons_222222_256x240.png)
}

.ui-widget-content .ui-icon {
    background-image: url(../img/jqui-images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../img/jqui-images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(../img/jqui-images/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../img/jqui-images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(../img/jqui-images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(../img/jqui-images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../img/jqui-images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(../img/jqui-images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(../img/jqui-images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.wtdate .ui-datepicker {
    padding: 0
}

.wtdate .ui-datepicker select.ui-datepicker-month, .wtdate .ui-datepicker select.ui-datepicker-year {
    width: 40%
}

.wtdate .ui-widget-header {
    border: 0;
    background: none
}

.wtdate .ui-widget-header .ui-icon {
    background: none
}

.wtdate .ui-state-hover.ui-datepicker-prev-hover {
    background: none
}

.wtdate .ui-state-hover.ui-datepicker-next-hover {
    background: none
}

.wtdate .ui-datepicker .ui-datepicker-prev, .wtdate .ui-datepicker .ui-datepicker-next {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
    padding: 8px 10px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #666;
    text-align: center
}

.wtdate .ui-datepicker .ui-datepicker-prev, .wtdate .ui-datepicker .ui-datepicker-next, .wtdate .ui-datepicker .ui-datepicker-prev:active, .wtdate .ui-datepicker .ui-datepicker-next:active, .wtdate .ui-datepicker .ui-datepicker-prev[disabled], .wtdate .ui-datepicker .ui-datepicker-next[disabled], fieldset[disabled] .wtdate .ui-datepicker .ui-datepicker-prev, fieldset[disabled] .wtdate .ui-datepicker .ui-datepicker-next {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wtdate .ui-datepicker .ui-datepicker-prev, .wtdate .ui-datepicker .ui-datepicker-next, .wtdate .ui-datepicker .ui-datepicker-prev:hover, .wtdate .ui-datepicker .ui-datepicker-next:hover, .wtdate .ui-datepicker .ui-datepicker-prev:focus, .wtdate .ui-datepicker .ui-datepicker-next:focus, .wtdate .ui-datepicker .ui-datepicker-prev:active, .wtdate .ui-datepicker .ui-datepicker-next:active {
    border-color: transparent
}

.wtdate .ui-datepicker .ui-datepicker-prev:hover, .wtdate .ui-datepicker .ui-datepicker-next:hover, .wtdate .ui-datepicker .ui-datepicker-prev:focus, .wtdate .ui-datepicker .ui-datepicker-next:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.wtdate .ui-datepicker .ui-datepicker-prev[disabled]:hover, .wtdate .ui-datepicker .ui-datepicker-next[disabled]:hover, fieldset[disabled] .wtdate .ui-datepicker .ui-datepicker-prev:hover, fieldset[disabled] .wtdate .ui-datepicker .ui-datepicker-next:hover, .wtdate .ui-datepicker .ui-datepicker-prev[disabled]:focus, .wtdate .ui-datepicker .ui-datepicker-next[disabled]:focus, fieldset[disabled] .wtdate .ui-datepicker .ui-datepicker-prev:focus, fieldset[disabled] .wtdate .ui-datepicker .ui-datepicker-next:focus {
    color: #999;
    text-decoration: none
}

.wtdate .ui-datepicker .ui-datepicker-prev:before, .wtdate .ui-datepicker .ui-datepicker-next:before {
    content: "\f053"
}

.wtdate .ui-datepicker .ui-datepicker-next:before {
    content: "\f054"
}

.wtdate .ui-widget-content {
    border: 0;
    background: #fbfbfb
}

.wtdate .ui-state-default, .wtdate .ui-widget-content .ui-state-default, .wtdate .ui-widget-header .ui-state-default {
    border-color: #e1e1e1;
    background: none
}

.wtdate .ui-state-highlight, .wtdate .ui-widget-content .ui-state-highlight, .wtdate .ui-widget-header .ui-state-highlight {
    background: #fcf8e3
}

.wtdate .ui-state-active, .wtdate .ui-widget-content .ui-state-active, .wtdate .ui-widget-header .ui-state-active {
    color: #fff;
    background-color: #006dcc
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/img/fancybox/fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/img/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/img/fancybox/fancybox_overlay.png')
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/img/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url('/img/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #323232;
    background: -moz-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -ms-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('/img/fancybox/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

#main .mod_navbar .main {
    margin-left: 0
}

#main .mod_navbar #calendar_title_warp {
    display: inline-block;
    line-height: 35px
}

#main .mod_navbar #calendar_title_warp h4#calendar_title {
    display: inline-block
}

#main .mod_navbar #calendar_title_warp i.icon-chevron-left, #main .mod_navbar #calendar_title_warp i.icon-chevron-right {
    padding-left: 15px;
    padding-right: 15px
}

#main .mod_navbar .dropdown-menu {
    text-align: left
}

#calendar .fc-content .fc-grid thead .fc-widget-header {
    border-width: 0 0 1px 0
}

#calendar .fc-content .fc-grid tbody .fc-other-month .fc-day-number {
    opacity: .2;
    filter: alpha(opacity=20)
}

#calendar .fc-content .fc-day.fc-sun, #calendar .fc-content .fc-day.fc-sat {
    background: #f9f9f7
}

#calendar .fc-content .fc-day.fc-state-highlight {
    background: #fcf8e3
}

#calendar .fc-content .fc-event {
    font-size: 14px;
    background: transparent;
    border: 0
}

#calendar .fc-content .fc-event.cal_event {
    padding-left: 5px
}

#calendar .fc-content .fc-event.cal_event .fc-event-time {
    display: none
}

#calendar .fc-content .fc-event.cal_task .fc-event-time, #calendar .fc-content .fc-event.cal_task_completed .fc-event-time {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #79c455;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 14px;
    line-height: 11px;
    margin: 3px 3px 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: top;
    width: 14px;
    background: #79c455
}

#calendar .fc-content .fc-event.cal_task_uncompleted .fc-event-time {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #e1e1e1;
    color: transparent;
    display: inline-block;
    font-size: 11px;
    height: 14px;
    line-height: 11px;
    margin: 3px 3px 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: top;
    width: 14px;
    background: transparent
}

.popbox {
    position: absolute;
    z-index: 2229;
    display: none;
    min-width: 240px;
    max-width: 700px;
    padding: 1px;
    text-align: left;
    background-color: #fbfbfb;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #e1e1e1;
    *border: 1px solid #e1e1e1;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    outline: none
}

.popbox.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%
}

.popbox.fade.in {
    top: 10%
}

.popbox.top {
    margin-top: -10px
}

.popbox.right {
    margin-left: 10px
}

.popbox.bottom {
    margin-top: 10px
}

.popbox.left {
    margin-left: -10px
}

.popbox-header {
    position: relative;
    padding: 9px 15px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f9f9f7
}

.popbox-header:before, .popbox-header:after {
    content: " ";
    display: table
}

.popbox-header:after {
    clear: both
}

.popbox-header i.icon {
    margin-top: 4px;
    padding: 0;
    float: left
}

.popbox-header button.back, .popbox-header button.cancel {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    margin-top: 4px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popbox-header button.back:hover, .popbox-header button.cancel:hover {
    opacity: .4;
    filter: alpha(opacity=40)
}

.popbox-header button.back {
    float: left
}

.popbox-header button.cancel {
    float: right
}

.popbox-header h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 32px
}

.popbox-bodywrapper {
    max-height: 400px
}

.popbox-body {
    position: relative;
    padding: 15px
}

.popbox-body form {
    margin-bottom: 0
}

.popbox-body .empty-menu {
    border: dotted 1px #e1e1e1;
    background: #f9f9f7;
    padding: 15px;
    margin: 15px;
    min-height: 48px;
    line-height: 48px;
    text-align: center;
    min-width: 220px;
    color: #999
}

.popbox-body .empty-menu-nomin-h {
    border: dotted 1px #e1e1e1;
    background: #f9f9f7;
    padding: 15px;
    margin: 15px;
    min-height: 48px;
    line-height: 48px;
    text-align: center;
    color: #999
}

.popbox-bodyheader {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}

.popbox-bodyheader:before, .popbox-bodyheader:after {
    content: " ";
    display: table
}

.popbox-bodyheader:after {
    clear: both
}

.popbox-bodyheader button.back, .popbox-bodyheader button.cancel {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    margin-top: 4px;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popbox-bodyheader button.back:hover, .popbox-bodyheader button.cancel:hover {
    opacity: .4;
    filter: alpha(opacity=40)
}

.popbox-bodyheader button.back {
    float: left
}

.popbox-bodyheader button.cancel {
    float: right
}

.popbox-form {
    margin-bottom: 0
}

.popbox-footer {
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
    border-radius: 0 0 6px 6px
}

.popbox-footer:before, .popbox-footer:after {
    content: " ";
    display: table
}

.popbox-footer:after {
    clear: both
}

.popbox-footer:before, .popbox-footer:after {
    content: " ";
    display: table
}

.popbox-footer:after {
    clear: both
}

.popbox-footer .btn + .btn {
    margin-bottom: 0
}

.popbox-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.popbox-footer .btn-block + .btn-block {
    margin-left: 0
}

.popbox-footer .action-item {
    display: block;
    margin-top: 13px;
    margin-left: 10px
}

.popbox-footer.top-divider {
    border-top: solid 1px #e1e1e1
}

ul.popbox-step {
    padding: 0;
    margin: 0
}

ul.popbox-step li.popbox-step-li {
    padding: 0;
    list-style-type: none
}

.no-padding {
    padding: 0
}

ul.popbox-menu {
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px
}

ul.popbox-menu li {
    line-height: 200%;
    margin: 5px
}

ul.popbox-menu li.divider {
    border: 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #fff;
    margin: 0
}

ul.popbox-menu li > a {
    display: block;
    cursor: pointer;
    color: #333;
    padding: 5px 15px
}

ul.popbox-menu li > a.active {
    text-decoration: none;
    background-color: #f2f2ea;
    border-radius: 3px
}

ul.popbox-menu li > a:hover {
    text-decoration: none;
    background-color: #f2f2ea;
    border-radius: 3px
}

ul.popbox-menu li > a:hover .action {
    visibility: visible
}

ul.popbox-menu li > a:focus {
    text-decoration: none
}

ul.popbox-menu li > a.text-muted {
    color: #ccc;
    cursor: not-allowed
}

ul.popbox-menu li > a i {
    margin-right: 5px
}

ul.popbox-menu li > a .small-tip {
    position: absolute;
    right: 20px
}

ul.popbox-menu li > a .action {
    visibility: hidden;
    position: absolute;
    right: 5px
}

ul.popbox-menu li .icon {
    float: left;
    display: block;
    width: 20px;
    height: 20px
}

.popbox .arrow, .popbox .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popbox .arrow {
    border-width: 11px
}

.popbox .arrow:after {
    border-width: 10px;
    content: ""
}

.popbox.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: #e1e1e1;
    bottom: -11px
}

.popbox.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fbfbfb
}

.popbox.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #e1e1e1
}

.popbox.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fbfbfb
}

.popbox.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: #e1e1e1;
    top: -11px
}

.popbox.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fbfbfb
}

.popbox.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #e1e1e1
}

.popbox.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fbfbfb;
    bottom: -10px
}

ul.popbox-item {
    margin: -15px;
    list-style: none;
    margin-left: 0;
    margin-top: -5px
}

ul.popbox-item:before, ul.popbox-item:after {
    content: " ";
    display: table
}

ul.popbox-item:after {
    clear: both
}

ul.popbox-item li {
    line-height: 200%;
    margin: 5px;
    float: left;
    cursor: hand
}

ul.popbox-item .emoji {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 5px
}

.emoji-box {
    padding: 5px
}

.emoji-box .pagination {
    margin: 0
}

.emoji-box ul.pagination-sm li a {
    padding: 2px 9px
}

.task-badges {
    padding-top: 3px;
    white-space: normal
}

.task-badges .task-badge {
    color: #aaa;
    background: #f9f9f7;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 3px;
    border: solid 1px #e1e1e1;
    -webkit-text-size-adjust: none;
    display: inline-block;
    /* margin: 8px 1px 0 0*/
    margin: 0px 1px 0 0
}

.task-badges.badges .task-badge {
    padding: 0 5px;
}

.task-badges .task-badge:before {
    font-size: 14px;
    padding-right: 2px
}

.task-badges .task-badge.badge-expire-due {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.task-badges .task-badge.badge-expire-soon {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b
}

.task-badges .task-badge.badge-todo-done {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.markdown {
    line-height: 180%
}

.markdown a {
    word-break: break-all
}

.markdown h1 {
    font-size: 24px;
    border-bottom: 1px solid #e1e1e1
}

.markdown h2 {
    font-size: 22px;
    border-bottom: 1px solid #e1e1e1
}

.markdown h3 {
    font-size: 20px
}

.markdown h4 {
    font-size: 18px
}

.markdown h5 {
    font-size: 16px
}

.markdown h6 {
    font-size: 14px
}

.markdown pre {
    background-color: #f9f9f7;
    padding: 10px;
    line-height: 24px;
    border: 1px solid #e1e1e1
}

.markdown blockquote {
    font-size: 14px;
    margin-left: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-left: solid 5px #f2f2ea;
    color: #ccc
}

.markdown blockquote p {
    font-size: 14px;
    line-height: 180%
}

.markdown blockquote p:last-child {
    margin-bottom: 0 !important
}

.markdown ul, .markdown ol {
    margin-left: 30px
}

.markdown ul li {
    list-style-type: disc
}

.markdown ol li {
    list-style-type: decimal
}

.markdown hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #e1e1e1
}

.markdown img {
    max-width: 98%;
    border: solid 5px #fbfbfb;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.markdown img.emoji {
    width: 22px;
    height: 22px;
    margin: 0;
    border: 0;
    box-shadow: 0 0 0 #fff, inset 0 0 0 #fff
}

.markdown table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.markdown table th {
    text-align: center
}

.markdown table th[align=left] {
    text-align: left
}

.markdown table th[align=right] {
    text-align: right
}

.markdown table > thead > tr > th, .markdown table > tbody > tr > th, .markdown table > tfoot > tr > th, .markdown table > thead > tr > td, .markdown table > tbody > tr > td, .markdown table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.markdown table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.markdown table > caption + thead > tr:first-child > th, .markdown table > colgroup + thead > tr:first-child > th, .markdown table > thead:first-child > tr:first-child > th, .markdown table > caption + thead > tr:first-child > td, .markdown table > colgroup + thead > tr:first-child > td, .markdown table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.markdown table > tbody + tbody {
    border-top: 2px solid #ddd
}

.markdown table .table {
    background-color: #fff
}

.markdown table > thead > tr > th, .markdown table > tbody > tr > th, .markdown table > tfoot > tr > th, .markdown table > thead > tr > td, .markdown table > tbody > tr > td, .markdown table > tfoot > tr > td {
    border: 1px solid #ddd
}

.markdown table > thead > tr > th, .markdown table > thead > tr > td {
    border-bottom-width: 2px
}

.markdown-chat h1, .markdown-chat h2, .markdown-chat h3, .markdown-chat h4, .markdown-chat h5, .markdown-chat h6 {
    font-size: 16px;
    border-bottom: 0 none transparent;
    margin: 5px 0
}

.markdown-chat p {
    margin-bottom: 0;
    line-height: 150%
}

.markdown-chat blockquote {
    margin: 0;
    padding: 0 10px;
    opacity: .7;
    border-color: #ccc;
    font-size: 14px
}

li.attachment {
    min-height: 38px;
    line-height: 38px;
    margin-bottom: 10px
}

li.attachment.attachment-progress {
    position: relative;
    margin-bottom: 15px
}

li.attachment.attachment-progress .file-picfile {
    position: relative
}

li.attachment.attachment-progress .file-picfile .label {
    position: absolute;
    left: 15%;
    top: 30%;
    z-index: 1000;
    max-width: 58px;
    white-space: normal
}

li.attachment.attachment-progress .file-picfile img {
    opacity: .4
}

li.attachment.attachment-progress .file-picfile canvas {
    max-width: 70px;
    max-height: 70px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    opacity: .4
}

li.attachment.attachment-progress .progress {
    width: 182px;
    height: 14px;
    margin-top: 13px;
    margin-bottom: 0
}

li.attachment.dragfile-hover-placeholder {
    background: #fcf8e3 !important
}

li.attachment:before, li.attachment:after {
    content: " ";
    display: table
}

li.attachment:after {
    clear: both
}

li.attachment .label {
    margin-right: 5px
}

li.attachment .file-picfile {
    border: solid 1px #e1e1e1;
    float: left;
    width: 76px;
    height: 76px;
    line-height: 70px;
    margin-left: 20px;
    margin-right: 15px;
    text-align: center;
    -webkit-box-shadow: '0 0 3px #EEE, inset 0 0 3px #FFF';
    box-shadow: '0 0 3px #EEE, inset 0 0 3px #FFF'
}

li.attachment .file-picfile img {
    max-width: 70px;
    max-height: 70px;
    text-align: center
}

li.attachment .file-name {
    display: block;
    font-size: 14px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all
}

li.attachment .file-size {
    float: left;
    color: #aaa;
    width: 80px;
    font-size: 12px
}

li.attachment .file-action {
    visibility: hidden;
    color: #8a959e
}

li.attachment .file-action:hover {
    color: #d84c31
}

li.attachment .file-action a {
    margin-right: 15px
}

li.attachment:hover .file-action {
    visibility: visible
}

#wohoo-warp {
    position: relative;
    width: 120px;
    height: 80px
}

#wohoo-warp .tooltip .tooltip-arrow {
    border-left-color: #fff
}

#wohoo-warp .tooltip .tooltip-inner {
    color: #333;
    background: #fff
}

#wohoo-warp .wohoo-inner {
    width: 120px;
    height: 80px;
    position: absolute;
    opacity: 0
}

#wohoo-warp .wohoo-inner.in {
    -webkit-animation: rotateInUpLeft .5s ease both;
    animation: rotateInUpLeft .5s ease both
}

#wohoo-warp .wohoo-inner .wohoo .wohoo-head {
    position: absolute;
    width: 63px;
    height: 82px;
    background: url("/img/wohoo/head.png") no-repeat;
    background-origin: content;
    background-position: 50% 50%;
    background-size: contain
}

#wohoo-warp .wohoo-inner .wohoo .wohoo-head:hover {
    cursor: pointer;
    -webkit-animation: swing 1s .2s ease both;
    animation: swing 1s .2s ease both
}

#wohoo-warp .wohoo-inner .wohoo .wohoo-neck {
    position: absolute;
    width: 118px;
    height: 38px;
    overflow: hidden;
    background: url("/img/wohoo/neck.png") no-repeat;
    top: 20px;
    left: 30px
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        left: 50px;
        opacity: 0
    }
    100% {
        left: 0;
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transition: scale(.2);
        transition: scale(.2);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transition: scale(1);
        transition: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.leftpanel_collapse #global_file_upload a {
    text-align: center
}

#global_file_upload {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0
}

#global_file_upload a {
    position: relative;
    height: 40px;
    display: block;
    padding: 0 18px;
    line-height: 40px;
    color: #aeb2b7;
    font-size: 14px
}

#global_file_upload a .label {
    position: absolute;
    left: 35px;
    top: 7px;
    color: #f2f2f2;
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    height: 14px;
    line-height: 15px;
    background-color: #e02222;
    padding: 1px 4px;
    border-radius: 12px !important;
    text-shadow: none !important
}

.pop_global_file_upload {
    width: 398px;
    padding: 0
}

.pop_global_file_upload table tr.first td {
    border-top: 1px solid transparent
}

.pop_global_file_upload table .name {
    max-width: 270px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pop_global_file_upload table .size {
    font-size: 11px
}

.pop_global_file_upload table .progress {
    margin-bottom: 0;
    height: 14px
}

.pop_global_file_upload table .action {
    line-height: 180%;
    text-align: center
}

.mod_navbar {
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 1px 0 3px #eee, inset 0 0 3px #fff;
    padding: 0 15px;
    position: relative
}

.mod_navbar:before, .mod_navbar:after {
    content: " ";
    display: table
}

.mod_navbar:after {
    clear: both
}

.mod_navbar .title {
    float: left;
    white-space: nowrap
}

.mod_navbar .title h3 {
    display: inline;
    min-width: 100px;
    margin-top: 0;
    line-height: 59px;
    font-size: 20px;
    color: #5c6371;
}

.mod_navbar .title h3 i {
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.mod_navbar .title h3 i.icon-compass {
    font-size: 25px
}

.mod_navbar .title h3 i.icon-cog {
    color: #ddd;
    font-size: 14px
}

.mod_navbar .title h3 a {
    color: #d84c31;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: -15px
}

.mod_navbar .title h3 a:hover {
    background: #f2f2ea
}

.mod_navbar .main {
    margin-left: 180px;
    /*     line-height: 59px */
}

.mod_navbar .main .center-select {
    display: inline-block;
    line-height: 35px
}

.mod_navbar .main .center-select h4.center_title {
    display: inline-block
}

.mod_navbar .main .center-select i.icon-chevron-left, .mod_navbar .main .center-select i.icon-chevron-right {
    padding-left: 15px;
    padding-right: 15px
}

.mod_navbar .main .center-select {
    display: inline-block;
    line-height: 35px
}

.mod_navbar .main .center-select h4.center_title {
    display: inline-block
}

.mod_navbar .main .center-select i.icon-chevron-left, .mod_navbar .main .center-select i.icon-chevron-right {
    padding-left: 15px;
    padding-right: 15px
}

.mod_navbar .main button, .mod_navbar .main .btn {
    outline: 0
}

.mod_navbar .main ul.tabs {
    margin: 0
}

.mod_navbar .main ul.tabs:before, .mod_navbar .main ul.tabs:after {
    content: " ";
    display: table
}

.mod_navbar .main ul.tabs:after {
    clear: both
}

.mod_navbar .main ul.tabs li {
    float: left
}

.mod_navbar .main ul.tabs li a {
    display: block;
    height: 54px;
    margin: 5px 10px 0 2px;
    padding: 8px 10px;
    color: #8a959e;
    font-size: 16px
}

.mod_navbar .main ul.tabs li a:hover {
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45
}

.mod_navbar .main ul.tabs li a.active {
    border-bottom: solid 3px #d84c31 !important;
    color: #323a45;
    cursor: default
}

.mod_navbar .main button {
    outline: 0
}

ul.nav_listmenu {
    margin: 0;
    padding: 0
}

ul.nav_listmenu li a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding-left: 1.5em;
    color: #8a959e
}

ul.nav_listmenu li a:hover {
    color: #323a45
}

ul.nav_listmenu li.active a {
    color: #323a45
}

ul.nav_listmenu li.active a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    bottom: 30%;
    z-index: 100;
    width: 8px;
    background: url('/img/nav_listmenu_active_bg.png') left center no-repeat
}

.task-label {
    border-radius: 3px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.task-label i {
    margin-right: 0 !important
}

.blue-label {
    background-color: #4989f2
}

.green-label {
    background-color: #089c08
}

.orange-label {
    background-color: #fa8734
}

.purple-label {
    background-color: #9d569d
}

.red-label {
    background-color: #e83110
}

.yellow-label {
    background-color: #f4df2c
}

.wt-header {
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 20px
}

.wt-header:before, .wt-header:after {
    content: " ";
    display: table
}

.wt-header:after {
    clear: both
}

.wt-header .title {
    font-size: 16px;
    font-weight: bold
}

.wt-row {
    padding: 6px 0 6px 0;
    border-bottom: solid 1px #e1e1e1
}

.wt-row:before, .wt-row:after {
    content: " ";
    display: table
}

.wt-row:after {
    clear: both
}

.wt-row:hover, .wt-row.active {
    background: #f5f5f2
}

.wt-row .column {
    float: left;
    text-align: left
}

.empty-panel {
    margin: 0 auto;
    padding-top: 12%;
    text-align: center;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.empty-panel i {
    font-size: 120px;
    color: #f2f2ea
}

.empty-panel span {
    font-size: 24px;
    line-height: 48px;
    color: #e7e7df
}

.empty-panel a {
    color: #e7e7df
}

.empty-panel a:hover {
    color: #d14836
}

.empty-panel p {
    color: #8a959e;
    text-shadow: 0 0 0
}

.wt-alert {
    margin: 10px 20px
}

.wt-alert i {
    margin-right: 5px
}

.loading-more-panel {
    margin-top: 20px;
    text-align: center
}

.loading-more-panel .btn {
    padding: 8px 40px
}

#loadingInit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    background: #333 url('/img/loading_all_init.gif') center center no-repeat
}

.loading {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 50px;
    border: 1px solid #f2f2f2;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px
}

.part-loading {
    margin-left: auto;
    margin-right: auto;
    height: 38px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
    background: url('/img/loading_all.gif') center center no-repeat
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.15)
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    background: rgba(0, 0, 0, 0.75)
}

.mCS-dark-navmenu-iconlist.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-navmenu-iconlist.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9)
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-navmenu-iconlist > .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.atwho-view {
    position: absolute;
    z-index: 103;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    min-width: 180px;
    text-align: left;
    background-color: #fbfbfb;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    border: 1px solid #e1e1e1;
    *border: 1px solid #e1e1e1;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    outline: none
}

.atwho-view .cur {
    background-color: #f2f2ea;
    color: #333
}

.atwho-view .cur small {
    color: #555
}

.atwho-view strong {
    color: #d84c31
}

.atwho-view .cur strong {
    color: #d84c31;
    font-weight: bold
}

.atwho-view ul {
    list-style: none;
    padding: 0;
    margin: auto
}

.atwho-view ul li {
    display: block;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    border-radius: 3px
}

.atwho-view ul li .emoji {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 5px
}

.atwho-view small {
    font-size: smaller;
    color: #555;
    font-weight: normal
}

.center-panel-container .account_status {
    position: relative;
    width: 80px
}

.center-panel-container .account_status i.icon-3x {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 1;
    text-shadow: 0 0 10px #fff
}

.center-panel-container .account_status p {
    margin: 20px 0
}

.center-panel-container .account_status.on i.icon-3x, .center-panel-container .account_status.on b {
    color: #5cb85c
}

.center-panel-container .account_status.off i.icon-3x, .center-panel-container .account_status.off b {
    color: #d84c31
}

.center-panel-container .account_status.off img {
    opacity: .3
}

.center-panel-container .navigate-step {
    position: relative;
    margin: 20px auto 20px 13px;
    margin-bottom: 20px
}

.center-panel-container .navigate-step:before, .center-panel-container .navigate-step:after {
    content: " ";
    display: table
}

.center-panel-container .navigate-step:after {
    clear: both
}

.center-panel-container .navigate-step .line {
    position: absolute;
    bottom: 13px;
    right: 0;
    left: 0
}

.center-panel-container .navigate-step .line:before, .center-panel-container .navigate-step .line:after {
    content: " ";
    display: table
}

.center-panel-container .navigate-step .line:after {
    clear: both
}

.center-panel-container .navigate-step .line div {
    float: left;
    height: 4px;
    width: 32%;
    background: #f2f2ea
}

.center-panel-container .navigate-step .line div.active {
    background: #d84c31
}

.center-panel-container .navigate-step ol {
    list-style: none;
    margin: 0
}

.center-panel-container .navigate-step ol li {
    list-style: none;
    float: left;
    display: block;
    width: 32%
}

.center-panel-container .navigate-step ol li.active .number {
    background: #d84c31;
    color: #fff
}

.center-panel-container .navigate-step ol li.active .step-title {
    color: #d84c31
}

.center-panel-container .navigate-step ol li .step-title {
    font-size: 16px;
    margin-left: -13px;
    color: #bbb
}

.center-panel-container .navigate-step ol li .number {
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 15px 15px;
    position: relative;
    background: #f2f2ea;
    text-align: center;
    color: #bbb
}

.center-panel-container dl.recovery_code dd ul {
    width: 480px;
    border: solid 1px #e1e1e1
}

.center-panel-container dl.recovery_code dd ul:before, .center-panel-container dl.recovery_code dd ul:after {
    content: " ";
    display: table
}

.center-panel-container dl.recovery_code dd ul:after {
    clear: both
}

.center-panel-container dl.recovery_code dd ul li {
    font-family: monospace;
    font-size: 15px;
    float: left;
    width: 50%;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    line-height: 300%
}

.center-panel-container dl.recovery_code dd ul li:last-child {
    border-bottom: 0
}

.center-panel-container .account-marketplace {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 300px;
    height: 70px;
    padding: 5px 10px
}

.center-panel-container .account-marketplace i {
    line-height: 54px;
    float: left;
    padding-right: 15px
}

.stamp-project {
    pointer-events: none;
    top: 0;
    left: 50%;
    position: absolute;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-image: url("/img/stamp_archive_project.png")
}

.stamp-entry {
    pointer-events: none;
    top: 0;
    left: 50%;
    position: absolute;
    background-position: left top;
    background-repeat: no-repeat;
    width: 83px;
    height: 40px;
    background-image: url("/img/stamp_archive.png")
}

dl.box {
    margin-top: 0;
    margin-bottom: 25px
}

dl.box dt {
    border-left: solid 3px #d84c31;
    color: #000;
    text-indent: 8px;
    font-size: 17px
}

dl.box dt span {
    float: right
}

dl.box dd.bd {
    padding: 19px
}

dl.box dd.actions {
    padding: 0 19px 0
}

dl.box dd.flink {
    font-size: 12px;
    text-align: right;
    padding-right: 10px
}

dl.box dd.flink a {
    color: #666;
    margin: 3px 5px
}

.box-large {
    padding: 24px;
    border-radius: 4px
}

.box-small {
    padding: 9px;
    border-radius: 2px
}

.fixed-width {
    width: 300px
}

.fixed-width-260 {
    width: 260px
}

dl.box-form {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    margin-top: 30px;
    background: #f9f9f7
}

dl.box-form dt {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
    border-left: 0;
    padding: 15px
}

dl.frame {
    margin: 15px;
    padding: 15px;
    border: solid 1px #e1e1e1;
    background: #fbfbfb;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

dl.frame.archive {
    background-image: url("/img/stamp_archive_project.png");
    background-position: center 5px;
    background-repeat: no-repeat;
}

dl.frame dt {
    border-bottom: solid 1px #e1e1e1;
    padding: 0 15px;
    color: #666;
    line-height: 40px;
    font-weight: normal
}

dl.frame dt:before, dl.frame dt:after {
    content: " ";
    display: table
}

dl.frame dt:after {
    clear: both
}

dl.frame dt span.title {
    float: left;
    font-size: 18px;
    margin-right: 40px;
    color: #646b75;
    line-height: 46px
}

dl.frame dt ul.tabs {
    margin: 0
}

dl.frame dt ul.tabs:before, dl.frame dt ul.tabs:after {
    content: " ";
    display: table
}

dl.frame dt ul.tabs:after {
    clear: both
}

dl.frame dt ul.tabs li {
    float: left
}

dl.frame dt ul.tabs li a {
    display: block;
    height: 46px;
    margin: 0 15px;
    padding: 5px 15px;
    color: #8a959e;
    font-size: 16px
}

dl.frame dt ul.tabs li a:hover {
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45
}

dl.frame dt ul.tabs li a.active {
    border-bottom: solid 3px #d84c31 !important;
    color: #323a45;
    cursor: default
}

dl.frame dt span {
    float: right
}

dl.frame dd {
    margin: 0;
    padding: 15px
}

dl.frame dd:before, dl.frame dd:after {
    content: " ";
    display: table
}

dl.frame dd:after {
    clear: both
}

dl.frame .badge {
    margin-left: 10px;
    background: #f2f2ea;
    color: #d84c31;
    padding: 5px 7px;
    border-radius: 3px
}

.frame .pagination {
    margin: 0
}

h4.title {
    padding: 0;
    margin: 0 0 20px 0;
    background: url("/img/bg/title-stripes.png") left top;
    line-height: 1 !important
}

h4.title span {
    background: #fbfbfb;
    padding: 0 7px;
    margin-left: 20px
}

.confirm-password {
    width: 355px;
    min-height: 350px;
    padding: 25px 40px;
    border: solid 1px #e1e1e1;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.confirm-password .caption {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    color: #d84c31;
    display: inline-block
}

.confirm-password .name {
    font-size: 18px;
    font-weight: bolder
}

.confirm-password .text {
    display: inline-block;
    padding: 15px 0;
    color: #aaa;
    font-size: 13px
}

li.team-menu.enable a {
    background: #f2f2ea;
    cursor: pointer
}

li.team-menu a {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 140px;
    height: 70px;
    color: rgba(51, 51, 51, 0.7);
    font-size: 15px;
    margin: 10px;
    cursor: default;
    text-align: center;
    padding-top: 12px
}

li.team-menu a:hover {
    color: #333
}

li.team-menu a i {
    font-size: 25px
}

li.team-menu a i.icon-ok-circle {
    position: absolute;
    right: -8px;
    top: -10px;
    color: #5cb85c
}

.pay-online {
    clear: both;
    padding: 20px 0 20px 40px
}

.pay-online li {
    margin-bottom: 20px
}

.pay-online li .pay-number {
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: solid 2px #bbb;
    color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 5px
}

.pay-online li .pay-people {
    font-size: 20px;
    color: #fb813e
}

.pay-online li .pay-people-tooltip {
    font-color: #ccc
}

.pay-online li.pay-amount-list:before, .pay-online li.pay-amount-list:after {
    content: " ";
    display: table
}

.pay-online li.pay-amount-list:after {
    clear: both
}

.pay-online li.pay-amount-list .pay-amount {
    float: left;
    border: double 3px #aaa;
    padding: 5px;
    width: 120px;
    height: 70px;
    margin: 10px 0 20px 25px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.pay-online li.pay-amount-list .pay-amount.active {
    border-color: #419641
}

.pay-online li.pay-amount-list .pay-amount .pay-amount-time {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #999
}

.pay-online li.pay-amount-list .pay-amount .pay-amount-number {
    color: #fb813e;
    line-height: 55px;
    margin-left: -12px
}

.pay-online li.pay-amount-list .pay-amount .pay-amount-number b {
    font-size: 24px
}

.pay-online li.pay-amount-list .pay-amount .icon-ok-sign {
    position: absolute;
    bottom: 2px;
    right: 2px;
    color: #419641;
    font-size: 17px
}

.pay-online li.pay-amount-list .pay-amount-send {
    position: absolute;
    bottom: -25px;
    color: #d84c31;
    font-size: 12px;
    left: 0
}

.pay-online li.pay-amount-list .pay-amount-send i {
    float: left;
    font-size: 13px
}

.pay-online .radio {
    padding-left: 50px
}

.top-link {
    line-height: 40px
}

.center-panel-container .center-box {
    background: #fbfbfb;
    border: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    margin: 20px auto;
    text-align: center;
    padding: 40px
}

.center-panel-container .center-box.normal-box {
    width: 420px;
    padding-top: 60px
}

.center-panel-container .center-box h5 {
    font-size: 18px;
    color: #d84c31;
    margin-bottom: 20px;
    margin-top: 20px
}

.center-panel-container .center-box i.center-box-icon {
    font-size: 60px;
    margin: 60px;
    color: #d84c31;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.center-panel-container .center-box input {
    margin-bottom: 20px
}

.center-panel-container .center-box button {
    margin-bottom: 20px
}

.center-panel-container .center-box .tips {
    color: #aaa
}

.center-panel-container .panel-header {
    border-bottom: solid 1px #e1e1e1;
    background: #f9f9f7;
    padding: 5px
}

.center-panel-container .panel-header .nav-pills {
    margin-left: 10px
}

.center-panel-container .panel-header .nav-pills li.active a {
    background: #f9f9f7;
    color: #d84c31
}

.center-panel-container .panel-header .nav-pills li a:hover {
    background: #f9f9f7;
    color: #d84c31
}

.center-panel-container a.btn-success {
    color: #fff
}

.center-panel-container .table thead tr th {
    padding: 15px;
    border-bottom-width: 1px;
    background: #f9f9f7
}

.center-panel-container .table tbody tr td {
    padding: 15px
}

.center-panel-container .table tbody tr td.pay-success {
    font-weight: bold;
    color: #5cb85c
}

.center-panel-container .table tbody tr td.pay-unpaid {
    font-weight: bold;
    color: #f0ad4e
}

.center-panel-container .table tbody tr td.pay-failed {
    font-weight: bold;
    color: #d9534f
}

.center-panel-container .panel-section:before, .center-panel-container .panel-section:after {
    content: " ";
    display: table
}

.center-panel-container .panel-section:after {
    clear: both
}

.center-panel-container .panel-section .title {
    padding-bottom: 10px
}

.center-panel-container .panel-section .title:before, .center-panel-container .panel-section .title:after {
    content: " ";
    display: table
}

.center-panel-container .panel-section .title:after {
    clear: both
}

.center-panel-container .panel-section hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.center-panel-container .panel-section h4 {
    color: #323a45;
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 40px
}

.center-panel-container .panel-section textarea {
    margin-bottom: 0
}

.center-panel-container .panel-section .option-block {
    float: right;
    line-height: 40px
}

.center-panel-container .panel-section .option-block .account-info {
    display: inline
}

.center-panel-container .panel-section .option-block .account-info .number {
    color: #d84c31;
    font-size: 18px
}

.center-panel-container .panel-section .option-block.meta-desc {
    color: #aaa
}

.center-panel-container .panel-section .progress {
    height: 12px
}

.center-panel-container .panel-section ul.inline-items {
    list-style: none;
    margin: 0
}

.center-panel-container .panel-section ul.inline-items li {
    list-style: none;
    float: left;
    margin: 0 100px 0 0
}

.center-panel-container .panel-section ul.inline-items li .text {
    margin-left: 25px
}

.center-panel-container .panel-section ul.inline-items li .number {
    font-weight: bold;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute
}

.center-panel-container .panel-section ul.inline-items li .number.member-count, .center-panel-container .panel-section ul.inline-items li .number.active-count {
    background: #5cb85c
}

.center-panel-container .panel-section ul.inline-items li .number.invite-count {
    background-color: #f0ad4e
}

.center-panel-container .panel-section ul.inline-items li .number.other-count {
    background-color: #eee
}

.center-panel-container .panel-section ul.inline-items li .number.archived-count {
    background-color: #5bc0de
}

.center-panel-container .panel-section .alert {
    text-align: left
}

.center-panel-container .panel-section .em {
    color: #d84c31;
    font-weight: bold
}

.center-panel-container .panel-section .input-block {
    width: 460px;
    float: left
}

.center-panel-container .panel-section .tip-block {
    float: left;
    margin-left: 30px;
    line-height: 38px;
    color: #aaa
}

.center-panel-container .panel-section ul {
    margin: 0
}

.center-panel-container .sub-section {
    margin-bottom: 40px
}

.center-panel-container .sub-section h5 {
    font-size: 16px
}

.center-panel-container .sub-section span {
    color: #aaa
}

.mask-panel {
    padding-top: 10%;
    text-align: center
}

.mask-panel i {
    font-size: 120px;
    color: #f2f2ea;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.mask-panel span {
    font-size: 24px;
    line-height: 36px;
    color: #e7e7df
}

.mask-panel a.btn {
    padding: 12px 48px
}

.error-panel {
    margin: 0;
    padding-top: 7%;
    padding-bottom: 10%;
    text-align: center
}

.error-panel i {
    font-size: 160px;
    color: #f2f2ea
}

.error-panel span {
    font-size: 18px;
    line-height: 36px;
    color: #999
}

.team-panel ul.member-list {
    margin: 0
}

.team-panel ul.member-list:before, .team-panel ul.member-list:after {
    content: " ";
    display: table
}

.team-panel ul.member-list:after {
    clear: both
}

.team-panel ul.member-list li {
    float: left;
    height: 88px;
    width: 88px;
    text-align: center;
    margin-bottom: 10px
}

.team-panel ul.member-list li i.icon-user {
    color: #79c455
}

.team-panel ul.member-list li .avatar-name {
    margin-top: 5px
}

.main-content.box-panel {
    padding: 20px;
    margin: 20px;
    border: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.main-content .panel-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px
}

.main-content .panel-header h4 {
    color: #d84c31;
    font-size: 20px
}

.main-content .panel-section {
    margin-top: 10px
}

.main-content .panel-section:before, .main-content .panel-section:after {
    content: " ";
    display: table
}

.main-content .panel-section:after {
    clear: both
}

.main-content .panel-section ul.member-list:before, .main-content .panel-section ul.member-list:after {
    content: " ";
    display: table
}

.main-content .panel-section ul.member-list:after {
    clear: both
}

.main-content .panel-section ul.member-list li {
    float: left;
    height: 80px;
    margin-right: 36px;
    margin-bottom: 20px;
    text-align: center
}

.main-content .panel-section ul.member-list li i.icon-user {
    color: #08c
}

.main-content .panel-section .option-block {
    line-height: 20px
}

.main-content .panel-section .option-block.meta-desc {
    color: #aaa
}

.main-content .panel-section .section-header {
    margin-left: 15px
}

.main-content .panel-section .section-header h4 {
    color: #d84c31;
    font-size: 16px
}

.main-content .panel-section .section-header h4 span {
    font-size: 14px;
    color: #aaa;
    margin-left: 10px
}

.main-content .panel-section .section-body {
    margin-top: 15px
}

.main-content .panel-section .section-body:before, .main-content .panel-section .section-body:after {
    content: " ";
    display: table
}

.main-content .panel-section .section-body:after {
    clear: both
}

.main-content .panel-section .section-body.team-desc {
    margin-left: 16px;
    margin-right: 50px;
    color: #aaa;
    line-height: 30px;
    margin-bottom: 20px;
    border: 1px #e1e1e1 solid;
    padding: 10px
}

.main-content .panel-section form {
    width: 60%;
    margin-left: 20px
}

.main-content .panel-section form .alert {
    margin-bottom: 0
}

.main-content .panel-section form a.dropdown-toggle {
    line-height: 20px
}

.pop-add-event {
    width: 308px
}

.pop-add-event .entity-members {
    padding: 10px;
    margin: 0;
    float: left;
    width: 222px
}

.pop-add-event .entity-members:before, .pop-add-event .entity-members:after {
    content: " ";
    display: table
}

.pop-add-event .entity-members:after {
    clear: both
}

.pop-add-event .entity-members li {
    float: left;
    width: 50px;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center
}

.pop-add-event .section-group {
    margin-top: 10px
}

.pop-add-event .section-group:before, .pop-add-event .section-group:after {
    content: " ";
    display: table
}

.pop-add-event .section-group:after {
    clear: both
}

.pop-add-event .section-group lable {
    float: left;
    line-height: 38px;
    width: 56px
}

.pop-add-event .section-group.switches {
    margin-left: 56px
}

.pop-add-event .section-group.switches a {
    margin-right: 20px
}

.pop-add-event .section-group .separation {
    float: left;
    display: block;
    line-height: 38px;
    margin-left: 6px;
    margin-right: 6px
}

.pop-add-event .section-group .control-first {
    width: 100px;
    float: left
}

.pop-add-event .section-group .hour-select {
    float: left;
    margin-left: 15px;
    width: 45px;
    -webkit-appearance: none;
    height: 37px;
    background: #fbfbfb;
    padding: 6px 8px
}

.pop-add-event .section-group .minute-select {
    float: left;
    width: 45px;
    -webkit-appearance: none;
    height: 37px;
    background: #fbfbfb;
    padding: 6px 8px
}

.pop-add-event .section-group .project-select {
    width: 219px
}

.pop-add-event .section-group .location-input {
    width: 219px
}

.leftpanel_collapse [class^="icon-"], .leftpanel_collapse [class*=" icon-"] {
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.leftpanel_collapse .icon-compass {
    font-size: 23px
}

.leftpanel_collapse .left_menu ul.left_menu_footer li {
    width: 100%;
    text-align: center
}

.leftpanel_collapse .left_menu ul.left_menu_footer li [class^="icon-"], .leftpanel_collapse .left_menu ul.left_menu_footer li [class*=" icon-"] {
    font-size: 14px
}

.left_menu {
    color: #aeb2b7
}

.left_menu .mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.25)
}

.left_menu a.left_menu_item {
    display: block;
    padding: 15px 20px
}

.left_menu a.left_menu_item:link, .left_menu a.left_menu_item:visited {
    color: #aeb2b7
}

.left_menu a.left_menu_item:hover {
    color: #d84c31;
    background: rgba(255, 255, 255, 0.05)
}

.left_menu a.left_menu_item.active {
    color: #d84c31;
    background: rgba(255, 255, 255, 0.05)
}

.left_menu a.left_menu_item .team_name {
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: bottom
}

.left_menu ul {
    margin: 0
}

.left_menu .left_menu_scroll ul.left_menu_section li {
    position: relative
}

.left_menu .left_menu_scroll ul.left_menu_section.left_menu_section_expand {
    background: #282823
}

.left_menu .left_menu_scroll ul.left_menu_section .icon-angle-down, .left_menu .left_menu_scroll ul.left_menu_section .icon-angle-right {
    position: absolute;
    top: 17px;
    left: 194px
}

.left_menu .left_menu_scroll ul.left_menu_body a {
    display: block;
    padding: 10px 10px 10px 30px
}

.left_menu .left_menu_scroll ul.left_menu_body a i {
    margin-right: 10px
}

.left_menu .left_menu_scroll ul.left_menu_body a:link, .left_menu .left_menu_scroll ul.left_menu_body a:visited {
    color: #aeb2b7
}

.left_menu .left_menu_scroll ul.left_menu_body a.active {
    color: #d84c31;
    background: rgba(255, 255, 255, 0.05)
}

.left_menu .left_menu_scroll ul.left_menu_body a:hover {
    color: #d84c31;
    background: rgba(255, 255, 255, 0.05)
}

.left_menu .left_menu_scroll ul.left_menu_body a.empty {
    color: #595959
}

.left_menu ul.left_menu_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px
}

.left_menu ul.left_menu_footer:before, .left_menu ul.left_menu_footer:after {
    content: " ";
    display: table
}

.left_menu ul.left_menu_footer:after {
    clear: both
}

.left_menu ul.left_menu_footer li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 2px
}

.left_menu ul.left_menu_footer li a {
    display: block;
    padding: 6px 0 8px 0;
    margin: 2px;
    border-radius: 5px
}

.sidebar_collapse .content_sidebar .content_sidebar_header {
    color: #d84c31
}

.sidebar_collapse .content_sidebar .content_sidebar_header ul {
    height: 58px
}

.sidebar_collapse .content_sidebar .content_sidebar_header ul:before, .sidebar_collapse .content_sidebar .content_sidebar_header ul:after {
    content: " ";
    display: table
}

.sidebar_collapse .content_sidebar .content_sidebar_header ul:after {
    clear: both
}

.sidebar_collapse .content_sidebar .content_sidebar_header ul li {
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left
}

.sidebar_collapse .content_sidebar .content_sidebar_header ul li.active a {
    border-bottom: solid 3px #d84c31;
    color: #323a45
}

.sidebar_collapse .content_sidebar .content_sidebar_header ul li a {
    display: block;
    padding: 22px 4px 13px 4px;
    margin: 0 5px;
    color: #8a959e
}

.sidebar_collapse .content_sidebar .content_sidebar_header ul li a:hover {
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45
}

.sidebar_collapse .content_sidebar .content_sidebar_main ul.content_sidebar_module {
    height: auto
}

.sidebar_collapse .content_sidebar .content_sidebar_main ul.content_sidebar_module li {
    float: none;
    width: 100%;
    margin: 20px 0
}

.sidebar_collapse .content_sidebar .content_sidebar_main .prj_member_list ul li {
    text-align: center
}

.sidebar_collapse .content_sidebar ul.content_sidebar_footer li {
    width: 100%;
    text-align: center
}

.content_sidebar {
    position: relative;
    background: #f9f9f7
}

.content_sidebar ul {
    margin: 0
}

.content_sidebar .content_sidebar_main {
    position: relative
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module {
    padding: 0;
    margin: 0 10px 10px 0
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module:before, .content_sidebar .content_sidebar_main ul.content_sidebar_module:after {
    content: " ";
    display: table
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module:after {
    clear: both
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module li {
    float: left;
    width: 33%
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module li.active a {
    color: #d84c31;
    background: #f2f2ea
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module li a {
    display: block;
    margin: 10px 0 0 10px;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    color: #8a959e
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.content_sidebar .content_sidebar_main ul.content_sidebar_module li a i {
    font-size: 24px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 {
    overflow: hidden;
    color: #d84c31
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 ul {
    margin: 0
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 ul:before, .content_sidebar .content_sidebar_main .content_sidebar_header2 ul:after {
    content: " ";
    display: table
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 ul:after {
    clear: both
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 ul li {
    float: left;
    width: 33%;
    padding: 0 10px
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 ul li a {
    display: block;
    padding: 12px 14px 4px 14px;
    color: #aaa;
    text-align: center
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 ul li a:hover {
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45
}

.content_sidebar .content_sidebar_main .content_sidebar_header2 ul li.active a {
    color: #323a45;
    border-bottom: solid 3px #d84c31
}

.content_sidebar .content_sidebar_footer_hr {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1
}

.content_sidebar ul.content_sidebar_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    background: #f9f9f7
}

.content_sidebar ul.content_sidebar_footer li {
    float: left;
    width: 33%;
    text-align: center;
    padding: 2px
}

.content_sidebar ul.content_sidebar_footer li a {
    display: block;
    padding: 6px 0 8px 0;
    margin: 2px;
    border-radius: 5px;
    color: #8a959e
}

.content_sidebar ul.content_sidebar_footer li a i {
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.content_sidebar ul.content_sidebar_footer li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.content_sidebar .prj_member_list.fold .avatar-name, .content_sidebar .prj_member_list.fold .hide_fold {
    display: none
}

.content_sidebar .prj_member_list ul {
    margin: 0;
    list-style: none
}

.content_sidebar .prj_member_list ul li {
    margin: 5px 8px
}

.content_sidebar .prj_member_list ul li .member {
    padding: 5px 5px 5px 5px
}

.content_sidebar .prj_member_list ul li .member:hover {
    background: #f2f2ea;
    border-radius: 5px;
    cursor: pointer
}

.content_sidebar .prj_member_list ul li .member .avatar-name {
    margin-left: 15px
}

.content_sidebar .prj_member_list ul li .member a:hover {
    color: #d84c31
}

.content_sidebar .prj_member_list ul li .member i.member-admin {
    color: #79c455
}

.content_sidebar .prj_member_list ul li .member i.member-guest {
    color: #f4df2c
}

.content_sidebar .member-state-on-drag {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    opacity: .8;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.content_sidebar a.sidebar_view_more {
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    display: block
}

.content_sidebar a.sidebar_view_more:hover {
    background: #f2f2ea
}

.navbar-slide {
    color: #777;
    background: none;
    border: 0;
    border-right: solid 1px #363636;
    border-radius: 0;
    height: 58px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    outline: 0
}

.navbar-slide:hover {
    color: #fff
}

.navbar-slide .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    color: #fff;
    background-color: #fff;
    margin-top: 5px
}

.slide-body {
    position: relative;
    left: 0
}

.slide-body .left-menu {
    width: 220px;
    position: fixed;
    left: -220px;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.10);
    background: #f9f9f7;
    color: #000;
    float: left
}

.slide-body .left-menu .left-menu-inner {
    border-right: solid 1px #e1e1e1
}

.slide-body .left-menu .slide-menu-header {
    height: 60px;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    border-bottom: solid 1px #e1e1e1;
    padding-left: 20px
}

.slide-body .left-menu .slide-menu-header h3 {
    margin: 0;
    line-height: 59px;
    color: #d84c31;
    font-size: 20px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.slide-body .left-menu .slide-menu-header h3 i {
    margin-right: 5px
}

.slide-body .left-menu .slide-menu-body ul {
    margin: 0
}

.slide-body .left-menu .slide-menu-body ul li {
    height: 48px;
    line-height: 48px
}

.slide-body .left-menu .slide-menu-body ul li a {
    display: block;
    color: rgba(51, 51, 51, 0.7);
    font-size: 14px;
    padding-left: 1.5em;
    margin: 10px 10px 0 10px
}

.slide-body .left-menu .slide-menu-body ul li a i {
    margin-right: 5px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.slide-body .left-menu .slide-menu-body ul li a.active, .slide-body .left-menu .slide-menu-body ul li a:hover {
    color: #333 !important;
    background: #f2f2ea;
    border-radius: 5px
}

.slide-body .left-menu .slide-menu-body-empty {
    text-align: center;
    padding-top: 100px
}

.slide-body .left-menu .slide-menu-body-empty i {
    font-size: 60px;
    color: #f2f2ea
}

.slide-body .left-menu .slide-menu-body-empty span {
    font-size: 20px;
    line-height: 36px;
    color: #e7e7df
}

.slide-body .inner {
    left: 0;
    position: relative
}

.task_style {
    position: relative;
    padding: 10px 10px 5px 10px;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #fff;
    background: #fbfbfb;
    min-height: 20px;
    line-height: 20px;
    cursor: pointer
}

.task_style:before, .task_style:after {
    content: " ";
    display: table
}

.task_style:after {
    clear: both
}

.task_style.task-hidden {
    display: none
}

.task_style.task-selected {
    background: #f7f7f4
}

.task_style:hover .entry-task-main a.entry-task-menu {
    visibility: visible
}

.task_style .entry-task-labels {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 8px
}

.task_style .entry-task-labels:before, .task_style .entry-task-labels:after {
    content: " ";
    display: table
}

.task_style .entry-task-labels:after {
    clear: both
}

.task_style .entry-task-labels .task-label {
    float: left;
    height: 4px;
    width: 36px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 1px
}

.task_style .entry-task-main {
    position: relative;
    padding: 3px 0
}

.task_style .entry-task-main a.entry-task-check {
    display: block;
    position: absolute;
    left: -6px;
    top: -2px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 18px
}

.task_style .entry-task-main a.entry-task-check:hover {
    color: #333
}

.task_style .entry-task-main a.entry-task-check i.icon-check-sign {
    color: #79c455
}

.task_style .entry-task-main a.entry-task-title {
    display: block;
    word-wrap: break-word;
    white-space: normal;
    line-height: 18px;
    color: #333;
    margin: 0 18px
}

.task_style .entry-task-main a.entry-task-menu {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    position: absolute;
    top: -3px;
    right: -8px;
    width: 25px;
    text-align: center;
    color: #d3d3d3;
    line-height: 30px
}

.task_style .entry-task-main a.entry-task-menu:hover {
    color: #333
}

.task_style .entry-task-main a.entry-task-menu.openpop {
    visibility: visible
}

.task_style .task-badges {
    float: left
}

.task_style .entry-task-members {
    float: right;
    text-align: right;
    padding-top: 8px
}

.task_style .entry-task-members .member {
    margin-left: 5px;
    margin-bottom: 5px;
    float: right
}

.file-item-li-menu img {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    margin-right: 5px
}

.file-version-item {
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 5px
}

.file-version-item .file-item-version {
    margin-left: 15px;
    margin-right: 5px;
    color: #d84c31
}

.file-version-item:last-child {
    border-bottom: 0
}

.folder-item-li-menu img {
    width: 45px;
    height: 30px;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px
}

.current-active:hover, div.prj_item:hover, td.fc-day:hover, .file-item:hover, .card-item:hover, .entity-item:hover, .page-item:hover {
    background-color: #f7f7f4
}

.dragfile-hover .dragfile-hover-show {
    display: block !important
}

.dragfile-hover .dragfile-hover-hide {
    display: none !important
}

.dragfile-hover .dragfile-hover-placeholder {
    display: block
}

.dragfile-hover-placeholder {
    display: none;
    height: 160px;
    background: #f9f9f7 !important;
    text-align: center;
    line-height: 140px;
    font-size: 24px;
    color: #e7e7df
}

.edition {
    display: inline;
    padding: .4em .8em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.edition.edition-free {
    background-color: #5cb85c
}

.edition.edition-business {
    background-color: #f0ad4e
}

.edition.edition-nonprofit {
    background-color: #5bc0de
}

.edition.in-list {
    position: absolute;
    right: 20px;
    margin-top: 4px
}

.entity-panel {
    height: 100%
}

.entity-panel .entity-panel-wrapper {
    background: #f9f9f7
}

.entity-panel .entity-panel-wrapper .entity-panel-header {
    padding-left: 10px;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5
}

.entity-panel .entity-panel-wrapper .entity-panel-header:before, .entity-panel .entity-panel-wrapper .entity-panel-header:after {
    content: " ";
    display: table
}

.entity-panel .entity-panel-wrapper .entity-panel-header:after {
    clear: both
}

.entity-panel .entity-panel-wrapper .entity-panel-header .entity-info {
    padding-top: 3px;
    margin-right: 10px;
    color: #3c763d
}

.entity-panel .entity-panel-wrapper .entity-panel-header .entity-warning {
    padding-top: 3px;
    margin-right: 10px;
    color: #a94442
}

.entity-panel .entity-panel-wrapper .entity-panel-header a.name {
    color: #646b75;
    border-radius: 4px;
    padding: 2px 15px;
    line-height: 32px;
    height: 34px;
    display: inline-block
}

.entity-panel .entity-panel-wrapper .entity-panel-header a.name:hover {
    color: #d84c31;
    background: #f2f2ea
}

.entity-panel .entity-panel-wrapper .entity-panel-header i {
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.entity-panel .entity-panel-wrapper .entity-panel-header li.divider-v {
    border-style: solid;
    border-width: 1px;
    height: 32px;
    border-left-color: #e5e5e5;
    border-right-color: #fff;
    color: transparent;
    background: transparent;
    margin-right: 8px
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav {
    float: right
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav li a {
    padding: 2px 10px;
    color: #8a959e;
    border-radius: 4px;
    margin-right: 8px
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav li a:hover, .entity-panel .entity-panel-wrapper .entity-panel-header ul.nav li a:focus {
    color: #d84c31;
    background: #f2f2ea
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav li a.disabled {
    cursor: default;
    color: #ddd
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav li a i {
    margin-right: 5px
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav li a i.icon-remove {
    margin-right: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav li a i.clear-right {
    margin-right: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.nav .open a.dropdown-toggle {
    color: #d84c31;
    background: #f2f2ea
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.dropdown-menu {
    padding: 5px
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.dropdown-menu li a {
    padding: 8px 20px;
    margin-right: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-header ul.dropdown-menu li a i {
    margin-right: 10px
}

.entity-panel .entity-panel-wrapper .entity-panel-body {
    border-top: solid 1px #fff
}

.entity-panel .entity-panel-wrapper .entity-panel-body:before, .entity-panel .entity-panel-wrapper .entity-panel-body:after {
    content: " ";
    display: table
}

.entity-panel .entity-panel-wrapper .entity-panel-body:after {
    clear: both
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-module h4, .entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-module h4 {
    font-size: 16px;
    color: #d84c31;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-module h4 i, .entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-module h4 i {
    margin-right: 10px;
    font-size: 14px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel {
    width: 660px;
    margin: 10px 20px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-members-drop-hover {
    background: #fcf8e3 !important
}

.entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-members-drop-hover .avatar-add {
    opacity: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-members:before, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-members:after {
    content: " ";
    display: table
}

.entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-members:after {
    clear: both
}

.entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-members li {
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
    text-align: center
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel {
    float: left;
    width: 500px;
    padding-left: 20px;
    padding-top: 5px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .entity-meta, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-meta {
    margin-top: 10px;
    margin-bottom: 10px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module {
    margin-bottom: 20px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .tabbable ul.nav-tabs li a, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .tabbable ul.nav-tabs li a {
    border-bottom: solid 3px transparent;
    color: #8a959e
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .tabbable ul.nav-tabs li a:hover, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .tabbable ul.nav-tabs li a:hover {
    border: solid 1px transparent;
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45;
    background: transparent
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .tabbable ul.nav-tabs li.active a, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .tabbable ul.nav-tabs li.active a {
    border: 0;
    border-bottom: solid 3px #d84c31;
    color: #323a45
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module ul, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module ul {
    margin: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .markdown ul, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .markdown ul, .entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .markdown ol, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .markdown ol {
    margin-left: 25px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .entity-title, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .entity-title {
    position: relative
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .entity-title h2, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .entity-title h2 {
    font-size: 20px;
    font-weight: normal;
    word-wrap: break-word;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 180%
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .entity-title h2 i, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .entity-title h2 i {
    font-size: 14px;
    color: #aaa;
    margin-left: 15px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .edit-section .form-group, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .edit-section .form-group {
    margin-top: 10px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .content-module .fancybox-file, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .content-module .fancybox-file {
    cursor: pointer
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .entity-links li.link-item, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-links li.link-item {
    margin-bottom: 10px;
    padding-left: 23px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .entity-links li.link-item:before, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-links li.link-item:before, .entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .entity-links li.link-item:after, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-links li.link-item:after {
    content: " ";
    display: table
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .entity-links li.link-item:after, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-links li.link-item:after {
    clear: both
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .entity-links li.link-item i, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-links li.link-item i {
    float: left;
    margin-top: 3px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel .entity-links li.link-item a, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel .entity-links li.link-item a {
    margin-left: 10px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel.table-panel .row-top, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel.table-panel .row-top {
    border-bottom: solid 1px #e1e1e1
}

.entity-panel .entity-panel-wrapper .entity-panel-body .content-panel.table-panel .row-bottom, .entity-panel .entity-panel-wrapper .entity-panel-body .entity-content-panel.table-panel .row-bottom {
    border-top: solid 1px #fff
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel {
    float: right;
    width: 160px;
    padding-right: 10px;
    padding-top: 15px;
    margin-right: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module {
    margin-bottom: 20px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module ul {
    margin: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module ul:before, .entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module ul:after {
    content: " ";
    display: table
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module ul:after {
    clear: both
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module ul li {
    margin-bottom: 10px;
    display: block;
    list-style-type: none
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module .btn {
    text-align: left;
    padding-left: 20px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module .btn a {
    color: #fff
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module .btn i {
    margin-right: 10px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module .btn.dropdown-toggle {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .sidebar-module .btn.dropdown-toggle i {
    margin-right: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-members:before, .entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-members:after {
    content: " ";
    display: table
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-members:after {
    clear: both
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-members li {
    float: left;
    margin-right: 10px;
    text-align: center
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-members-empty {
    border: solid 1px #e1e1e1;
    min-height: 50px;
    color: #aaa;
    line-height: 50px;
    text-align: center
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-members-drop-hover {
    background: #fcf8e3 !important
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-members-drop-hover .avatar-add {
    opacity: 0
}

.entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-actions button, .entity-panel .entity-panel-wrapper .entity-panel-body .sidebar-panel .entity-actions form {
    margin-bottom: 10px
}

.entity-panel .entity-panel-wrapper .entity-panel-body .dragfile-hover-placeholder {
    height: 120px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
    line-height: 100%;
    font-size: 20px;
    margin-left: 20px;
    border: dashed 1px #e1e1e1
}

.entity-panel .entity-panel-wrapper .entity-panel-body .dragfile-hover-placeholder i {
    margin-right: 10px
}

.post-panel .post-desc {
    margin-left: 45px
}

.template-panel .template-desc {
    margin-left: 45px
}

.mail-panel .mail-desc {
    margin-left: 45px
}

.task-panel .task-desc {
    margin-left: 45px
}

.mail-panel .entity-meta {
    color: #aaa
}

.event-panel .edit-section .input-section {
    margin-bottom: 10px
}

.event-panel .edit-section .input-section:before, .event-panel .edit-section .input-section:after {
    content: " ";
    display: table
}

.event-panel .edit-section .input-section:after {
    clear: both
}

.event-panel .edit-section .input-section span {
    line-height: 38px
}

.event-panel .edit-section .input-section .input-label {
    float: left;
    width: 56px
}

.event-panel .edit-section .input-section .form-control {
    float: left
}

.event-panel .edit-section .input-section .date {
    float: left;
    width: 200px
}

.event-panel .edit-section .input-section .hour {
    float: left;
    width: 100px;
    margin-left: 40px;
    -webkit-appearance: none;
    height: 37px;
    background: #fbfbfb
}

.event-panel .edit-section .input-section .minute {
    float: left;
    width: 100px;
    -webkit-appearance: none;
    height: 37px;
    background: #fbfbfb
}

.event-panel .edit-section .input-section .location {
    width: 484px
}

.event-panel .edit-section .input-section .separation {
    float: left;
    margin-left: 20px;
    margin-right: 20px
}

.file-panel .entity-meta .size {
    margin-left: 40px
}

.file-panel .entity-meta .size em {
    color: #d84c31;
    font-style: normal
}

.file-panel .entity-content-panel .file-icon img {
    max-width: 580px;
    max-height: 480px;
    border: solid 5px #f9f9f7;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.file-panel .entity-content-panel .file-icon .file-icon-queue {
    position: relative;
    text-align: center;
    min-height: 74px
}

.file-panel .entity-content-panel .file-icon .file-icon-queue .progress {
    position: absolute;
    top: 40%;
    width: 25%;
    left: 37%;
    z-index: 1
}

.file-panel .entity-content-panel .file-icon .file-icon-queue img, .file-panel .entity-content-panel .file-icon .file-icon-queue canvas {
    opacity: .5;
    filter: alpha(opacity=50);
    max-width: 540px;
    max-height: 400px;
    border: solid 5px #fbfbfb;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.page-panel .entity-panel-body .entity-page-header {
    border-bottom: solid 3px #e1e1e1;
    padding-bottom: 10px
}

.page-panel .entity-panel-body .entity-page-header h2 {
    font-size: 20px;
    font-weight: normal;
    word-wrap: break-word;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 180%
}

.page-panel .entity-panel-body .entity-page-header h2 a {
    font-size: 14px;
    color: #aaa;
    margin-left: 15px
}

.page-panel .entity-panel-body .entity-page-header h2 a:hover {
    color: #d84c31
}

.page-panel .entity-panel-body .entity-page-header span {
    color: #aaa
}

.page-panel .entity-panel-body .entity-page-content {
    border-top: solid 1px #e1e1e1;
    margin-top: 5px;
    padding-top: 15px;
    border-bottom: solid 1px #e1e1e1
}

.page-panel .entity-panel-body .entity-page-footer {
    border-top: solid 3px #e1e1e1;
    margin-top: 5px;
    padding-top: 10px
}

.page-panel .entity-panel-body .entity-page-footer ul {
    margin: 0
}

.page-panel .entity-panel-body .entity-page-footer .name {
    color: #646b75
}

.page-panel .entity-panel-body .entity-page-footer .content-module {
    margin-top: 15px
}

.page-panel .entity-panel-body .entity-page-footer .content-module .tabbable ul.nav-tabs li a {
    border-bottom: solid 3px transparent;
    color: #8a959e
}

.page-panel .entity-panel-body .entity-page-footer .content-module .tabbable ul.nav-tabs li a:hover {
    border: solid 1px transparent;
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45;
    background: transparent
}

.page-panel .entity-panel-body .entity-page-footer .content-module .tabbable ul.nav-tabs li.active a {
    border: 0;
    border-bottom: solid 3px #d84c31;
    color: #323a45
}

.page-panel .entity-panel-body .entity-page-footer .entity-members-drop-hover {
    background: #fcf8e3 !important
}

.page-panel .entity-panel-body .entity-page-footer .entity-members-drop-hover .avatar-add {
    opacity: 0
}

.page-panel .entity-panel-body .entity-page-footer .entity-members:before, .page-panel .entity-panel-body .entity-page-footer .entity-members:after {
    content: " ";
    display: table
}

.page-panel .entity-panel-body .entity-page-footer .entity-members:after {
    clear: both
}

.page-panel .entity-panel-body .entity-page-footer .entity-members li {
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
    text-align: center
}

.page-panel .entity-panel-body .entity-page-footer .sub-pages {
    padding-left: 20px
}

.page-panel .entity-panel-body .entity-page-footer .sub-pages li {
    margin-bottom: 10px
}

.event-panel .table-event {
    margin-top: 10px
}

.event-panel .table-event td {
    padding: 15px
}

.event-panel .table-event td.item {
    color: #8a959e;
    width: 150px;
    text-align: right
}

.event-panel .table-event td.time {
    font-size: 14px;
    color: #d84c31
}

.todo-item-style {
    position: relative;
    min-height: 32px;
    cursor: pointer
}

.todo-item-style a.todo-item-check {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 35px;
    text-align: center;
    color: #d7d7d7;
    font-size: 18px;
    text-align: left;
    text-indent: 2px
}

.todo-item-style a.todo-item-check:hover {
    color: #333
}

.todo-item-style a.todo-item-check i.icon-check-sign {
    color: #79c455
}

.todo-item-style div.todo-item-edit {
    margin-left: 35px
}

.todo-item-style div.todo-item-edit p {
    width: 450px;
    min-height: 32px;
    margin: 4px 0;
    padding: 3px 0 5px 0;
    word-break: break-all
}

.todo-item-style div.todo-item-edit .edit {
    position: relative
}

.todo-item-style div.todo-item-edit .edit .todo-edit-control {
    position: relative;
    margin-right: 150px;
    display: block
}

.todo-item-style div.todo-item-edit .edit .todo-edit-control input {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-indent: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.todo-item-style div.todo-item-edit .edit button.todo-save {
    position: absolute;
    right: 80px;
    top: 0;
    margin: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px
}

.todo-item-style div.todo-item-edit .edit button.todo-del {
    position: absolute;
    border: 0;
    background: none;
    right: 0;
    top: 0;
    padding: 8px 25px
}

.task-panel .sidebar-panel .task-labels li.task-label {
    height: 32px;
    line-height: 32px;
    text-indent: .5em;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    padding-left: 15px;
    width: 100%
}

.task-panel .sidebar-panel .task-labels li.task-label:hover .icon-action {
    visibility: visible
}

.task-panel .sidebar-panel .task-labels li.task-label .icon-action {
    color: #fff;
    float: right;
    margin-right: 12px;
    line-height: 32px;
    visibility: hidden
}

.task-panel .content-panel .task-badges, .task-panel .entity-content-panel .task-badges {
    margin-left: 30px
}

.task-panel .content-panel .task-desc, .task-panel .entity-content-panel .task-desc, .task-panel .content-panel .task-desc-add, .task-panel .entity-content-panel .task-desc-add {
    margin-top: 15px;
    margin-left: 30px;
    word-break: break-all
}

.task-panel .content-panel .task-desc-add a, .task-panel .entity-content-panel .task-desc-add a {
    color: #8a959e
}

.task-panel .content-panel .task-desc-add a:hover, .task-panel .entity-content-panel .task-desc-add a:hover {
    color: #d84c31
}

.task-panel .content-panel .task-todos:before, .task-panel .entity-content-panel .task-todos:before, .task-panel .content-panel .task-todos:after, .task-panel .entity-content-panel .task-todos:after {
    content: " ";
    display: table
}

.task-panel .content-panel .task-todos:after, .task-panel .entity-content-panel .task-todos:after {
    clear: both
}

.task-panel .content-panel .task-todos li.todo-item, .task-panel .entity-content-panel .task-todos li.todo-item {
    position: relative;
    min-height: 32px;
    cursor: pointer
}

.task-panel .content-panel .task-todos li.todo-item a.todo-item-check, .task-panel .entity-content-panel .task-todos li.todo-item a.todo-item-check {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 35px;
    text-align: center;
    color: #d7d7d7;
    font-size: 18px;
    text-align: left;
    text-indent: 2px
}

.task-panel .content-panel .task-todos li.todo-item a.todo-item-check:hover, .task-panel .entity-content-panel .task-todos li.todo-item a.todo-item-check:hover {
    color: #333
}

.task-panel .content-panel .task-todos li.todo-item a.todo-item-check i.icon-check-sign, .task-panel .entity-content-panel .task-todos li.todo-item a.todo-item-check i.icon-check-sign {
    color: #79c455
}

.task-panel .content-panel .task-todos li.todo-item div.todo-item-edit, .task-panel .entity-content-panel .task-todos li.todo-item div.todo-item-edit {
    margin-left: 35px
}

.task-panel .content-panel .task-todos li.todo-item div.todo-item-edit p, .task-panel .entity-content-panel .task-todos li.todo-item div.todo-item-edit p {
    width: 450px;
    min-height: 32px;
    margin: 4px 0;
    padding: 3px 0 5px 0;
    word-break: break-all
}

.task-panel .content-panel .task-todos li.todo-item div.todo-item-edit .edit, .task-panel .entity-content-panel .task-todos li.todo-item div.todo-item-edit .edit {
    position: relative
}

.task-panel .content-panel .task-todos li.todo-item div.todo-item-edit .edit .todo-edit-control, .task-panel .entity-content-panel .task-todos li.todo-item div.todo-item-edit .edit .todo-edit-control {
    position: relative;
    margin-right: 150px;
    display: block
}

.task-panel .content-panel .task-todos li.todo-item div.todo-item-edit .edit .todo-edit-control input, .task-panel .entity-content-panel .task-todos li.todo-item div.todo-item-edit .edit .todo-edit-control input {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-indent: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.task-panel .content-panel .task-todos li.todo-item div.todo-item-edit .edit button.todo-save, .task-panel .entity-content-panel .task-todos li.todo-item div.todo-item-edit .edit button.todo-save {
    position: absolute;
    right: 80px;
    top: 0;
    margin: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px
}

.task-panel .content-panel .task-todos li.todo-item div.todo-item-edit .edit button.todo-del, .task-panel .entity-content-panel .task-todos li.todo-item div.todo-item-edit .edit button.todo-del {
    position: absolute;
    border: 0;
    background: none;
    right: 0;
    top: 0;
    padding: 8px 25px
}

.task-panel .content-panel .task-todos .todo-placeholder, .task-panel .entity-content-panel .task-todos .todo-placeholder {
    position: relative;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    background: #fcf8e3 !important
}

.task-panel .content-panel .task-todos .picked-up, .task-panel .entity-content-panel .task-todos .picked-up {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    border-radius: 3px
}

.task-panel .content-panel .task-todos .ui-sortable-helper, .task-panel .entity-content-panel .task-todos .ui-sortable-helper {
    position: relative;
    min-height: 32px;
    cursor: pointer;
    background: #fff;
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.task-panel .content-panel .task-todos .ui-sortable-helper a.todo-item-check, .task-panel .entity-content-panel .task-todos .ui-sortable-helper a.todo-item-check {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 35px;
    text-align: center;
    color: #d7d7d7;
    font-size: 18px;
    text-align: left;
    text-indent: 2px
}

.task-panel .content-panel .task-todos .ui-sortable-helper a.todo-item-check:hover, .task-panel .entity-content-panel .task-todos .ui-sortable-helper a.todo-item-check:hover {
    color: #333
}

.task-panel .content-panel .task-todos .ui-sortable-helper a.todo-item-check i.icon-check-sign, .task-panel .entity-content-panel .task-todos .ui-sortable-helper a.todo-item-check i.icon-check-sign {
    color: #79c455
}

.task-panel .content-panel .task-todos .ui-sortable-helper div.todo-item-edit, .task-panel .entity-content-panel .task-todos .ui-sortable-helper div.todo-item-edit {
    margin-left: 35px
}

.task-panel .content-panel .task-todos .ui-sortable-helper div.todo-item-edit p, .task-panel .entity-content-panel .task-todos .ui-sortable-helper div.todo-item-edit p {
    width: 450px;
    min-height: 32px;
    margin: 4px 0;
    padding: 3px 0 5px 0;
    word-break: break-all
}

.task-panel .content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit, .task-panel .entity-content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit {
    position: relative
}

.task-panel .content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit .todo-edit-control, .task-panel .entity-content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit .todo-edit-control {
    position: relative;
    margin-right: 150px;
    display: block
}

.task-panel .content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit .todo-edit-control input, .task-panel .entity-content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit .todo-edit-control input {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-indent: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.task-panel .content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit button.todo-save, .task-panel .entity-content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit button.todo-save {
    position: absolute;
    right: 80px;
    top: 0;
    margin: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px
}

.task-panel .content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit button.todo-del, .task-panel .entity-content-panel .task-todos .ui-sortable-helper div.todo-item-edit .edit button.todo-del {
    position: absolute;
    border: 0;
    background: none;
    right: 0;
    top: 0;
    padding: 8px 25px
}

.task-panel .content-panel .task-tags:before, .task-panel .entity-content-panel .task-tags:before, .task-panel .content-panel .task-tags:after, .task-panel .entity-content-panel .task-tags:after {
    content: " ";
    display: table
}

.task-panel .content-panel .task-tags:after, .task-panel .entity-content-panel .task-tags:after {
    clear: both
}

.task-panel .content-panel .task-tags li.tag-item, .task-panel .entity-content-panel .task-tags li.tag-item {
    position: relative;
    min-height: 32px;
    cursor: pointer
}

.task-panel .content-panel .task-tags li.tag-item a.tag-item-check, .task-panel .entity-content-panel .task-tags li.tag-item a.tag-item-check {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 35px;
    text-align: center;
    color: #d7d7d7;
    font-size: 18px;
    text-align: left;
    text-indent: 2px
}

.task-panel .content-panel .task-tags li.tag-item a.tag-item-check:hover, .task-panel .entity-content-panel .task-tags li.tag-item a.tag-item-check:hover {
    color: #333
}

.task-panel .content-panel .task-tags li.tag-item a.tag-item-check i.icon-check-sign, .task-panel .entity-content-panel .task-tags li.tag-item a.tag-item-check i.icon-check-sign {
    color: #79c455
}

.task-panel .content-panel .task-tags li.tag-item div.tag-item-edit, .task-panel .entity-content-panel .task-tags li.tag-item div.tag-item-edit {
    margin-left: 35px
}

.task-panel .content-panel .task-tags li.tag-item div.tag-item-edit p, .task-panel .entity-content-panel .task-tags li.tag-item div.tag-item-edit p {
    width: 450px;
    min-height: 32px;
    margin: 4px 0;
    padding: 3px 0 5px 0;
    word-break: break-all
}

.task-panel .content-panel .task-tags li.tag-item div.tag-item-edit .edit, .task-panel .entity-content-panel .task-tags li.tag-item div.tag-item-edit .edit {
    position: relative
}

.task-panel .content-panel .task-tags li.tag-item div.tag-item-edit .edit .tag-edit-control, .task-panel .entity-content-panel .task-tags li.tag-item div.tag-item-edit .edit .tag-edit-control {
    position: relative;
    margin-right: 150px;
    display: block
}

.task-panel .content-panel .task-tags li.tag-item div.tag-item-edit .edit .tag-edit-control input, .task-panel .entity-content-panel .task-tags li.tag-item div.tag-item-edit .edit .tag-edit-control input {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-indent: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.task-panel .content-panel .task-tags li.tag-item div.tag-item-edit .edit button.tag-save, .task-panel .entity-content-panel .task-tags li.tag-item div.tag-item-edit .edit button.tag-save {
    position: absolute;
    right: 80px;
    top: 0;
    margin: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px
}

.task-panel .content-panel .task-tags li.tag-item div.tag-item-edit .edit button.tag-del, .task-panel .entity-content-panel .task-tags li.tag-item div.tag-item-edit .edit button.tag-del {
    position: absolute;
    border: 0;
    background: none;
    right: 0;
    top: 0;
    padding: 8px 25px
}

.task-panel .content-panel .task-tags .tag-placeholder, .task-panel .entity-content-panel .task-tags .tag-placeholder {
    position: relative;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    background: #fcf8e3 !important
}

.task-panel .content-panel .task-tags .picked-up, .task-panel .entity-content-panel .task-tags .picked-up {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    border-radius: 3px
}

.task-panel .content-panel .task-tags .ui-sortable-helper, .task-panel .entity-content-panel .task-tags .ui-sortable-helper {
    position: relative;
    min-height: 32px;
    cursor: pointer;
    background: #fff;
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.task-panel .content-panel .task-tags .ui-sortable-helper a.tag-item-check, .task-panel .entity-content-panel .task-tags .ui-sortable-helper a.tag-item-check {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 35px;
    text-align: center;
    color: #d7d7d7;
    font-size: 18px;
    text-align: left;
    text-indent: 2px
}

.task-panel .content-panel .task-tags .ui-sortable-helper a.tag-item-check:hover, .task-panel .entity-content-panel .task-tags .ui-sortable-helper a.tag-item-check:hover {
    color: #333
}

.task-panel .content-panel .task-tags .ui-sortable-helper a.tag-item-check i.icon-check-sign, .task-panel .entity-content-panel .task-tags .ui-sortable-helper a.tag-item-check i.icon-check-sign {
    color: #79c455
}

.task-panel .content-panel .task-tags .ui-sortable-helper div.tag-item-edit, .task-panel .entity-content-panel .task-tags .ui-sortable-helper div.tag-item-edit {
    margin-left: 35px
}

.task-panel .content-panel .task-tags .ui-sortable-helper div.tag-item-edit p, .task-panel .entity-content-panel .task-tags .ui-sortable-helper div.tag-item-edit p {
    width: 450px;
    min-height: 32px;
    margin: 4px 0;
    padding: 3px 0 5px 0;
    word-break: break-all
}

.task-panel .content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit, .task-panel .entity-content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit {
    position: relative
}

.task-panel .content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit .tag-edit-control, .task-panel .entity-content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit .tag-edit-control {
    position: relative;
    margin-right: 150px;
    display: block
}

.task-panel .content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit .tag-edit-control input, .task-panel .entity-content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit .tag-edit-control input {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-indent: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.task-panel .content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit button.tag-save, .task-panel .entity-content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit button.tag-save {
    position: absolute;
    right: 80px;
    top: 0;
    margin: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 20px
}

.task-panel .content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit button.tag-del, .task-panel .entity-content-panel .task-tags .ui-sortable-helper div.tag-item-edit .edit button.tag-del {
    position: absolute;
    border: 0;
    background: none;
    right: 0;
    top: 0;
    padding: 8px 25px
}

.task-panel .content-panel .progress-warp span, .task-panel .entity-content-panel .progress-warp span {
    float: left;
    display: block;
    font-size: 11px;
    font-family: Arial;
    line-height: 10px;
    width: 35px
}

.task-panel .content-panel .progress-warp .progress, .task-panel .entity-content-panel .progress-warp .progress {
    height: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    background-image: -webkit-linear-gradient(top, #f2f2ea 0, #eee 100%);
    background-image: linear-gradient(to bottom, #f2f2ea 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2ea', endColorstr='#ffeeeeee', GradientType=0)
}

.task-panel .content-panel .progress-warp .progress .progress-bar, .task-panel .entity-content-panel .progress-warp .progress .progress-bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x
}

.task-panel .content-panel .new-todo, .task-panel .entity-content-panel .new-todo {
    padding-left: 35px;
    position: relative;
    height: 30px;
    line-height: 30px
}

.task-panel .content-panel .new-todo a, .task-panel .entity-content-panel .new-todo a {
    display: block;
    cursor: pointer;
    color: #8a959e
}

.task-panel .content-panel .new-todo a:hover, .task-panel .entity-content-panel .new-todo a:hover {
    color: #d84c31
}

.task-panel .content-panel .new-todo .new-todo-control div, .task-panel .entity-content-panel .new-todo .new-todo-control div {
    margin-right: 150px;
    margin-bottom: 10px;
    display: block
}

.task-panel .content-panel .new-todo .new-todo-control div input.new-todo-text, .task-panel .entity-content-panel .new-todo .new-todo-control div input.new-todo-text {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-indent: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.task-panel .content-panel .new-todo .new-todo-control .btn-success, .task-panel .entity-content-panel .new-todo .new-todo-control .btn-success {
    position: absolute;
    top: 0;
    right: 80px;
    padding: 8px 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.task-panel .content-panel .new-todo .new-todo-control button.todo-del, .task-panel .entity-content-panel .new-todo .new-todo-control button.todo-del {
    position: absolute;
    border: 0;
    background: none;
    padding: 8px 25px;
    right: 0;
    top: 0
}

.task-panel .content-panel .new-tag, .task-panel .entity-content-panel .new-tag, .template-panel .entity-content-panel .new-tag {
    padding-left: 35px;
    position: relative;
    height: 30px;
    line-height: 30px
}

.task-panel .content-panel .new-tag a, .task-panel .entity-content-panel .new-tag a, .template-panel .entity-content-panel .new-tag a {
    display: block;
    cursor: pointer;
    color: #8a959e
}

.task-panel .content-panel .new-tag a:hover, .task-panel .entity-content-panel .new-tag a:hover, .template-panel .entity-content-panel .new-tag a:hover {
    color: #d84c31
}

.task-panel .content-panel .new-tag .new-tag-control div, .task-panel .entity-content-panel .new-tag .new-tag-control div, .template-panel .entity-content-panel .new-tag .new-tag-control div {
    margin-right: 150px;
    margin-bottom: 10px;
    display: block
}

.task-panel .content-panel .new-tag .new-tag-control div input.new-tag-text, .task-panel .entity-content-panel .new-tag .new-tag-control div input.new-tag-text, .template-panel .entity-content-panel .new-tag .new-tag-control div input.new-tag-text {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    text-indent: .5em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.task-panel .content-panel .new-tag .new-tag-control .btn-success, .task-panel .entity-content-panel .new-tag .new-tag-control .btn-success, .template-panel .entity-content-panel .new-tag .new-tag-control .btn-success {
    position: absolute;
    top: 0;
    right: 80px;
    padding: 8px 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.task-panel .content-panel .new-tag .new-tag-control button.tag-del, .task-panel .entity-content-panel .new-tag .new-tag-control button.tag-del, .template-panel .entity-content-panel .new-tag .new-tag-control button.tag-del {
    position: absolute;
    border: 0;
    background: none;
    padding: 8px 25px;
    right: 0;
    top: 0
}

.task-panel .entity-panel-body .entity-title:before, .task-panel .entity-panel-body .entity-title:after {
    content: " ";
    display: table
}

.task-panel .entity-panel-body .entity-title:after {
    clear: both
}

.task-panel .entity-panel-body .entity-title a.task_check {
    position: absolute;
    top: 4px;
    font-size: 20px;
    color: #d3d3d3;
    cursor: pointer
}

.task-panel .entity-panel-body .entity-title a.task_check:hover {
    color: #333
}

.task-panel .entity-panel-body .entity-title a.task_check i.icon-check-sign {
    color: #79c455
}

.task-panel .entity-panel-body .entity-title h2 {
    margin-left: 30px
}

.task-panel .entity-panel-body .entity-title h2 em {
    margin-left: 10px;
    font-size: 14px;
    color: #8a959e;
    font-style: normal
}

.pop-left-right {
    min-height: 300px;
    min-width: 600px;
    margin: 0;
    padding: 0
}

.pop-left-right .left-panel {
    margin-left: 0;
    border-right: 1px solid #eee;
    height: 300px
}

.pop-left-right .left-panel ul.pop_leftmenu {
    margin: 0
}

.pop-left-right .left-panel ul.pop_leftmenu:before, .pop-left-right .left-panel ul.pop_leftmenu:after {
    content: " ";
    display: table
}

.pop-left-right .left-panel ul.pop_leftmenu:after {
    clear: both
}

.pop-left-right .left-panel ul.pop_leftmenu li {
    margin: 10px 0;
    line-height: 50px;
    list-style-type: none
}

.pop-left-right .left-panel ul.pop_leftmenu li a {
    display: block;
    color: #333;
    font-size: 14.700000000000001px;
    text-indent: 1.1em;
    border-left: solid 5px transparent
}

.pop-left-right .left-panel ul.pop_leftmenu li a.active {
    border-left: solid 5px #d84c31
}

.pop-left-right .left-panel ul.pop_leftmenu li a:hover {
    background-color: rgba(216, 76, 49, 0.1)
}

.pop-left-right .right-panel {
    padding: 0;
    margin: 0 !important
}

.calender-body {
    width: 280px;
    height: 120px;
    padding: 15px
}

.calender-body i {
    font-size: 16px
}

.calender-body i.icon-check-sign {
    color: #79c455
}

.calender-body .cal_event_title {
    font-size: 16px
}

.calender-body .cal_task_members {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.calender-body .cal_task_members .member {
    margin-left: 5px
}

.calender-body .cal_task_view {
    position: absolute;
    left: 15px;
    bottom: 15px
}

.calender-body .cal_task_view a {
    color: #999
}

.calender-body .cal_task_view a:hover {
    color: #d14836
}

.arrow {
    border-bottom-color: #e1e1e1
}

.arrow:after {
    border-bottom-color: #e1e1e1
}

.dialog-shorcutkey {
    width: 80%
}

.layout_leftright {
    position: relative
}

.layout_leftright .leftpanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 199px;
    margin-left: 0;
    border-right: 1px solid #e1e1e1;
    background: #f9f9f7;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.layout_leftright .leftpanel.collapse {
    position: absolute;
    width: 20px;
    overflow: hidden;
    left: 0;
    background: #ff0
}

.layout_leftright .leftpanel.expand {
    position: relative
}

.layout_leftright .leftpanel .switch {
    position: relative;
    width: 10px;
    overflow: hidden;
    right: 0;
    background: #ff0
}

.layout_leftright .rightpanel {
    margin-left: 200px
}

.layout_leftcenterright {
    position: relative
}

.layout_leftcenterright:before, .layout_leftcenterright:after {
    content: " ";
    display: table
}

.layout_leftcenterright:after {
    clear: both
}

.layout_leftcenterright .leftpanel {
    width: 94px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #e1e1e1;
    background: #f9f9f7;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.layout_leftcenterright .leftpanel.collapse {
    position: absolute;
    width: 20px;
    overflow: hidden;
    left: 0;
    background: #ff0
}

.layout_leftcenterright .leftpanel.expand {
    position: relative
}

.layout_leftcenterright .centerpanel {
    min-height: 500px;
    margin-right: 70px;
    margin-left: 95px;
    position: relative
}

.layout_leftcenterright .rightpanel {
    width: 69px;
    position: absolute;
    z-index: 101;
    top: -60px;
    right: 0;
    border-left: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.layout_col2 {
    position: relative
}

.layout_col2:before, .layout_col2:after {
    content: " ";
    display: table
}

.layout_col2:after {
    clear: both
}

/*todo 调整左边栏颜色 11.1*/
.layout_col2 .leftpanel {
    width: 220px;
    position: absolute;
    z-index: 1031;
    top: 0;
    left: 0;
    background: #393939
    /*    background-color: #333333;*/
}

.layout_col2 .leftpanel .collapse_show {
    display: none
}

.layout_col2 .leftpanel.leftpanel_collapse {
    width: 60px
}

.layout_col2 .leftpanel.leftpanel_collapse .collapse_show {
    display: block
}

.layout_col2 .leftpanel.leftpanel_collapse .collapse_hide {
    display: none !important
}

.layout_col2 .centerpanel {
    min-height: 500px;
    margin-right: 0;
    margin-left: 220px;
    position: relative
}

#wrap-all {
    position: relative;
    /*    min-height: 600px;*/
}

.layout_content {
    position: relative;
    background: #f9f9f7
}

.layout_content:before, .layout_content:after {
    content: " ";
    display: table
}

.layout_content:after {
    clear: both
}

.layout_content .layout_content_main {
    min-height: 500px;
    margin-right: 240px;
    position: relative
}

.layout_content .layout_content_main.no_sidebar {
    margin-right: 0
}

.layout_content .layout_content_main.nosidebar_in {
    margin-right: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.layout_content .layout_content_main.nosidebar_out {
    margin-right: 240px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.layout_content .layout_content_sidebar {
    width: 239px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    border-left: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.layout_content .layout_content_sidebar.in {
    width: 239px;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.layout_content .layout_content_sidebar.out {
    width: 0;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.layout_content .layout_content_sidebar ul.layout_content_sidebar_header {
    margin: 0;
    margin-left: 10px
}

.layout_content .layout_content_sidebar ul.layout_content_sidebar_header:before, .layout_content .layout_content_sidebar ul.layout_content_sidebar_header:after {
    content: " ";
    display: table
}

.layout_content .layout_content_sidebar ul.layout_content_sidebar_header:after {
    clear: both
}

.layout_content .layout_content_sidebar ul.layout_content_sidebar_header li {
    float: left
}

.layout_content .layout_content_sidebar ul.layout_content_sidebar_header li.active a {
    color: #323a45;
    border-bottom: solid 3px #d84c31 !important
}

.layout_content .layout_content_sidebar ul.layout_content_sidebar_header li a {
    margin: 13px 8px 0 8px;
    display: block;
    width: 66px;
    text-align: center;
    color: #8a959e;
    font-size: 16px;
    line-height: 42px
}

.layout_content .layout_content_sidebar ul.layout_content_sidebar_header li a:hover {
    color: #323a45;
    border-bottom: solid 3px rgba(216, 76, 49, 0.4)
}

.layout_content .layout_content_sidebar ul.nav_list {
    margin: 0
}

.layout_content .layout_content_sidebar ul.nav_list li {
    position: relative;
    list-style: none
}

.layout_content .layout_content_sidebar ul.nav_list li.active a {
    background: #f2f2ea
}

.layout_content .layout_content_sidebar ul.nav_list li.group-menu a {
    margin: 10px 10px;
    padding: 4px 25px;
    font-size: 15px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    vertical-align: bottom;
    border-radius: 5px
}

.layout_content .layout_content_sidebar ul.nav_list li.group-menu i {
    color: #666;
    font-size: 15px
}

.layout_content .layout_content_sidebar ul.nav_list li.group-menu i.icon-ok {
    position: absolute;
    left: 203px;
    top: 36%;
    color: #ccc
}

.layout_content .layout_content_sidebar ul.nav_list li.group-menu i.icon-angle {
    position: absolute;
    left: 202px;
    top: 17px
}

.layout_content .layout_content_sidebar ul.nav_list li.group-menu ul.sub_nav_list {
    margin: 0
}

.layout_content .layout_content_sidebar ul.nav_list li.group-menu ul.sub_nav_list i.icon-ok {
    left: 202px;
    color: #ccc
}

.layout_content .layout_content_sidebar ul.nav_list li.unchecked a {
    color: #8a959e !important
}

.layout_content .layout_content_sidebar ul.nav_list li.unchecked a i {
    border: solid 1px #ccc;
    background: #f9f9f7;
    color: #f9f9f7
}

.layout_content .layout_content_sidebar ul.nav_list li.checked a i {
    border-width: 1px;
    border-style: solid
}

.layout_content .layout_content_sidebar ul.nav_list li a {
    display: block;
    margin: 5px;
    padding: 10px 20px 10px 30px;
    color: #323a45
}

.layout_content .layout_content_sidebar ul.nav_list li a:hover {
    color: rgba(50, 58, 69, 0.5)
}

.layout_content .layout_content_sidebar ul.nav_list li a i {
    display: inline-block;
    width: 16px;
    line-height: 14px;
    border-radius: 2px;
    text-align: center;
    color: #f9f9f7;
    font-size: 12px
}

.layout_content .layout_content_sidebar .layout_content_sidebar_footer a {
    display: block;
    line-height: 40px;
    padding: 0 25px
}

.layout_right_sidebar {
    width: 239px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.layout_right_sidebar .collapse_show {
    display: none
}

.layout_right_sidebar.sidebar_collapse .collapse_hide {
    display: none
}

.layout_right_sidebar.sidebar_collapse .collapse_show {
    display: block
}

.slide-content {
    border-left: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.10);
    background: #f9f9f7;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 0;
    z-index: 100
}

.layout-mainsidebar {
    width: 100%;
    position: relative
}

.layout-mainsidebar .mCustomScrollBox {
    background: url(/img/bg/layout_mainsidebar_bg.png) right top repeat-y
}

.layout-mainsidebar .mCustomScrollBox .mCS_no_scrollbar {
    background: none
}

.layout-mainsidebar .mCustomScrollBox .mCSB_container {
    background: #fbfbfb url(/img/bg/layout_mainsidebar_bg.png) right top repeat-y
}

.layout-mainsidebar:before, .layout-mainsidebar:after {
    content: " ";
    display: table
}

.layout-mainsidebar:after {
    clear: both
}

.layout-mainsidebar .main-panel {
    padding: 0 10px;
    margin-left: 15px;
    overflow: hidden
}

.layout-mainsidebar .main-panel a {
    color: #999
}

.layout-mainsidebar .main-panel a:hover {
    color: #d14836
}

.layout-mainsidebar .main-panel .main-header {
    position: relative
}

.layout-mainsidebar .main-panel .main-header h2 {
    font-size: 23.400000000000002px;
    font-weight: normal;
    word-wrap: break-word;
    cursor: pointer
}

.layout-mainsidebar .main-panel .main-metadata {
    padding: 5px;
    padding-left: 45px
}

.layout-mainsidebar .main-panel .main-metadata span {
    padding: 5px 8px
}

.layout-mainsidebar .main-panel .main-desc {
    line-height: 180%
}

.layout-mainsidebar .main-panel .main-content {
    margin-top: 25px
}

.layout-mainsidebar .main-panel .main-content dl {
    margin: 0
}

.layout-mainsidebar .main-panel .main-content dl dt.todo-title h3 {
    font-size: 18px
}

.layout-mainsidebar .main-panel .main-content dl dd {
    margin: 0
}

.layout-mainsidebar .main-panel .main-content dl dd ul {
    margin: 0
}

.layout-mainsidebar .main-panel .main-content dl.attachments {
    margin: 0
}

.layout-mainsidebar .main-panel .main-content dl.attachments dt h3 {
    font-size: 18px;
    margin: 0
}

.layout-mainsidebar .main-panel .main-content dl.attachments dd ul.file-items {
    margin: 0
}

.layout-mainsidebar .main-panel .main-content dl.attachments dd ul.file-items:before, .layout-mainsidebar .main-panel .main-content dl.attachments dd ul.file-items:after {
    content: " ";
    display: table
}

.layout-mainsidebar .main-panel .main-content dl.attachments dd ul.file-items:after {
    clear: both
}

.layout-mainsidebar .main-panel .main-module {
    padding: 0 10px
}

.sidebar-panel {
    float: right;
    width: 369px;
    margin-right: 10px
}

.sidebar-panel hr {
    margin: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #fff
}

.sidebar-panel a.sidebar-addbtn {
    text-align: left;
    width: 75%;
    margin-left: 19px;
    border-radius: 3px;
    padding-left: 0;
    padding-right: 0;
    text-indent: .5em;
    opacity: 1;
    -webkit-transition: opacity .5s linear
}

.sidebar-panel dl {
    padding: 10px;
    margin: 0
}

.sidebar-panel dl dt {
    margin-bottom: 10px
}

.sidebar-panel dl dt h4 {
    font-size: 18px;
    margin: 0
}

.sidebar-panel dl dd {
    min-height: 30px;
    margin: 0;
    padding: 10px
}

.sidebar-panel dl dd ul {
    width: 75%;
    margin: 0;
    margin-left: 20px
}

.layout_split_panel {
    position: relative
}

.layout_split_panel .layout_split_left {
    position: absolute;
    top: 0;
    width: 140px;
    margin: -15px 0
}

.layout_split_panel .layout_split_left .frame {
    background: #f9f9f7
}

.layout_split_panel .layout_split_left ul {
    margin: 0
}

.layout_split_panel .layout_split_left ul.nav-pills li {
    margin-bottom: 15px
}

.layout_split_panel .layout_split_left ul.nav-pills li.active a {
    background: #f2f2ea;
    color: #d84c31
}

.layout_split_panel .layout_split_left ul.nav-pills li a {
    padding: 20px 15px;
    margin-bottom: 30px;
    text-align: center
}

.layout_split_panel .layout_split_left ul.nav-pills li a:hover {
    background: #f2f2ea;
    color: #d84c31
}

.layout_split_panel .layout_split_left ul.nav-pills li a i {
    font-size: 22px
}

.layout_split_panel .layout_split_right {
    margin-left: 125px
}

.split-panel {
    position: relative
}

.split-panel .split-panel-right {
    width: 60%;
    min-width: 400px;
    padding: 15px
}

.split-panel .split-panel-right .stand-full-panel {
    margin-right: 20px;
    margin-top: 20px
}

.split-panel .split-panel-right .stand-full-panel .progress-warp {
    text-align: center
}

.split-panel .split-panel-right .stand-full-panel .progress-warp span {
    font-size: 14px;
    font-family: Arial;
    line-height: 20px
}

.split-panel .split-panel-right .stand-full-panel .progress-warp .progress {
    margin-top: 10px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f2f2ea 0, #eee 100%);
    background-image: linear-gradient(to bottom, #f2f2ea 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2ea', endColorstr='#ffeeeeee', GradientType=0)
}

.split-panel .split-panel-right .stand-full-panel .progress-warp .progress .progress-bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x
}

.split-panel .split-panel-right .stand-full-panel .task-count {
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px
}

.split-panel .split-panel-right .stand-full-panel .graph-container {
    margin: 20px
}

.setting-panel .split-panel-right .stand-panel-body ul {
    margin: 0
}

.setting-panel .split-panel-right .stand-panel-body ul li {
    margin-right: 15px;
    margin-bottom: 15px
}

.setting-panel .split-panel-right .stand-panel-body ul li span {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    vertical-align: top
}

.setting-panel .split-panel-right .stand-panel-body .prj-icons i {
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.feed-list .feed-item {
    cursor: pointer
}

.feed-list .feed-item .feed-item-inner {
    position: relative;
    padding: 0 130px 0 180px
}

.feed-list .feed-item .feed-item-inner:before, .feed-list .feed-item .feed-item-inner:after {
    content: " ";
    display: table
}

.feed-list .feed-item .feed-item-inner:after {
    clear: both
}

.wt-row.feed-item .column-actor {
    position: absolute;
    left: 30px;
    top: 0;
    width: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 48px
}

.wt-row.feed-item .column-actor .avatar-name {
    margin-left: 5px
}

.wt-row.feed-item .column-action {
    width: 100%;
    word-break: break-all
}

.wt-row.feed-item .column-action h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 150%;
    word-break: break-all
}

.wt-row.feed-item .column-action .entity {
    color: #aaa;
    word-break: break-all
}

.wt-row.feed-item .column-action .entity i {
    margin-right: 5px
}

.wt-row.feed-item .column-action img.emoji {
    width: 18px;
    height: 18px
}

.wt-row.feed-item .column-datetime {
    line-height: 48px;
    color: #d7d7d7;
    text-align: right;
    position: absolute;
    top: 0;
    right: 15px;
    width: 100px
}

.entries_panel {
    white-space: nowrap
}

.entries_panel:before, .entries_panel:after {
    content: " ";
    display: table
}

.entries_panel:after {
    clear: both
}

.entries_panel .entries_panel_sortarea {
    display: inline-block
}

.entries_panel .entries_panel_sortarea .entry {
    position: relative;
    min-height: 60px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    -webkit-box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff;
    background: #fbfbfb;
    min-width: 240px;
    margin: 15px 0 0 15px;
    border: solid 1px #e1e1e1
}

.entries_panel .entries_panel_sortarea .entry:last-child {
    margin-right: 10px
}

.entries_panel .entries_panel_sortarea .entry .entry_header {
    background: #f9f9f7;
    border-bottom: solid 1px #e1e1e1;
    position: relative;
    z-index: 2;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab
}

.entries_panel .entries_panel_sortarea .entry .entry_header:hover a.entry_header_menu {
    visibility: visible
}

.entries_panel .entries_panel_sortarea .entry .entry_header .entry_header_title {
    margin-right: 30px
}

.entries_panel .entries_panel_sortarea .entry .entry_header .entry_header_title h2 {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 5px 6px 10px;
    margin: 0;
    cursor: pointer;
    overflow: hidden
}

.entries_panel .entries_panel_sortarea .entry .entry_header .entry_header_title h2 i {
    font-size: 12px;
    color: #ddd;
    margin-left: 5px;
    line-height: 30px
}

.entries_panel .entries_panel_sortarea .entry .entry_header a.entry_header_menu {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    color: #333;
    font-size: 14.700000000000001px;
    color: #d3d3d3;
    height: 40px;
    width: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px
}

.entries_panel .entries_panel_sortarea .entry .entry_header a.entry_header_menu:hover {
    color: #333
}

.entries_panel .entries_panel_sortarea .entry .entry_header a.entry_header_menu.openpop {
    visibility: visible
}

.entries_panel .entries_panel_sortarea .entry .entry-task-panel .entry-add-top-composer {
    border-bottom: solid 1px #e1e1e1
}

.entries_panel .entries_panel_sortarea .entry .entry-task-panel .mCSB_container {
    padding-bottom: 0
}

.entries_panel .entries_panel_sortarea .entry .entry-task-panel .entry-tasks.ui-sortable {
    min-height: 25px
}

.entries_panel .entries_panel_sortarea .entry .entry-task-panel .entry-tasks .task.task-last-nocomposer {
    border-bottom: solid 1px transparent
}

.entries_panel .entries_panel_sortarea .entry .entry-task-panel .entry-tasks .wt-task-placeholder {
    display: inline-block;
    zoom: 1;
    border: solid 1px #e1e1e1;
    background: #f2f2ea;
    display: block;
    margin: 0;
    border-width: 1px 0
}

.entries_panel .entries_panel_sortarea .entry .entry-task-panel .entry-tasks .picked-up {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer {
    margin: 5px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    position: relative
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body.composer-body-focus {
    border: solid 1px #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .composer-body-footer {
    padding: 3px;
    padding-top: 0
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .composer-body-footer:before, .entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .composer-body-footer:after {
    content: " ";
    display: table
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .composer-body-footer:after {
    clear: both
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .composer-body-footer .task-badges {
    padding-top: 5px;
    float: left
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .composer-body-footer .task-badges .task-badge {
    margin-top: 0
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .composer-body-footer .entry-task-members {
    padding-top: 3px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .entry-task-labels {
    line-height: 0;
    position: absolute;
    top: 1px;
    left: 8px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .entry-task-labels:before, .entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .entry-task-labels:after {
    content: " ";
    display: table
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .entry-task-labels:after {
    clear: both
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .entry-task-labels .task-label {
    float: left;
    height: 4px;
    width: 36px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 1px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .entry-task-members {
    float: right;
    text-align: right;
    padding-top: 8px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body .entry-task-members .member {
    margin-left: 5px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-body textarea {
    margin-top: 8px;
    outline: none;
    border: 0;
    resize: none;
    box-shadow: inset 0 0 0 #fff, 0 0 0 #fff
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-footer:before, .entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-footer:after {
    content: " ";
    display: table
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-footer:after {
    clear: both
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-footer .btn {
    float: left
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-footer .btn-cancel {
    font-size: 21px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-footer .action-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    width: 25px;
    text-align: center;
    color: #d3d3d3;
    line-height: 36px;
    font-size: 16px
}

.entries_panel .entries_panel_sortarea .entry div.entry-task-composer .composer-footer .action-icon:hover {
    color: #333
}

.entries_panel .entries_panel_sortarea .entry .entry-task-footer {
    position: relative;
    z-index: 2;
    padding: 5px;
    line-height: 28px
}

.entries_panel .entries_panel_sortarea .entry a.js-add-task-composer {
    display: block;
    margin: 0 10px;
    color: #8a959e;
    text-align: left;
    padding: 3px 0
}

.entries_panel .entries_panel_sortarea .entry a.js-add-task-composer:hover {
    color: #d84c31
}

.entries_panel .entries_panel_sortarea .entry.entry-add {
    border: 0;
    -webkit-box-shadow: 0 0 0 #fff, inset 0 0 0 #FFF;
    box-shadow: 0 0 0 #fff, inset 0 0 0 #FFF
}

.entries_panel .entries_panel_sortarea .entry a.entry-add {
    display: block;
    border: dashed 1px #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    background: #f9f9f7;
    color: #bbb;
    font-size: 16px
}

.entries_panel .entries_panel_sortarea .entry a.entry-add:hover {
    border: dashed 1px #bfbfbf;
    color: #333
}

.entries_panel .entry-new {
    position: relative;
    min-height: 44px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    -webkit-box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff;
    background: #fbfbfb;
    min-width: 240px;
    margin: 15px 0 0 15px;
    border: solid 1px #e1e1e1;
    background: #f9f9f7
}

.entries_panel .entry-new:last-child {
    margin-right: 10px
}

.entries_panel .entry-new .entry_header {
    background: #f9f9f7;
    border-bottom: solid 1px #e1e1e1;
    position: relative;
    z-index: 2;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab
}

.entries_panel .entry-new .entry_header:hover a.entry_header_menu {
    visibility: visible
}

.entries_panel .entry-new .entry_header .entry_header_title {
    margin-right: 30px
}

.entries_panel .entry-new .entry_header .entry_header_title h2 {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 5px 6px 10px;
    margin: 0;
    cursor: pointer;
    overflow: hidden
}

.entries_panel .entry-new .entry_header .entry_header_title h2 i {
    font-size: 12px;
    color: #ddd;
    margin-left: 5px;
    line-height: 30px
}

.entries_panel .entry-new .entry_header a.entry_header_menu {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    color: #333;
    font-size: 14.700000000000001px;
    color: #d3d3d3;
    height: 40px;
    width: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px
}

.entries_panel .entry-new .entry_header a.entry_header_menu:hover {
    color: #333
}

.entries_panel .entry-new .entry_header a.entry_header_menu.openpop {
    visibility: visible
}

.entries_panel .entry-new .entry-task-panel .entry-add-top-composer {
    border-bottom: solid 1px #e1e1e1
}

.entries_panel .entry-new .entry-task-panel .mCSB_container {
    padding-bottom: 0
}

.entries_panel .entry-new .entry-task-panel .entry-tasks.ui-sortable {
    min-height: 25px
}

.entries_panel .entry-new .entry-task-panel .entry-tasks .task.task-last-nocomposer {
    border-bottom: solid 1px transparent
}

.entries_panel .entry-new .entry-task-panel .entry-tasks .wt-task-placeholder {
    display: inline-block;
    zoom: 1;
    border: solid 1px #e1e1e1;
    background: #f2f2ea;
    display: block;
    margin: 0;
    border-width: 1px 0
}

.entries_panel .entry-new .entry-task-panel .entry-tasks .picked-up {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.entries_panel .entry-new div.entry-task-composer {
    margin: 5px
}

.entries_panel .entry-new div.entry-task-composer .composer-body {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    position: relative
}

.entries_panel .entry-new div.entry-task-composer .composer-body.composer-body-focus {
    border: solid 1px #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.entries_panel .entry-new div.entry-task-composer .composer-body .composer-body-footer {
    padding: 3px;
    padding-top: 0
}

.entries_panel .entry-new div.entry-task-composer .composer-body .composer-body-footer:before, .entries_panel .entry-new div.entry-task-composer .composer-body .composer-body-footer:after {
    content: " ";
    display: table
}

.entries_panel .entry-new div.entry-task-composer .composer-body .composer-body-footer:after {
    clear: both
}

.entries_panel .entry-new div.entry-task-composer .composer-body .composer-body-footer .task-badges {
    padding-top: 5px;
    float: left
}

.entries_panel .entry-new div.entry-task-composer .composer-body .composer-body-footer .task-badges .task-badge {
    margin-top: 0
}

.entries_panel .entry-new div.entry-task-composer .composer-body .composer-body-footer .entry-task-members {
    padding-top: 3px
}

.entries_panel .entry-new div.entry-task-composer .composer-body .entry-task-labels {
    line-height: 0;
    position: absolute;
    top: 1px;
    left: 8px
}

.entries_panel .entry-new div.entry-task-composer .composer-body .entry-task-labels:before, .entries_panel .entry-new div.entry-task-composer .composer-body .entry-task-labels:after {
    content: " ";
    display: table
}

.entries_panel .entry-new div.entry-task-composer .composer-body .entry-task-labels:after {
    clear: both
}

.entries_panel .entry-new div.entry-task-composer .composer-body .entry-task-labels .task-label {
    float: left;
    height: 4px;
    width: 36px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 1px
}

.entries_panel .entry-new div.entry-task-composer .composer-body .entry-task-members {
    float: right;
    text-align: right;
    padding-top: 8px
}

.entries_panel .entry-new div.entry-task-composer .composer-body .entry-task-members .member {
    margin-left: 5px
}

.entries_panel .entry-new div.entry-task-composer .composer-body textarea {
    margin-top: 8px;
    outline: none;
    border: 0;
    resize: none;
    box-shadow: inset 0 0 0 #fff, 0 0 0 #fff
}

.entries_panel .entry-new div.entry-task-composer .composer-footer:before, .entries_panel .entry-new div.entry-task-composer .composer-footer:after {
    content: " ";
    display: table
}

.entries_panel .entry-new div.entry-task-composer .composer-footer:after {
    clear: both
}

.entries_panel .entry-new div.entry-task-composer .composer-footer .btn {
    float: left
}

.entries_panel .entry-new div.entry-task-composer .composer-footer .btn-cancel {
    font-size: 21px
}

.entries_panel .entry-new div.entry-task-composer .composer-footer .action-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    width: 25px;
    text-align: center;
    color: #d3d3d3;
    line-height: 36px;
    font-size: 16px
}

.entries_panel .entry-new div.entry-task-composer .composer-footer .action-icon:hover {
    color: #333
}

.entries_panel .entry-new .entry-task-footer {
    position: relative;
    z-index: 2;
    padding: 5px;
    line-height: 28px
}

.entries_panel .entry-new a.js-add-task-composer {
    display: block;
    margin: 0 10px;
    color: #8a959e;
    text-align: left;
    padding: 3px 0
}

.entries_panel .entry-new a.js-add-task-composer:hover {
    color: #d84c31
}

.entries_panel .entry-new.entry-add {
    border: 0;
    -webkit-box-shadow: 0 0 0 #fff, inset 0 0 0 #FFF;
    box-shadow: 0 0 0 #fff, inset 0 0 0 #FFF
}

.entries_panel .entry-new a.entry-add {
    display: block;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
    width: 100%;
    background: #f9f9f7;
    font-size: 16px
}

.entries_panel .entry-new a.entry-add:hover {
    background: #f2f2ea;
    color: #333
}

.entries_panel .wt-entry-placeholder {
    display: inline-block;
    zoom: 1;
    border: solid 1px #e1e1e1;
    background: #f2f2ea;
    margin: 10px 0 10px 20px
}

.entries_panel .picked-up {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

@media (min-width: 1280px) {
    .entries_panel .entry {
        width: 280px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .entries_panel .entry {
        width: 250px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .entries_panel .entry {
        width: 240px
    }
}

body .task.ui-sortable-helper {
    position: relative;
    padding: 10px 10px 5px 10px;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #fff;
    background: #fbfbfb;
    min-height: 20px;
    line-height: 20px;
    cursor: pointer;
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    border: solid 1px #e1e1e1
}

body .task.ui-sortable-helper:before, body .task.ui-sortable-helper:after {
    content: " ";
    display: table
}

body .task.ui-sortable-helper:after {
    clear: both
}

body .task.ui-sortable-helper.task-hidden {
    display: none
}

body .task.ui-sortable-helper.task-selected {
    background: #f7f7f4
}

body .task.ui-sortable-helper:hover .entry-task-main a.entry-task-menu {
    visibility: visible
}

body .task.ui-sortable-helper .entry-task-labels {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 8px
}

body .task.ui-sortable-helper .entry-task-labels:before, body .task.ui-sortable-helper .entry-task-labels:after {
    content: " ";
    display: table
}

body .task.ui-sortable-helper .entry-task-labels:after {
    clear: both
}

body .task.ui-sortable-helper .entry-task-labels .task-label {
    float: left;
    height: 4px;
    width: 36px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 1px
}

body .task.ui-sortable-helper .entry-task-main {
    position: relative;
    padding: 3px 0
}

body .task.ui-sortable-helper .entry-task-main a.entry-task-check {
    display: block;
    position: absolute;
    left: -6px;
    top: -2px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 18px
}

body .task.ui-sortable-helper .entry-task-main a.entry-task-check:hover {
    color: #333
}

body .task.ui-sortable-helper .entry-task-main a.entry-task-check i.icon-check-sign {
    color: #79c455
}

body .task.ui-sortable-helper .entry-task-main a.entry-task-title {
    display: block;
    word-wrap: break-word;
    white-space: normal;
    line-height: 18px;
    color: #333;
    margin: 0 18px
}

body .task.ui-sortable-helper .entry-task-main a.entry-task-menu {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    position: absolute;
    top: -3px;
    right: -8px;
    width: 25px;
    text-align: center;
    color: #d3d3d3;
    line-height: 30px
}

body .task.ui-sortable-helper .entry-task-main a.entry-task-menu:hover {
    color: #333
}

body .task.ui-sortable-helper .entry-task-main a.entry-task-menu.openpop {
    visibility: visible
}

body .task.ui-sortable-helper .task-badges {
    float: left
}

body .task.ui-sortable-helper .entry-task-members {
    float: right;
    text-align: right;
    padding-top: 8px
}

body .task.ui-sortable-helper .entry-task-members .member {
    margin-left: 5px;
    margin-bottom: 5px;
    float: right
}

body .entry.ui-sortable-helper {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    -webkit-box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 1px 3px #eee, inset 0 0 3px #fff;
    background: #fbfbfb;
    min-width: 240px;
    margin: 15px 0 0 15px;
    border: solid 1px #e1e1e1;
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

body .entry.ui-sortable-helper:last-child {
    margin-right: 10px
}

body .entry.ui-sortable-helper .entry_header {
    background: #f9f9f7;
    border-bottom: solid 1px #e1e1e1;
    position: relative;
    z-index: 2;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab
}

body .entry.ui-sortable-helper .entry_header:hover a.entry_header_menu {
    visibility: visible
}

body .entry.ui-sortable-helper .entry_header .entry_header_title {
    margin-right: 30px
}

body .entry.ui-sortable-helper .entry_header .entry_header_title h2 {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 5px 6px 10px;
    margin: 0;
    cursor: pointer;
    overflow: hidden
}

body .entry.ui-sortable-helper .entry_header .entry_header_title h2 i {
    font-size: 12px;
    color: #ddd;
    margin-left: 5px;
    line-height: 30px
}

body .entry.ui-sortable-helper .entry_header a.entry_header_menu {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    color: #333;
    font-size: 14.700000000000001px;
    color: #d3d3d3;
    height: 40px;
    width: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px
}

body .entry.ui-sortable-helper .entry_header a.entry_header_menu:hover {
    color: #333
}

body .entry.ui-sortable-helper .entry_header a.entry_header_menu.openpop {
    visibility: visible
}

body .entry.ui-sortable-helper .entry-task-panel .entry-add-top-composer {
    border-bottom: solid 1px #e1e1e1
}

body .entry.ui-sortable-helper .entry-task-panel .mCSB_container {
    padding-bottom: 0
}

body .entry.ui-sortable-helper .entry-task-panel .entry-tasks.ui-sortable {
    min-height: 25px
}

body .entry.ui-sortable-helper .entry-task-panel .entry-tasks .task.task-last-nocomposer {
    border-bottom: solid 1px transparent
}

body .entry.ui-sortable-helper .entry-task-panel .entry-tasks .wt-task-placeholder {
    display: inline-block;
    zoom: 1;
    border: solid 1px #e1e1e1;
    background: #f2f2ea;
    display: block;
    margin: 0;
    border-width: 1px 0
}

body .entry.ui-sortable-helper .entry-task-panel .entry-tasks .picked-up {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

body .entry.ui-sortable-helper div.entry-task-composer {
    margin: 5px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body {
    margin-bottom: 5px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    text-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    position: relative
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body.composer-body-focus {
    border: solid 1px #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .composer-body-footer {
    padding: 3px;
    padding-top: 0
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .composer-body-footer:before, body .entry.ui-sortable-helper div.entry-task-composer .composer-body .composer-body-footer:after {
    content: " ";
    display: table
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .composer-body-footer:after {
    clear: both
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .composer-body-footer .task-badges {
    padding-top: 5px;
    float: left
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .composer-body-footer .task-badges .task-badge {
    margin-top: 0
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .composer-body-footer .entry-task-members {
    padding-top: 3px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .entry-task-labels {
    line-height: 0;
    position: absolute;
    top: 1px;
    left: 8px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .entry-task-labels:before, body .entry.ui-sortable-helper div.entry-task-composer .composer-body .entry-task-labels:after {
    content: " ";
    display: table
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .entry-task-labels:after {
    clear: both
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .entry-task-labels .task-label {
    float: left;
    height: 4px;
    width: 36px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 1px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .entry-task-members {
    float: right;
    text-align: right;
    padding-top: 8px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body .entry-task-members .member {
    margin-left: 5px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-body textarea {
    margin-top: 8px;
    outline: none;
    border: 0;
    resize: none;
    box-shadow: inset 0 0 0 #fff, 0 0 0 #fff
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-footer:before, body .entry.ui-sortable-helper div.entry-task-composer .composer-footer:after {
    content: " ";
    display: table
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-footer:after {
    clear: both
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-footer .btn {
    float: left
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-footer .btn-cancel {
    font-size: 21px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-footer .action-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    width: 25px;
    text-align: center;
    color: #d3d3d3;
    line-height: 36px;
    font-size: 16px
}

body .entry.ui-sortable-helper div.entry-task-composer .composer-footer .action-icon:hover {
    color: #333
}

body .entry.ui-sortable-helper .entry-task-footer {
    position: relative;
    z-index: 2;
    padding: 5px;
    line-height: 28px
}

body .entry.ui-sortable-helper a.js-add-task-composer {
    display: block;
    margin: 0 10px;
    color: #8a959e;
    text-align: left;
    padding: 3px 0
}

body .entry.ui-sortable-helper a.js-add-task-composer:hover {
    color: #d84c31
}

body .entry.ui-sortable-helper a.entry_header_menu.openpop {
    visibility: visible !important
}

.task-state-member-over {
    background: #fcf8e3 !important
}

.prj-trash .wt-row {
    padding: 15px 0
}

.prj-trash .column-icon {
    text-align: center;
    width: 5%;
    line-height: 30px
}

.prj-trash .column-name {
    width: 55%
}

.prj-trash .column-name .name {
    font-size: 16px
}

.prj-trash .column-actor {
    width: 20%
}

.prj-trash .column-date {
    width: 15%;
    line-height: 30px
}

.prj-trash .column-menu {
    width: 5%
}

.prj-trash .wt-row {
    cursor: pointer
}

.prj-trash .wt-row:first-child {
    border-top: 0
}

.prj-trash .wt-row:hover a.trash-item-menu {
    visibility: visible
}

.prj-trash .wt-row .column-icon i {
    font-size: 18px
}

.prj-trash a.trash-item-menu {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    visibility: hidden;
    height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    float: right
}

.prj-trash a.trash-item-menu:hover {
    color: #333
}

.prj-trash a.trash-item-menu.openpop {
    visibility: visible;
    color: #333
}

.prj_sidebar_panel {
    background: #f9f9f7;
    width: 100%
}

.prj_sidebar_panel .prj_sidebar_header {
    overflow: hidden;
    height: 60px;
    color: #d84c31;
    border-bottom: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.prj_sidebar_panel .prj_sidebar_header a.title {
    display: block;
    line-height: 36px;
    margin: 12px 5px;
    padding-left: 8px;
    border-radius: 5px;
    color: #d84c31;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.prj_sidebar_panel .prj_sidebar_header a.title:hover {
    background: #f2f2ea
}

.prj_sidebar_panel .prj_sidebar_header ul.nav-pills {
    margin: 0;
    line-height: 36px
}

.prj_sidebar_panel .prj_sidebar_header ul.nav-pills li {
    margin-left: 8px;
    margin-right: 2px
}

.prj_sidebar_panel .prj_sidebar_header ul.nav-pills li a {
    padding: 0 14px;
    margin: 12px 0;
    color: #aaa
}

.prj_sidebar_panel .prj_sidebar_header ul.nav-pills li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.prj_sidebar_panel .prj_sidebar_header ul.nav-pills li.active a {
    color: #d84c31;
    background: #f2f2ea
}

.prj_feed_list {
    padding-left: 5px
}

.prj_feed_list .feed-item {
    border-bottom: solid 1px #e1e1e1;
    padding: 5px;
    margin-right: 5px;
    cursor: pointer
}

.prj_feed_list .feed-item:first-child {
    border-top: 0
}

.prj_feed_list .feed-item .feed-item-body {
    padding: 10px;
    color: #aaa
}

.prj_feed_list .feed-item .feed-item-body i.icon-check-sign {
    color: #79c455
}

.prj_feed_list .feed-item .datetime {
    font-size: 12px;
    color: #d7d7d7;
    margin-left: 10px
}

.prj-chat-panel {
    position: relative
}

.prj-chat-panel .chat-messages-list .alert {
    display: inline-block;
    margin-left: 40px
}

.prj-chat-panel .chat-messages-list .chat-message-item {
    padding: 5px 7px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

.prj-chat-panel .chat-messages-list .chat-message-item:before, .prj-chat-panel .chat-messages-list .chat-message-item:after {
    content: " ";
    display: table
}

.prj-chat-panel .chat-messages-list .chat-message-item:after {
    clear: both
}

.prj-chat-panel .chat-messages-list .chat-message-item .avatar {
    margin-top: 5px
}

.prj-chat-panel .chat-messages-list .chat-message-item .date-time {
    text-align: center
}

.prj-chat-panel .chat-messages-list .chat-message-item .date-time .data-time-inner {
    display: inline-block;
    border-radius: 4px;
    background: #eee;
    margin: 0 auto 8px auto;
    padding: 2px 8px;
    font-size: 11px;
    color: #999
}

.prj-chat-panel .chat-messages-list .chat-message-item.member {
    float: left
}

.prj-chat-panel .chat-messages-list .chat-message-item.member .avatar {
    float: left
}

.prj-chat-panel .chat-messages-list .chat-message-item.member .chat-message-panel {
    float: left;
    margin-left: 12px
}

.prj-chat-panel .chat-messages-list .chat-message-item.member .chat-message-panel .chat-message-body {
    background: #fbfbfb;
    box-shadow: 1px 2px 3px #f2f2ea;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    color: #333
}

.prj-chat-panel .chat-messages-list .chat-message-item.member .chat-message-panel .chat-message-arraw {
    border-style: dashed solid dashed dashed
}

.prj-chat-panel .chat-messages-list .chat-message-item.member .chat-message-panel .chat-message-arraw.border {
    border-color: transparent #e1e1e1 transparent transparent;
    left: -20px
}

.prj-chat-panel .chat-messages-list .chat-message-item.member .chat-message-panel .chat-message-arraw.bg {
    border-color: transparent #fbfbfb transparent transparent;
    left: -19px
}

.prj-chat-panel .chat-messages-list .chat-message-item.me {
    float: right
}

.prj-chat-panel .chat-messages-list .chat-message-item.me .avatar {
    float: right
}

.prj-chat-panel .chat-messages-list .chat-message-item.me .chat-message-panel {
    float: right;
    margin-right: 12px
}

.prj-chat-panel .chat-messages-list .chat-message-item.me .chat-message-panel .chat-message-body {
    background: #e9fbe4;
    box-shadow: 1px 2px 2px #e9fbe4;
    border: 1px solid #c9e9c0;
    border-radius: 4px;
    color: #0c7823
}

.prj-chat-panel .chat-messages-list .chat-message-item.me .chat-message-panel .chat-message-arraw {
    border-style: dashed dashed dashed solid
}

.prj-chat-panel .chat-messages-list .chat-message-item.me .chat-message-panel .chat-message-arraw.border {
    border-color: transparent transparent transparent #c9e9c0;
    right: -20px
}

.prj-chat-panel .chat-messages-list .chat-message-item.me .chat-message-panel .chat-message-arraw.bg {
    border-color: transparent transparent transparent #e9fbe4;
    right: -19px
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel {
    max-width: 197px
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body {
    position: relative
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content {
    padding: 10px;
    word-break: break-all
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .emoji {
    width: 18px;
    height: 18px
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload {
    margin: -10px;
    width: 174px;
    height: 77px
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload:before, .prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload:after {
    content: " ";
    display: table
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload:after {
    clear: both
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload .preview-icon {
    width: 77px;
    height: 77px;
    text-align: center;
    float: left;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    padding: 5px
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload .preview-icon.fancybox-file {
    cursor: pointer
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload .preview-icon img {
    width: 67px;
    height: 67px;
    max-width: 100%;
    margin: 0;
    border: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload .file-name {
    width: 87px;
    margin: 15px 0 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    cursor: pointer
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-content .chat-message-upload .file-size {
    font-size: 11px;
    margin-left: 10px;
    float: left
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-arraw {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 10px
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-arraw.border {
    top: 10px
}

.prj-chat-panel .chat-messages-list .chat-message-item .chat-message-panel .chat-message-body .chat-message-arraw.bg {
    top: 10px
}

.prj-chat-panel .chat-send-panel {
    border-top: solid 1px #e1e1e1;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.prj-chat-panel .chat-send-panel .chat-upload-queue {
    clear: both
}

.prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    margin: -5px -5px 5px -5px
}

.prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item:before, .prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item:after {
    content: " ";
    display: table
}

.prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item:after {
    clear: both
}

.prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item .file-name {
    width: 210px;
    margin: 3px 0 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item .error {
    float: left;
    width: 116px;
    margin-left: 5px
}

.prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item .progress {
    height: 14px;
    width: 96px;
    margin-left: 5px;
    margin-bottom: 3px;
    float: left
}

.prj-chat-panel .chat-send-panel .chat-upload-queue .chat-upload-item .cancel {
    float: right;
    cursor: pointer;
    margin-right: 10px
}

.prj-chat-panel .chat-send-panel textarea {
    resize: none;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 0
}

.prj-chat-panel .chat-send-panel .chat-send-bar:before, .prj-chat-panel .chat-send-panel .chat-send-bar:after {
    content: " ";
    display: table
}

.prj-chat-panel .chat-send-panel .chat-send-bar:after {
    clear: both
}

.prj-chat-panel .chat-send-panel .chat-send-bar .btn-sm {
    float: right;
    padding: 6px 16px
}

.prj-chat-panel .chat-send-panel .chat-send-bar .chat-send-ex {
    float: left;
    line-height: 32px;
    font-size: 14px;
    width: 170px
}

.prj-chat-panel .chat-send-panel .chat-send-bar .chat-send-ex a {
    padding-right: 15px;
    padding-left: 5px
}

#join_team {
    width: 500px;
    height: 500px;
    border: 1px solid #bfbfbf;
    margin-top: 20px
}

#join_team .title {
    margin: 20px 20px 0 20px;
    font-size: 14px;
    font: bold
}

#join_team .team {
    margin: 20px 20px 0 20px;
    border: 1px solid #b3b3b3;
    background: #f2f2f2;
    min-height: 80px
}

#join_team .team .team_logo {
    float: left;
    margin: 15px 0 0 10px
}

#join_team .team .info {
    float: left;
    margin: 18px 0 0 30px
}

#join_team .team .info .desc {
    margin-left: 0;
    color: #bfbfbf;
    margin-top: 5px
}

#join_team .team .name {
    float: left;
    margin: 18px 0 0 20px
}

#join_team .profile {
    margin: 40px 20px 0 20px
}

#join_team .join {
    margin: 40px 20px 0 20px
}

#join_team .sub_title {
    margin-bottom: 15px
}

#join_team .input-xlarge {
    width: 440px;
    height: 30px
}

#join_team .btn-sure {
    width: 100px
}

#join_team .btn-cancel {
    width: 100px
}

.invalid_invite {
    border: 1px solid #f2f2f2;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
    min-height: 100px
}

.join_success {
    border: 1px solid #f2f2f2;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 100px;
    min-height: 100px
}

.task-list-panel .group-list hr {
    margin: 0;
    border-top: solid 1px #e1e1e1
}

.task-list-panel .group-item .group-header {
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #fff;
    background: #f9f9f7;
    padding: 10px 15px;
    color: #d84c31;
    font-size: 14px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.task-list-panel .group-item .group-header .panel-collapse {
    font-size: 25px;
    margin-right: 10px;
    line-height: 25px
}

.task-list-panel .group-item .group-header a {
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.task-list-panel .group-item .group-header .badge {
    background: #f2f2ea;
    color: #d84c31
}

.task-list-panel .group-item .group-task-item {
    padding: 10px 15px 10px 30px;
    border-bottom: solid 1px #e1e1e1;
    cursor: pointer
}

.task-list-panel .group-item .group-task-item:before, .task-list-panel .group-item .group-task-item:after {
    content: " ";
    display: table
}

.task-list-panel .group-item .group-task-item:after {
    clear: both
}

.task-list-panel .group-item .group-task-item:hover, .task-list-panel .group-item .group-task-item.active {
    background: #f9f9f7
}

.task-list-panel .group-item .group-task-item:hover .task-action, .task-list-panel .group-item .group-task-item.active .task-action {
    visibility: visible
}

.task-list-panel .group-item .group-task-item .task-main {
    position: relative
}

.task-list-panel .group-item .group-task-item .task-main a.task-check {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    color: #999;
    font-size: 18px;
    line-height: 22px
}

.task-list-panel .group-item .group-task-item .task-main a.task-check:hover {
    color: #333
}

.task-list-panel .group-item .group-task-item .task-main a.task-check i.icon-check-sign {
    color: #79c455
}

.task-list-panel .group-item .group-task-item .task-main .task-title {
    display: block;
    word-wrap: break-word;
    white-space: normal;
    line-height: 22px;
    color: #333;
    margin-left: 25px
}

.task-list-panel .group-item .group-task-item .task-badges {
    float: left
}

.task-list-panel .group-item .group-task-item .task-members {
    float: right;
    text-align: right;
    padding-top: 8px
}

.task-list-panel .group-item .group-task-item .task-members .member {
    margin-left: 5px
}

.task-list-panel .group-item .group-task-item .task-action {
    position: absolute;
    top: 0;
    right: 16px;
    visibility: hidden
}

.task-list-panel .group-item .group-task-item .task-project {
    position: absolute;
    right: 10px;
    top: 5px
}

.task-list-panel .search {
    width: 500px;
    margin-left: auto;
    margin-right: auto
}

.task-list-panel .search:before, .task-list-panel .search:after {
    content: " ";
    display: table
}

.task-list-panel .search:after {
    clear: both
}

.task-list-panel .search .checkbox {
    float: left;
    padding-right: 20px
}

.completed-tasks-panel {
    padding: 20px
}

.completed-tasks-panel .wt-row {
    cursor: pointer;
    padding-left: 10px
}

.completed-tasks-panel .wt-row.showdate-row {
    margin-top: 40px;
    position: relative;
    border-top: 0
}

.completed-tasks-panel .wt-row.showdate-row h4 {
    position: absolute;
    top: -38px;
    color: #d84c31;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.completed-tasks-panel .wt-row:hover .column-action {
    visibility: visible
}

.completed-tasks-panel .wt-row .column-main {
    width: 80%
}

.completed-tasks-panel .wt-row .column-main .task-main {
    float: left;
    width: 60%
}

.completed-tasks-panel .wt-row .column-main .task-main a.entry-task-check {
    width: 25px;
    height: 30px;
    text-align: center;
    color: #999;
    font-size: 18px
}

.completed-tasks-panel .wt-row .column-main .task-main a.entry-task-check:hover {
    color: #333
}

.completed-tasks-panel .wt-row .column-main .task-main a.entry-task-check i.icon-check-sign {
    color: #79c455
}

.completed-tasks-panel .wt-row .column-main .task-badges {
    float: left;
    width: 20%;
    margin-top: -8px
}

.completed-tasks-panel .wt-row .column-main .task-members {
    float: right;
    width: 20%
}

.completed-tasks-panel .wt-row .column-action {
    width: 5%;
    visibility: hidden;
    text-align: center
}

.task-graph-panel .graph-panel .graph-item .graph-container .entry-tasks .graph-empty-panel {
    height: 400px;
    padding-top: 150px
}

.task-graph-panel .graph-panel .graph-item:before, .task-graph-panel .graph-panel .graph-item:after {
    content: " ";
    display: table
}

.task-graph-panel .graph-panel .graph-item:after {
    clear: both
}

.task-graph-panel .graph-panel .graph-item h4 {
    display: inline-block;
    margin-bottom: 15px
}

.task-graph-panel .graph-panel .graph-item .title {
    float: right;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    text-align: center
}

.task-graph-panel .graph-panel .graph-item .title a {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center
}

.task-graph-panel .graph-panel .graph-item .title a:hover {
    background: #f2f2ea
}

.task-graph-panel .tasks-graph-overview {
    padding: 20px
}

.task-graph-panel .tasks-graph-overview h4 {
    margin: 0;
    margin-left: 20px;
    font-size: 16px;
    color: #d84c31;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.task-graph-panel .tasks-graph-overview ul {
    list-style: none;
    margin: 0
}

.task-graph-panel .tasks-graph-overview ul:before, .task-graph-panel .tasks-graph-overview ul:after {
    content: " ";
    display: table
}

.task-graph-panel .tasks-graph-overview ul:after {
    clear: both
}

.task-graph-panel .tasks-graph-overview ul li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
    border-right: solid 1px #e1e1e1
}

.task-graph-panel .tasks-graph-overview ul li.noborder {
    border-right: 0
}

.task-graph-panel .tasks-graph-overview ul li span {
    display: block
}

.task-graph-panel .tasks-graph-overview ul li .count {
    font-family: arial;
    font-size: 48px
}

.task-graph-panel .tasks-graph-overview ul li .text {
    font-size: 16px;
    color: #aaa
}

.task-graph-panel .tasks-graph-overview ul li.tasks-completed .count {
    color: #88b244
}

.task-graph-panel .tasks-graph-overview ul li.tasks-uncompleted .count {
    color: #f7af49
}

.task-graph-panel .tasks-graph-overview ul li.tasks-expired .count {
    color: #f47a55
}

.add_edit_panel {
    background: #f9f9f7 !important
}

.post-list .column-owner {
    width: 18%;
    line-height: 48px
}

.post-list .column-main {
    cursor: pointer;
    width: 60%
}

.post-list .column-main i {
    color: #ccc;
    font-size: 14px;
    margin-left: 10px
}

.post-list .column-date {
    width: 14%;
    text-align: right;
    line-height: 48px
}

.post-list .column-badges {
    width: 5%;
    line-height: 48px
}

.post-list .column-meta {
    width: 3%;
    text-align: center;
    line-height: 48px
}

.post-list .post-item .column-owner a.post-avatar {
    float: left;
    padding-left: 20px
}

.post-list .post-item .column-owner a.post-avatar .display_name {
    padding-left: 5px
}

.post-list .post-item .column-main h4 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0
}

.post-list .post-item .column-main h4 a.name {
    color: #333;
    margin-left: 10px
}

.post-list .post-item .column-main h4 a.name:hover {
    color: #d14836
}

.post-list .post-item .column-date span.date {
    line-height: 26px;
    color: #d7d7d7
}

.post-list .post-item .column-meta a.post-action {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    color: #d7d7d7;
    display: inline-block
}

.post-list .post-item .column-meta a.post-action:hover {
    color: #333
}

.post-list .post-item .column-meta a.post-action.openpop {
    color: #333;
    visibility: visible
}

.post-list .post-item:hover .column-meta a.post-action {
    visibility: visible
}

.post-edit-container .post_watch_bar {
    padding-top: 20px
}

.post-edit-container .post_watch_bar:before, .post-edit-container .post_watch_bar:after {
    content: " ";
    display: table
}

.post-edit-container .post_watch_bar:after {
    clear: both
}

.post-edit-container .post_watch_bar .pull-right button {
    float: right;
    margin-left: 15px
}

.post-edit-container .post_watch_bar .pull-right ul {
    float: left;
    margin-bottom: 0;
    padding-top: 2px
}

.post-edit-container .post_watch_bar .pull-right ul li {
    float: right;
    margin-right: 10px
}

.template-list .column-owner {
    width: 18%;
    line-height: 48px
}

.template-list .column-main {
    cursor: pointer;
    width: 60%
}

.template-list .column-main i {
    color: #ccc;
    font-size: 14px;
    margin-left: 10px
}

.template-list .column-date {
    width: 14%;
    text-align: right;
    line-height: 48px
}

.template-list .column-badges {
    width: 5%;
    line-height: 48px
}

.template-list .column-meta {
    width: 3%;
    text-align: center;
    line-height: 48px
}

.template-list .template-item .column-owner a.template-avatar {
    float: left;
    padding-left: 20px
}

.template-list .template-item .column-owner a.template-avatar .display_name {
    padding-left: 5px
}

.template-list .template-item .column-main h4 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0
}

.template-list .template-item .column-main h4 a.name {
    color: #333;
    margin-left: 10px
}

.template-list .template-item .column-main h4 a.name:hover {
    color: #d14836
}

.template-list .template-item .column-date span.date {
    line-height: 26px;
    color: #d7d7d7
}

.template-list .template-item .column-meta a.template-action {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    color: #d7d7d7;
    display: inline-block
}

.template-list .template-item .column-meta a.template-action:hover {
    color: #333
}

.template-list .template-item .column-meta a.template-action.openpop {
    color: #333;
    visibility: visible
}

.template-list .template-item:hover .column-meta a.template-action {
    visibility: visible
}

.template-edit-container .template_watch_bar {
    padding-top: 20px
}

.template-edit-container .template_watch_bar:before, .template-edit-container .template_watch_bar:after {
    content: " ";
    display: table
}

.template-edit-container .template_watch_bar:after {
    clear: both
}

.template-edit-container .template_watch_bar .pull-right button {
    float: right;
    margin-left: 15px
}

.template-edit-container .template_watch_bar .pull-right ul {
    float: left;
    margin-bottom: 0;
    padding-top: 2px
}

.template-edit-container .template_watch_bar .pull-right ul li {
    float: right;
    margin-right: 10px
}

.mail-list .column-owner {
    width: 18%;
    line-height: 48px
}

.mail-list .column-main {
    cursor: pointer;
    width: 60%
}

.mail-list .column-main i {
    color: #ccc;
    font-size: 14px;
    margin-left: 10px
}

.mail-list .column-date {
    width: 14%;
    text-align: right;
    line-height: 48px
}

.mail-list .column-badges {
    width: 5%;
    line-height: 48px
}

.mail-list .column-meta {
    width: 3%;
    text-align: center;
    line-height: 48px
}

.mail-list .mail-item .column-owner a.mail-avatar {
    float: left;
    padding-left: 20px
}

.mail-list .mail-item .column-owner a.mail-avatar .display_name {
    padding-left: 5px
}

.mail-list .mail-item .column-main h4 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0
}

.mail-list .mail-item .column-main h4 a.name {
    color: #333;
    margin-left: 10px
}

.mail-list .mail-item .column-main h4 a.name:hover {
    color: #d14836
}

.mail-list .mail-item .column-date span.date {
    line-height: 26px;
    color: #d7d7d7
}

.mail-list .mail-item .column-meta a.mail-action {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    color: #d7d7d7;
    display: inline-block
}

.mail-list .mail-item .column-meta a.mail-action:hover {
    color: #333
}

.mail-list .mail-item .column-meta a.mail-action.openpop {
    color: #333;
    visibility: visible
}

.mail-list .mail-item:hover .column-meta a.mail-action {
    visibility: visible
}

.mail-edit-container .mail_watch_bar {
    padding-top: 20px
}

.mail-edit-container .mail_watch_bar:before, .mail-edit-container .mail_watch_bar:after {
    content: " ";
    display: table
}

.mail-edit-container .mail_watch_bar:after {
    clear: both
}

.mail-edit-container .mail_watch_bar .pull-right button {
    float: right;
    margin-left: 15px
}

.mail-edit-container .mail_watch_bar .pull-right ul {
    float: left;
    margin-bottom: 0;
    padding-top: 2px
}

.mail-edit-container .mail_watch_bar .pull-right ul li {
    float: right;
    margin-right: 10px
}

.task-list .column-owner {
    width: 18%;
    line-height: 48px
}

.task-list .column-main {
    cursor: pointer;
    width: 60%
}

.task-list .column-main i {
    color: #ccc;
    font-size: 14px;
    margin-left: 10px
}

.task-list .column-date {
    width: 14%;
    text-align: right;
    line-height: 48px
}

.task-list .column-badges {
    width: 5%;
    line-height: 48px
}

.task-list .column-meta {
    width: 3%;
    text-align: center;
    line-height: 48px
}

.task-list .task-item .column-owner a.task-avatar {
    float: left;
    padding-left: 20px
}

.task-list .task-item .column-owner a.task-avatar .display_name {
    padding-left: 5px
}

.task-list .task-item .column-main h4 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0
}

.task-list .task-item .column-main h4 a.name {
    color: #333;
    margin-left: 10px
}

.task-list .task-item .column-main h4 a.name:hover {
    color: #d14836
}

.task-list .task-item .column-date span.date {
    line-height: 26px;
    color: #d7d7d7
}

.task-list .task-item .column-meta a.task-action {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    color: #d7d7d7;
    display: inline-block
}

.task-list .task-item .column-meta a.task-action:hover {
    color: #333
}

.task-list .task-item .column-meta a.task-action.openpop {
    color: #333;
    visibility: visible
}

.task-list .task-item:hover .column-meta a.task-action {
    visibility: visible
}

.task-edit-container .task_watch_bar {
    padding-top: 20px
}

.task-edit-container .task_watch_bar:before, .task-edit-container .task_watch_bar:after {
    content: " ";
    display: table
}

.task-edit-container .task_watch_bar:after {
    clear: both
}

.task-edit-container .task_watch_bar .pull-right button {
    float: right;
    margin-left: 15px
}

.task-edit-container .task_watch_bar .pull-right ul {
    float: left;
    margin-bottom: 0;
    padding-top: 2px
}

.task-edit-container .task_watch_bar .pull-right ul li {
    float: right;
    margin-right: 10px
}

.chat-list .table {
    margin-bottom: 0
}

.chat-list .table td {
    padding: 12px;
    line-height: 30px
}

.chat-list .table .me .content {
    color: #0c7823;
    background: #e9fbe4;
    border: 1px solid #c9e9c0;
    border-right: 0
}

.chat-list .table .me .time {
    border: 1px solid #c9e9c0;
    border-left: 0;
    background: #e9fbe4
}

.chat-list .table .member {
    width: 15%;
    background: #f9f9f7
}

.chat-list .table .member .avatar-name {
    margin-left: 5px
}

.chat-list .table .time {
    width: 100px;
    border-left: 0;
    text-align: right;
    line-height: 30px
}

.chat-list .table .content {
    border-right: 0;
    line-height: 30px;
    word-break: break-all
}

.chat-list .table .content .markdown {
    line-height: 30px
}

.chat-list .table .content .markdown p {
    margin-bottom: 0
}

.chat-list .table .content img.emoji {
    width: 24px;
    height: 24px
}

.chat-list .table .content .chat-message-upload:before, .chat-list .table .content .chat-message-upload:after {
    content: " ";
    display: table
}

.chat-list .table .content .chat-message-upload:after {
    clear: both
}

.chat-list .table .content .chat-message-upload .preview-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    float: left;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    padding: 5px
}

.chat-list .table .content .chat-message-upload .preview-icon.fancybox-file {
    cursor: pointer
}

.chat-list .table .content .chat-message-upload .preview-icon img {
    width: 90px;
    height: 90px;
    max-width: 100%;
    margin: 0;
    border: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.chat-list .table .content .chat-message-upload .file-name {
    margin: 15px 0 10px 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.chat-list .table .content .chat-message-upload .file-size {
    font-size: 11px;
    margin-left: 110px
}

.chat-list .table .date {
    width: 150px;
    background: #f9f9f7;
    color: #d84c31;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.chat-list .table .date.hide-both {
    border-bottom: 0;
    border-top: 0
}

.chat-list .table .date.hide-bottom {
    border-bottom: 0
}

.page-list-view .sub-item-view {
    margin-bottom: 0
}

.page-list-view .sub-item-view li {
    line-height: 30px;
    font-size: 15px
}

.page-list-view .column-main {
    width: 62%;
    cursor: pointer
}

.page-list-view .column-main h4 {
    font-size: 16px;
    margin-top: 12px
}

.page-list-view .column-main h4 a.name {
    color: #333
}

.page-list-view .column-main h4 a.name:hover {
    color: #d14836
}

.page-list-view .column-main .desc {
    padding-left: 20px;
    color: #aaa;
    display: inline-block
}

.page-list-view .column-owner {
    width: 18%;
    text-align: right;
    line-height: 48px
}

.page-list-view .column-date {
    width: 15%;
    text-align: right;
    line-height: 48px;
    color: #d7d7d7
}

.page-list-view .column-meta {
    width: 5%;
    text-align: center;
    line-height: 48px
}

.page-item-view {
    padding-left: 20px
}

.page-item-view .column-meta a.post-action {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    color: #d7d7d7;
    display: inline-block
}

.page-item-view .column-meta a.post-action:hover {
    color: #333
}

.page-item-view .column-meta a.post-action.openpop {
    color: #333;
    visibility: visible
}

.page-item-view:hover .column-meta a.post-action {
    visibility: visible
}

.page-history .history-item {
    line-height: 30px
}

.page-history .column-version {
    width: 5%;
    font-size: 16px;
    font-weight: bold
}

.page-history .column-owner {
    width: 15%
}

.page-history .column-date {
    width: 10%
}

.page-history .column-main {
    width: 70%
}

.page-panel .sidebar-panel .sub-page-list {
    margin-top: 10px
}

.page-panel .sidebar-panel .sub-page-list .pages-list li {
    font-size: 16px;
    margin-bottom: 10px
}

.page-panel .page-meta {
    margin-bottom: 15px;
    color: #999
}

.edit-container {
    margin-right: 275px;
    padding-right: 15px;
    border-right: solid 1px #e1e1e1
}

.edit-container .editor-wrap {
    margin-bottom: 0
}

.edit-sidebar {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 260px
}

.edit-sidebar .edit-box .edit-sidebar-body input[type="text"] {
    height: 36px
}

.edit-sidebar .edit-box .edit-sidebar-body .wt-alert {
    margin-bottom: 15px
}

.edit-sidebar .edit-box .edit-sidebar-body .page-bar {
    margin-top: 15px
}

.edit-sidebar .edit-box .edit-sidebar-body .wt-alert {
    padding-left: 15px;
    padding-right: 15px
}

.graph-container {
    min-height: 400px
}

.graph-container .sub-title {
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #fff;
    background: #f9f9f7;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold
}

.graph-panel .graph-list {
    padding: 15px
}

.graph-panel .graph-list:before, .graph-panel .graph-list:after {
    content: " ";
    display: table
}

.graph-panel .graph-list:after {
    clear: both
}

.graph-panel .entry-tasks .task:hover {
    background: #f9f9f7
}

.graph-panel .entry-tasks .task.active {
    background: #f9f9f7
}

.graph-panel .entry-tasks:last-child .task:last-child {
    border-bottom: 0
}

.graph-panel .entry-tasks:last-child .task:first-child {
    border-top: 0
}

.graph-panel .entry-tasks .graph-empty-panel {
    text-align: center;
    height: 260px;
    padding-top: 60px
}

.graph-panel .entry-tasks .graph-empty-panel i {
    font-size: 60px;
    color: #f2f2ea
}

.graph-panel .entry-tasks .graph-empty-panel.noborder {
    border-bottom: 0
}

.graph-panel .entry-tasks .graph-empty-panel span {
    font-size: 20px;
    line-height: 36px;
    color: #e7e7df
}

.graph-panel .graph-summary {
    margin-left: 25px;
    height: 40px;
    text-align: center
}

.graph-panel .graph-summary .title {
    font-size: 16px;
    width: 400px;
    color: #333;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea;
    text-align: center
}

.graph-panel .graph-summary .title a {
    border-radius: 5px;
    padding: 5px 15px
}

.graph-panel .graph-summary .title a:hover {
    background: #f2f2ea
}

ul.file-items {
    margin: 0
}

ul.file-items:before, ul.file-items:after {
    content: " ";
    display: table
}

ul.file-items:after {
    clear: both
}

ul.file-items li.file-item {
    cursor: pointer;
    float: left;
    border: 1px solid transparent;
    width: 148px;
    height: 173px;
    margin: 15px 15px 15px 0;
    text-align: center;
    position: relative;
    background: #fbfbfb
}

ul.file-items li.file-item:hover {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

ul.file-items li.file-item:hover a.file-menu {
    visibility: visible
}

ul.file-items li.file-item a.file-pic {
    display: inline-block;
    zoom: 1;
    width: 110px;
    height: 120px;
    line-height: 120px;
    margin-top: 15px
}

ul.file-items li.file-item a.file-pic.file-picfile {
    border: solid 1px #e1e1e1
}

ul.file-items li.file-item a.file-pic.folder-picfolder {
    border: solid 1px transparent
}

ul.file-items li.file-item a.file-pic.file-pic-queue {
    position: relative;
    line-height: 180%
}

ul.file-items li.file-item a.file-pic.file-pic-queue .preview {
    width: 110px;
    height: 120px;
    line-height: 120px;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

ul.file-items li.file-item a.file-pic.file-pic-queue .error {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    right: 0
}

ul.file-items li.file-item a.file-pic.file-pic-queue .cancel {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 0;
    right: 0
}

ul.file-items li.file-item a.file-pic.file-pic-queue canvas, ul.file-items li.file-item a.file-pic.file-pic-queue img {
    display: inline-block;
    vertical-align: middle;
    opacity: .2;
    filter: alpha(opacity=20)
}

ul.file-items li.file-item a.file-pic.file-pic-queue .progress {
    position: absolute;
    z-index: 2;
    top: 52px;
    left: 0;
    right: 0
}

ul.file-items li.file-item a.file-pic img {
    max-width: 100px;
    max-height: 110px;
    text-align: center
}

ul.file-items li.file-item .file-name {
    margin: 0 auto;
    margin-top: 5px;
    width: 134px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul.file-items li.file-item .file-name a {
    display: block
}

ul.file-items li.file-item .file-name a:hover {
    color: #d14836
}

ul.file-items li.file-item .file-size {
    margin-top: 5px;
    text-align: center;
    min-width: 154px;
    color: #bfbfbf
}

ul.file-items li.file-item a.file-menu {
    visibility: hidden;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0;
    color: #bfbfbf;
    padding: 2px
}

ul.file-items li.file-item a.file-menu.openpop {
    visibility: visible
}

ul.file-items li.file-item a.file-menu:hover {
    color: #000
}

ul.file-items li.file-item.dragfile-hover-placeholder .file-pic {
    background: #fcf8e3 !important
}

ul.file-items li.file-item .progress {
    height: 14px
}

ul.file-items .folder-state-file-over {
    background: #fcf8e3 !important;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 0 7px rgba(82, 168, 236, 0.6) !important;
    box-shadow: inset 0 1px 0 #fff, 0 0 7px rgba(82, 168, 236, 0.6) !important
}

.file-list-view .column {
    padding-top: 10x;
    padding-bottom: 10px;
    line-height: 48px
}

.file-list-view .column-pic {
    width: 8%;
    padding-left: 15px
}

.file-list-view .column-pic .pic {
    max-width: 48px;
    max-height: 48px
}

.file-list-view .column-name {
    width: 50%;
    cursor: pointer;
    line-height: 48px;
    font-size: 16px
}

.file-list-view .column-size {
    width: 10%
}

.file-list-view .column-update {
    width: 13%;
    text-align: right
}

.file-list-view .column-date {
    width: 14%;
    text-align: right
}

.file-list-view .column-meta {
    width: 5%;
    text-align: center
}

.file-list-view .file-item-view .column-meta a.post-action {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    color: #d7d7d7;
    display: inline-block
}

.file-list-view .file-item-view .column-meta a.post-action:hover {
    color: #333
}

.file-list-view .file-item-view .column-meta a.post-action.openpop {
    color: #333;
    visibility: visible
}

.file-list-view .file-item-view:hover .column-meta a.post-action {
    visibility: visible
}

body .file-item.file-state-on-draggable {
    cursor: pointer;
    float: left;
    border: 1px solid transparent;
    width: 148px;
    height: 173px;
    margin: 15px 15px 15px 0;
    text-align: center;
    position: relative;
    background: #fbfbfb;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    opacity: .8;
    background: transparent
}

body .file-item.file-state-on-draggable:hover {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

body .file-item.file-state-on-draggable:hover a.file-menu {
    visibility: visible
}

body .file-item.file-state-on-draggable a.file-pic {
    display: inline-block;
    zoom: 1;
    width: 110px;
    height: 120px;
    line-height: 120px;
    margin-top: 15px
}

body .file-item.file-state-on-draggable a.file-pic.file-picfile {
    border: solid 1px #e1e1e1
}

body .file-item.file-state-on-draggable a.file-pic.folder-picfolder {
    border: solid 1px transparent
}

body .file-item.file-state-on-draggable a.file-pic.file-pic-queue {
    position: relative;
    line-height: 180%
}

body .file-item.file-state-on-draggable a.file-pic.file-pic-queue .preview {
    width: 110px;
    height: 120px;
    line-height: 120px;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

body .file-item.file-state-on-draggable a.file-pic.file-pic-queue .error {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    right: 0
}

body .file-item.file-state-on-draggable a.file-pic.file-pic-queue .cancel {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 0;
    right: 0
}

body .file-item.file-state-on-draggable a.file-pic.file-pic-queue canvas, body .file-item.file-state-on-draggable a.file-pic.file-pic-queue img {
    display: inline-block;
    vertical-align: middle;
    opacity: .2;
    filter: alpha(opacity=20)
}

body .file-item.file-state-on-draggable a.file-pic.file-pic-queue .progress {
    position: absolute;
    z-index: 2;
    top: 52px;
    left: 0;
    right: 0
}

body .file-item.file-state-on-draggable a.file-pic img {
    max-width: 100px;
    max-height: 110px;
    text-align: center
}

body .file-item.file-state-on-draggable .file-name {
    margin: 0 auto;
    margin-top: 5px;
    width: 134px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body .file-item.file-state-on-draggable .file-name a {
    display: block
}

body .file-item.file-state-on-draggable .file-name a:hover {
    color: #d14836
}

body .file-item.file-state-on-draggable .file-size {
    margin-top: 5px;
    text-align: center;
    min-width: 154px;
    color: #bfbfbf
}

body .file-item.file-state-on-draggable a.file-menu {
    visibility: hidden;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0;
    color: #bfbfbf;
    padding: 2px
}

body .file-item.file-state-on-draggable a.file-menu.openpop {
    visibility: visible
}

body .file-item.file-state-on-draggable a.file-menu:hover {
    color: #000
}

.comment-list {
    margin-bottom: 40px
}

.comment-list ul.comments {
    margin: 0 0 15px 0
}

.comment-list ul.comments li.comment-item {
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 180%;
    border-bottom: solid 1px #e1e1e1
}

.comment-list ul.comments li.comment-item:before, .comment-list ul.comments li.comment-item:after {
    content: " ";
    display: table
}

.comment-list ul.comments li.comment-item:after {
    clear: both
}

.comment-list ul.comments li.comment-item:first-child {
    border-top: 0
}

.comment-list ul.comments li.comment-item p {
    padding-right: 15px
}

.comment-list ul.comments li.comment-item p img {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-left: 2px;
    margin-right: 2px
}

.comment-list ul.comments li.comment-item:hover {
    background: #f9f9f7
}

.comment-list ul.comments li.comment-item:hover .comment span.comment-meta a.comment-action {
    display: inline-block
}

.comment-list ul.comments li.comment-item:hover .comment .date {
    display: none
}

.comment-list ul.comments li.comment-item a.comment-avatar {
    float: left
}

.comment-list ul.comments li.comment-item a.comment-name {
    color: #8a959e
}

.comment-list ul.comments li.comment-item a.comment-name:hover {
    color: #d84c31
}

.comment-list ul.comments li.comment-item .comment {
    margin-left: 50px;
    position: relative
}

.comment-list ul.comments li.comment-item .comment span.comment-meta {
    text-align: right;
    width: 200px;
    display: inline-block;
    zoom: 1;
    position: absolute;
    right: 8px;
    color: #8a959e
}

.comment-list ul.comments li.comment-item .comment span.comment-meta a.comment-action {
    display: none;
    color: #8a959e;
    width: 35px
}

.comment-list ul.comments li.comment-item .comment span.comment-meta a.comment-action:hover {
    color: #d84c31
}

.comment-list ul.comments li.comment-item .comment .current-comment {
    margin-top: 10px;
    word-break: break-all
}

.comment-list ul.comments li.comment-item .comment .current-comment p {
    margin-bottom: 15px
}

.comment-list ul.comments li.comment-item .comment .edit-controls textarea {
    height: 8em
}

.comment-list ul.comments li.comment-item .comment .edit-controls .add-controls {
    margin-bottom: 10px
}

.comment-list .new-comment {
    margin-top: 10px
}

.comment-list .new-comment:before, .comment-list .new-comment:after {
    content: " ";
    display: table
}

.comment-list .new-comment:after {
    clear: both
}

.comment-list .new-comment a.new-comment-avatar {
    float: left
}

.comment-list .new-comment .new-comment-edit {
    margin-left: 50px;
    border: solid 1px #e1e1e1;
    background: #f9f9f7
}

.comment-list .new-comment .new-comment-edit textarea {
    width: 100%;
    height: 8em;
    padding: 10px;
    resize: none;
    border: 0;
    outline: 0;
    background: #f9f9f7;
    border-bottom: solid 1px #e1e1e1
}

.comment-list .new-comment .new-comment-edit textarea:focus {
    background: #fff
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue ul.comment-attachments li:last-child {
    padding-bottom: 5px;
    border-bottom: solid 1px #e1e1e1
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item {
    border-top: 1px solid #ddd;
    padding-bottom: 3px;
    margin: 5px 0
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item:before, .comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item:after {
    content: " ";
    display: table
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item:after {
    clear: both
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item .file-name {
    width: 98%;
    margin: 3px 0 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item .error {
    float: left;
    width: 116px;
    margin-left: 5px
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item .progress {
    height: 14px;
    width: 96px;
    margin-left: 5px;
    margin-bottom: 3px;
    float: left
}

.comment-list .new-comment .new-comment-edit .comment-upload-queue .comment-upload-item .cancel {
    float: right;
    cursor: pointer;
    margin-right: 10px
}

.comment-list .new-comment .new-comment-edit .add-controls {
    padding: 2px 10px 4px 10px;
    margin-top: -5px
}

.comment-list .new-comment .new-comment-edit .add-controls:before, .comment-list .new-comment .new-comment-edit .add-controls:after {
    content: " ";
    display: table
}

.comment-list .new-comment .new-comment-edit .add-controls:after {
    clear: both
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav {
    float: left;
    margin-top: 5px
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li.open a.dropdown-toggle {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #f2f2ea
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li.divider-v {
    border-style: solid;
    border-width: 1px;
    height: 32px;
    border-left-color: #e5e5e5;
    border-right-color: #fff;
    color: transparent;
    background: transparent;
    margin: 0 5px
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    vertical-align: middle;
    color: #8a959e;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li a.font_at {
    font-family: Verdana, Geneva, sans-serif
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li ul.dropdown-menu {
    padding: 5px
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li ul.dropdown-menu a {
    display: block;
    color: #8a959e;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px
}

.comment-list .new-comment .new-comment-edit .add-controls ul.nav li ul.dropdown-menu a:hover {
    color: #d84c31;
    background: #f2f2ea;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.comment-list .new-comment .new-comment-edit .add-controls .btn {
    margin-top: 3px
}

.entity-list {
    margin-bottom: 40px
}

.entity-list ul.entitys {
    margin: 0 0 15px 0
}

.entity-list ul.entitys li.entity-item {
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 180%;
    border-bottom: solid 1px #e1e1e1
}

.entity-list ul.entitys li.entity-item:before, .entity-list ul.entitys li.entity-item:after {
    content: " ";
    display: table
}

.entity-list ul.entitys li.entity-item:after {
    clear: both
}

.entity-list ul.entitys li.entity-item:first-child {
    border-top: 0
}

.entity-list ul.entitys li.entity-item p {
    padding-right: 15px
}

.entity-list ul.entitys li.entity-item p img {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-left: 2px;
    margin-right: 2px
}

.entity-list ul.entitys li.entity-item:hover {
    background: #f9f9f7
}

.entity-list ul.entitys li.entity-item:hover .entity span.entity-meta a.entity-action {
    display: inline-block
}

.entity-list ul.entitys li.entity-item:hover .entity .date {
    display: none
}

.entity-list ul.entitys li.entity-item a.entity-avatar {
    float: left
}

.entity-list ul.entitys li.entity-item a.entity-name {
    color: #8a959e
}

.entity-list ul.entitys li.entity-item a.entity-name:hover {
    color: #d84c31
}

.entity-list ul.entitys li.entity-item .entity {
    margin-left: 50px;
    position: relative
}

.entity-list ul.entitys li.entity-item .entity span.entity-meta {
    text-align: right;
    width: 200px;
    display: inline-block;
    zoom: 1;
    position: absolute;
    right: 8px;
    color: #8a959e
}

.entity-list ul.entitys li.entity-item .entity span.entity-meta a.entity-action {
    display: none;
    color: #8a959e;
    width: 35px
}

.entity-list ul.entitys li.entity-item .entity span.entity-meta a.entity-action:hover {
    color: #d84c31
}

.entity-list ul.entitys li.entity-item .entity .current-entity {
    margin-top: 10px;
    word-break: break-all
}

.entity-list ul.entitys li.entity-item .entity .current-entity p {
    margin-bottom: 15px
}

.entity-list ul.entitys li.entity-item .entity .edit-controls textarea {
    height: 8em
}

.entity-list ul.entitys li.entity-item .entity .edit-controls .add-controls {
    margin-bottom: 10px
}

.entity-list .new-entity {
    margin-top: 10px
}

.entity-list .new-entity:before, .entity-list .new-entity:after {
    content: " ";
    display: table
}

.entity-list .new-entity:after {
    clear: both
}

.entity-list .new-entity a.new-entity-avatar {
    float: left
}

.entity-list .new-entity .new-entity-edit {
    margin-left: 50px;
    border: solid 1px #e1e1e1;
    background: #f9f9f7
}

.entity-list .new-entity .new-entity-edit textarea {
    width: 100%;
    height: 8em;
    padding: 10px;
    resize: none;
    border: 0;
    outline: 0;
    background: #f9f9f7;
    border-bottom: solid 1px #e1e1e1
}

.entity-list .new-entity .new-entity-edit textarea:focus {
    background: #fff
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue ul.entity-attachments li:last-child {
    padding-bottom: 5px;
    border-bottom: solid 1px #e1e1e1
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item {
    border-top: 1px solid #ddd;
    padding-bottom: 3px;
    margin: 5px 0
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item:before, .entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item:after {
    content: " ";
    display: table
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item:after {
    clear: both
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item .file-name {
    width: 98%;
    margin: 3px 0 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item .error {
    float: left;
    width: 116px;
    margin-left: 5px
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item .progress {
    height: 14px;
    width: 96px;
    margin-left: 5px;
    margin-bottom: 3px;
    float: left
}

.entity-list .new-entity .new-entity-edit .entity-upload-queue .entity-upload-item .cancel {
    float: right;
    cursor: pointer;
    margin-right: 10px
}

.entity-list .new-entity .new-entity-edit .add-controls {
    padding: 2px 10px 4px 10px;
    margin-top: -5px
}

.entity-list .new-entity .new-entity-edit .add-controls:before, .entity-list .new-entity .new-entity-edit .add-controls:after {
    content: " ";
    display: table
}

.entity-list .new-entity .new-entity-edit .add-controls:after {
    clear: both
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav {
    float: left;
    margin-top: 5px
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li.open a.dropdown-toggle {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #f2f2ea
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li.divider-v {
    border-style: solid;
    border-width: 1px;
    height: 32px;
    border-left-color: #e5e5e5;
    border-right-color: #fff;
    color: transparent;
    background: transparent;
    margin: 0 5px
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    vertical-align: middle;
    color: #8a959e;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li a.font_at {
    font-family: Verdana, Geneva, sans-serif
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li ul.dropdown-menu {
    padding: 5px
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li ul.dropdown-menu a {
    display: block;
    color: #8a959e;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px
}

.entity-list .new-entity .new-entity-edit .add-controls ul.nav li ul.dropdown-menu a:hover {
    color: #d84c31;
    background: #f2f2ea;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.entity-list .new-entity .new-entity-edit .add-controls .btn {
    margin-top: 3px
}

.mail-list {
    margin-bottom: 40px
}

.mail-list ul.mails {
    margin: 0 0 15px 0
}

.mail-list ul.mails li.mail-item {
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 180%;
    border-bottom: solid 1px #e1e1e1
}

.mail-list ul.mails li.mail-item:before, .mail-list ul.mails li.mail-item:after {
    content: " ";
    display: table
}

.mail-list ul.mails li.mail-item:after {
    clear: both
}

.mail-list ul.mails li.mail-item:first-child {
    border-top: 0
}

.mail-list ul.mails li.mail-item p {
    padding-right: 15px
}

.mail-list ul.mails li.mail-item p img {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-left: 2px;
    margin-right: 2px
}

.mail-list ul.mails li.mail-item:hover {
    background: #f9f9f7
}

.mail-list ul.mails li.mail-item:hover .mail span.mail-meta a.mail-action {
    display: inline-block
}

.mail-list ul.mails li.mail-item:hover .mail .date {
    display: none
}

.mail-list ul.mails li.mail-item a.mail-avatar {
    float: left
}

.mail-list ul.mails li.mail-item a.mail-name {
    color: #8a959e
}

.mail-list ul.mails li.mail-item a.mail-name:hover {
    color: #d84c31
}

.mail-list ul.mails li.mail-item .mail {
    margin-left: 50px;
    position: relative
}

.mail-list ul.mails li.mail-item .mail span.mail-meta {
    text-align: right;
    width: 200px;
    display: inline-block;
    zoom: 1;
    position: absolute;
    right: 8px;
    color: #8a959e
}

.mail-list ul.mails li.mail-item .mail span.mail-meta a.mail-action {
    display: none;
    color: #8a959e;
    width: 35px
}

.mail-list ul.mails li.mail-item .mail span.mail-meta a.mail-action:hover {
    color: #d84c31
}

.mail-list ul.mails li.mail-item .mail .current-mail {
    margin-top: 10px;
    word-break: break-all
}

.mail-list ul.mails li.mail-item .mail .current-mail p {
    margin-bottom: 15px
}

.mail-list ul.mails li.mail-item .mail .edit-controls textarea {
    height: 8em
}

.mail-list ul.mails li.mail-item .mail .edit-controls .add-controls {
    margin-bottom: 10px
}

.mail-list .new-mail {
    margin-top: 10px
}

.mail-list .new-mail:before, .mail-list .new-mail:after {
    content: " ";
    display: table
}

.mail-list .new-mail:after {
    clear: both
}

.mail-list .new-mail a.new-mail-avatar {
    float: left
}

.mail-list .new-mail .new-mail-edit {
    margin-left: 2px;
    border: solid 1px #e1e1e1;
    background: #f9f9f7
}

.mail-list .new-mail .new-mail-edit textarea {
    width: 100%;
    height: 8em;
    padding: 10px;
    resize: none;
    border: 0;
    outline: 0;
    background: #f9f9f7;
    border-bottom: solid 1px #e1e1e1
}

.mail-list .new-mail .new-mail-edit textarea:focus {
    background: #fff
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue ul.mail-attachments li:last-child {
    padding-bottom: 5px;
    border-bottom: solid 1px #e1e1e1
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item {
    border-top: 1px solid #ddd;
    padding-bottom: 3px;
    margin: 5px 0
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item:before, .mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item:after {
    content: " ";
    display: table
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item:after {
    clear: both
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item .file-name {
    width: 98%;
    margin: 3px 0 2px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item .error {
    float: left;
    width: 116px;
    margin-left: 5px
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item .progress {
    height: 14px;
    width: 96px;
    margin-left: 5px;
    margin-bottom: 3px;
    float: left
}

.mail-list .new-mail .new-mail-edit .mail-upload-queue .mail-upload-item .cancel {
    float: right;
    cursor: pointer;
    margin-right: 10px
}

.mail-list .new-mail .new-mail-edit .add-controls {
    padding: 2px 10px 4px 10px;
    margin-top: -5px
}

.mail-list .new-mail .new-mail-edit .add-controls:before, .mail-list .new-mail .new-mail-edit .add-controls:after {
    content: " ";
    display: table
}

.mail-list .new-mail .new-mail-edit .add-controls:after {
    clear: both
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav {
    float: left;
    margin-top: 5px
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li.open a.dropdown-toggle {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #f2f2ea
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li.divider-v {
    border-style: solid;
    border-width: 1px;
    height: 32px;
    border-left-color: #e5e5e5;
    border-right-color: #fff;
    color: transparent;
    background: transparent;
    margin: 0 5px
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    vertical-align: middle;
    color: #8a959e;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li a.font_at {
    font-family: Verdana, Geneva, sans-serif
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li ul.dropdown-menu {
    padding: 5px
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li ul.dropdown-menu a {
    display: block;
    color: #8a959e;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px
}

.mail-list .new-mail .new-mail-edit .add-controls ul.nav li ul.dropdown-menu a:hover {
    color: #d84c31;
    background: #f2f2ea;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.mail-list .new-mail .new-mail-edit .add-controls .btn {
    margin-top: 3px
}

span.comment_count_style {
    zoom: 1;
    display: inline-block
}

span.comment_count_style i.icon-comment {
    font-size: 30px;
    color: #f2f2ea
}

span.comment_count_style i.icon-stack-base {
    font-size: 14px;
    color: #da4f49
}

.activity-list {
    position: relative
}

.activity-list ul.activities {
    margin: 0
}

.activity-list ul.activities:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 4px;
    background: #f6f4ef;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    left: 90px
}

.activity-list ul.activities li.activity-item {
    margin-bottom: 20px;
    min-height: 42px;
    position: relative
}

.activity-list ul.activities li.activity-item.activity-item-day {
    margin-top: 30px
}

.activity-list ul.activities li.activity-item div.activity-day {
    position: absolute;
    top: 0;
    width: 70px;
    text-align: right;
    float: left
}

.activity-list ul.activities li.activity-item div.activity-day span.year {
    font-size: 14px;
    display: none
}

.activity-list ul.activities li.activity-item div.activity-day strong {
    font-size: 18px
}

.activity-list ul.activities li.activity-item div.activity-day span.weekday {
    font-size: 16px
}

.activity-list ul.activities li.activity-item div.activity-icon {
    border-radius: 50%;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    width: 24px;
    height: 24px;
    font-size: 1.1em;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    background: #f6f4ef;
    text-align: center;
    position: absolute;
    left: 80px;
    top: -2px;
    display: inline-block;
    zoom: 1
}

.activity-list ul.activities li.activity-item div.activity-icon .ai-blue {
    color: #2ba1e1
}

.activity-list ul.activities li.activity-item div.activity-icon .ai-green {
    color: #79c455
}

.activity-list ul.activities li.activity-item div.activity-icon .ai-orange {
    color: #f4833d
}

.activity-list ul.activities li.activity-item div.activity-icon .ai-yellow {
    color: #fed720
}

.activity-list ul.activities li.activity-item div.activity-icon .ai-red {
    color: #e65845
}

.activity-list ul.activities li.activity-item div.activity-icon .ai-purple {
    color: #a63a96
}

.activity-list ul.activities li.activity-item div.activity-icon .ai-dark-blue {
    color: #3a99a6
}

.ai-blue {
    color: #2ba1e1 !important;
}

.ai-green {
    color: #79c455 !important;
}

.ai-orange {
    color: #f4833d !important;
}

.ai-yellow {
    color: #fed720 !important;
}

.ai-red {
    color: #e65845 !important;
}

.ai-purple {
    color: #a63a96 !important;
}

.ai-dark-blue {
    color: #3a99a6 !important;
}

.ai-gray {
    color: #8a959e !important;
}

.activity-list ul.activities li.activity-item div.activity-meta {
    position: absolute;
    color: #d7d7d7;
    font-weight: 300;
    font-size: 14px;
    left: 115px
}

.activity-list ul.activities li.activity-item a.activity-avatar {
    position: absolute;
    left: 160px;
    top: -5px
}

.activity-list ul.activities li.activity-item div.activity-itemwarp {
    margin-left: 190px
}

.activity-list ul.activities li.activity-item div.activity-itemwarp span.activity {
    font-weight: 300
}

.activity-list ul.activities li.activity-item div.activity-itemwarp span.activity .actor {
    color: #333;
    margin-left: 5px
}

.activity-list ul.activities li.activity-item div.activity-itemwarp span.activity .target {
    color: #8a959e
}

.activity-list ul.activities li.activity-item div.activity-itemwarp span.activity .label {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 2px
}

.activity-list ul.activities li.activity-item div.activity-itemwarp span.activity a {
    color: #8a959e
}

.activity-list ul.activities li.activity-item div.activity-itemwarp span.activity a:hover {
    color: #d14836
}

.activity-list ul.activities li.activity-item div.activity-itemwarp .tpl_none {
    color: #f00;
    margin-left: 10px
}

.notice-list-panel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.notice-list-panel .notice-list .notice-item {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px
}

.notice-list-panel .notice-list .notice-item:hover .notice-item-inner .read-action {
    color: rgba(216, 76, 49, 0.4)
}

.notice-list-panel .notice-list .notice-item .notice-item-inner {
    position: relative;
    padding: 0 130px 0 240px
}

.notice-list-panel .notice-list .notice-item .notice-item-inner:before, .notice-list-panel .notice-list .notice-item .notice-item-inner:after {
    content: " ";
    display: table
}

.notice-list-panel .notice-list .notice-item .notice-item-inner:after {
    clear: both
}

.notice-list-panel .notice-list .notice-item .notice-item-inner a.icon-envelope {
    font-size: 16px;
    color: #d84c31
}

.notice-list-panel .notice-list .notice-item .notice-item-inner a.icon-envelope:hover {
    color: rgba(216, 76, 49, 0.4)
}

.notice-list-panel .notice-list .notice-item .notice-item-inner a.icon-envelope-alt {
    font-size: 16px;
    color: #e7e7df
}

.notice-list-panel .notice-list .notice-item .notice-item-inner a.icon-envelope-alt:hover {
    color: rgba(216, 76, 49, 0.4)
}

.notice-list-panel .notice-list .wt-row .column-sender {
    position: absolute;
    left: 75px;
    top: 0;
    width: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 48px
}

.notice-list-panel .notice-list .wt-row .column-sender .avatar-name {
    margin-left: 5px;
    color: #8a959e
}

.notice-list-panel .notice-list .wt-row .column-sender .avatar-name:hover {
    color: #d84c31
}

.notice-list-panel .notice-list .wt-row .column-action {
    width: 100%
}

.notice-list-panel .notice-list .wt-row .column-action h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 150%
}

.notice-list-panel .notice-list .wt-row .column-action .entity {
    color: #aaa
}

.notice-list-panel .notice-list .wt-row .column-action .entity i {
    margin-right: 5px
}

.notice-list-panel .notice-list .wt-row .column-action img.emoji {
    width: 18px;
    height: 18px
}

.notice-list-panel .notice-list .wt-row .column-datetime {
    position: absolute;
    top: 0;
    right: 15px;
    width: 100px;
    line-height: 48px;
    color: #d7d7d7
}

.notice-list-panel .notice-list .wt-row .column-read {
    position: absolute;
    left: 30px;
    top: 0;
    width: 60px;
    line-height: 48px
}

.notice-list-panel .notice-list .load-more {
    margin-top: 15px;
    text-align: center
}

.notice-list-panel .notice-list .notice-empty {
    margin-top: 20px;
    padding-top: 100px
}

.notice-list-panel .notice-list .notice-empty i {
    font-size: 160px;
    color: #f2f2ea
}

.notice-list-panel .notice-list .notice-empty span {
    font-size: 24px;
    line-height: 36px;
    color: #e7e7df
}

.mail-list-panel .mail-list .mail-item {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px
}

.mail-list-panel .mail-list .mail-item:hover .mail-item-inner .read-action {
    color: rgba(253, 237, 174, 0.4)
}

.mail-list-panel .mail-list .mail-item .mail-item-inner {
    position: relative;
    padding: 0 130px 0 100px
}

.mail-list-panel .mail-list .mail-item .mail-item-inner:before, .mail-list-panel .mail-list .mail-item .mail-item-inner:after {
    content: " ";
    display: table
}

.mail-list-panel .mail-list .mail-item .mail-item-inner:after {
    clear: both
}

.mail-list-panel .mail-list .mail-item .mail-item-inner a.icon-envelope {
    font-size: 16px;
    color: #fdedae
}

.mail-list-panel .mail-list .mail-item .mail-item-inner a.icon-envelope:hover {
    color: rgba(253, 237, 174, 0.4)
}

.mail-list-panel .mail-list .mail-item .mail-item-inner a.icon-envelope-alt {
    font-size: 16px;
    color: #e7e7df
}

.mail-list-panel .mail-list .mail-item .mail-item-inner a.icon-envelope-alt:hover {
    color: rgba(253, 237, 174, 0.4)
}

.mail-list-panel .mail-list .wt-row .column-sender {
    position: absolute;
    left: 75px;
    top: 0;
    width: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 48px
}

.mail-list-panel .mail-list .wt-row .column-sender .avatar-name {
    margin-left: 5px
}

.mail-list-panel .mail-list .wt-row .column-action {
    width: 100%
}

.mail-list-panel .mail-list .wt-row .column-action h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 150%
}

.mail-list-panel .mail-list .wt-row .column-action .entity {
    color: #aaa
}

.mail-list-panel .mail-list .wt-row .column-action .entity i {
    margin-right: 5px
}

.mail-list-panel .mail-list .wt-row .column-action img.emoji {
    width: 18px;
    height: 18px
}

.mail-list-panel .mail-list .wt-row .column-datetime {
    position: absolute;
    top: 0;
    right: 15px;
    /*width:100px -> 120px at 10.28 by wu*/
    width: 120px;
    line-height: 48px;
    color: #d7d7d7
}

.mail-list-panel .mail-list .wt-row .column-read {
    position: absolute;
    left: 30px;
    top: 0;
    width: 60px;
    line-height: 48px
}

.mail-list-panel .mail-list .load-more {
    margin-top: 15px;
    text-align: center
}

.task-list-panel .task-list .task-item {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px
}

.task-list-panel .task-list .task-item:hover .task-item-inner .read-action {
    color: rgba(253, 237, 174, 0.4)
}

/*.task-list-panel .task-list .task-item .task-item-inner {
    position: relative;
    padding: 0 130px 0 100px
}*/
.task-list-panel .task-list .task-item .task-item-inner {
    position: relative;
    padding: 0 0px 0 60px
}

.task-list-panel .task-list .task-item .task-item-inner:before, .task-list-panel .task-list .task-item .task-item-inner:after {
    content: " ";
    display: table
}

.task-list-panel .task-list .task-item .task-item-inner:after {
    clear: both
}

.task-list-panel .task-list .task-item .task-item-inner a.icon-envelope {
    font-size: 16px;
    color: #fdedae
}

.task-list-panel .task-list .task-item .task-item-inner a.icon-envelope:hover {
    color: rgba(253, 237, 174, 0.4)
}

.task-list-panel .task-list .task-item .task-item-inner a.icon-envelope-alt {
    font-size: 16px;
    color: #e7e7df
}

.task-list-panel .task-list .task-item .task-item-inner a.icon-envelope-alt:hover {
    color: rgba(253, 237, 174, 0.4)
}

.task-list-panel .task-list .wt-row .column-sender {
    position: absolute;
    left: 75px;
    top: 0;
    width: 135px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 48px
}

.task-list-panel .task-list .wt-row .column-sender .avatar-name {
    margin-left: 5px
}

.task-list-panel .task-list .wt-row .column-action {
    min-width: 288px;
    width: 25%
}

.task-list-panel .task-list .wt-row .column-action h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 150%
}

.task-list-panel .task-list .wt-row .column-action .entity {
    color: #aaa
}

.task-list-panel .task-list .wt-row .column-action .entity i {
    margin-right: 5px
}

.task-list-panel .task-list .wt-row .column-action img.emoji {
    width: 18px;
    height: 18px
}

.task-list-panel .task-list .wt-row .column-datetime {
    position: absolute;
    top: 0;
    right: 15px;
    width: 200px;
    line-height: 45px;
    color: #d7d7d7
}

.task-list-panel .task-list .wt-row .column-tag {
    position: absolute;
    top: 0;
    right: 70px;
    /*width: 250px;*/
    width: 20%;
    min-width: 150px;
    line-height: 45px;
    color: #999
}

.task-list-panel .task-list .wt-row .column-company {
    position: absolute;
    top: 0;
    right: 170px;
    /*width: 250px;*/
    min-width: 220px;
    width: 30%;
    line-height: 45px;
    color: #999
}

.task-list-panel .task-list .wt-row .column-read {
    position: absolute;
    left: 30px;
    top: 0;
    width: 60px;
    line-height: 45px
}

.task-list-panel .task-list .load-more {
    margin-top: 15px;
    text-align: center
}

.archived_panel {
    background: #fbfbfb
}

.archived_panel .archived_entries_panel {
    padding: 20px
}

.archived_panel .archived_entries_panel .wt-row {
    cursor: pointer;
    padding: 15px 0
}

.archived_panel .archived_entries_panel .wt-row:first-child {
    border-top: 0
}

.archived_panel .archived_entries_panel .wt-row:hover .column-action {
    visibility: visible
}

.archived_panel .archived_entries_panel .wt-row .column-icon {
    width: 10%;
    text-align: center
}

.archived_panel .archived_entries_panel .wt-row .column-name {
    width: 60%
}

.archived_panel .archived_entries_panel .wt-row .column-date {
    width: 25%
}

.archived_panel .archived_entries_panel .wt-row .column-action {
    width: 5%;
    visibility: hidden;
    text-align: center
}

.archived_panel .archived_entries_panel .wt-row .column-prj {
    width: 10%
}

.task-filter {
    width: 360px
}

.task-filter dl {
    margin-top: 15px;
    margin-bottom: 0
}

.task-filter dt {
    border-left: solid 5px #e1e1e1;
    padding: 5px 8px;
    font-size: 15px;
    margin-bottom: 8px
}

.task-filter .task-filter-checkable {
    margin-left: 0;
    color: #333
}

.task-filter .task-filter-checkable li {
    padding: 5px;
    padding-top: 0
}

.task-filter .task-filter-checkable li a {
    display: block;
    cursor: pointer;
    color: #333;
    padding: 5px
}

.task-filter .task-filter-checkable li a:hover {
    background-color: #f2f2ea;
    border-radius: 3px
}

.task-filter .task-filter-checkable li a i {
    font-size: 18px
}

.task-filter .task-filter-checkable.member-list .member-item.selected {
    opacity: 1;
    filter: alpha(opacity=100)
}

.task-filter .task-filter-checkable.member-list .member-item.selected a {
    color: #d84c31;
    background: #f2f2ea;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea;
    border-radius: 3px
}

.task-filter .task-filter-checkable.member-list .member-item:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

.task-filter .task-filter-checkable.label-list .task-label {
    text-align: center
}

.task-filter .task-filter-checkable.datefilter-list li a {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px
}

.task-filter .task-filter-checkable.datefilter-list li a.selected {
    color: #d84c31;
    background: #f2f2ea;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea;
    border-radius: 3px
}

.other-warp {
    overflow: auto
}

.other-warp .other-paper {
    width: 846px;
    margin: 20px auto
}

.other-warp .other-paper .other-paper-header {
    background: url(/img/other-paper-bg.png) center top no-repeat;
    height: 150px;
    text-align: center
}

.other-warp .other-paper .other-paper-header h2 {
    line-height: 150px
}

.other-warp .other-paper .other-paper-content {
    padding: 0 73px;
    background: url(/img/other-paper-bg2.png) center top repeat-y
}

.other-warp .other-paper .other-paper-content h2 {
    font-size: 18px
}

.other-warp .other-paper .other-paper-content p {
    margin-bottom: 0;
    padding-bottom: 10px
}

.other-warp .other-paper .other-paper-bottom {
    background: url(/img/other-paper-bg.png) center bottom no-repeat;
    height: 120px
}

ul.outerbox-menu li.active a {
    color: #d14836
}

ul.outerbox-menu li a {
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px
}

.outer_box {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    margin-top: 30px;
    padding: 15px;
    background: #f9f9f7
}

.outer_box .info {
    margin: 20px;
    color: #aaa
}

.outer_footer {
    min-height: 180px;
    border-top: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    background: #f9f9f7
}

.outerbox {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    background: #fbfbfb;
    border-radius: 3px
}

.outerbox h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #333
}

.outerbox .outerbox_header {
    border-bottom: 1px solid #e1e1e1;
    background-color: #f9f9f7;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    padding: 5px 15px
}

.outerbox .outerbox_body {
    padding: 30px;
    border-bottom: solid 1px #e1e1e1
}

.outerbox .outerbox_body .success-panel {
    margin-top: 50px;
    margin-bottom: 70px
}

.outerbox .outerbox_body p {
    text-indent: 2em
}

.outerbox .outerbox_body.hidden-footer {
    border-bottom: 0
}

.outerbox .outerbox_sidebar {
    padding: 15px;
    border-bottom: solid 1px #e1e1e1
}

.outerbox .outerbox_sidebar .outerbox-menu li {
    padding: 5px
}

.outerbox .outerbox_footer {
    border-top: solid 1px #fff;
    padding: 5px 15px;
    text-align: right;
    background: #f9f9f7;
    line-height: 32px;
    color: #aaa
}

.outerbox .outerbox_footer a {
    color: #aaa
}

.outerbox .outerbox_footer a:hover {
    color: #d14836
}

.outerbox i {
    margin-right: 10px
}

.outerbox .alert {
    margin-right: 40px;
    margin-bottom: 0
}

.outerbox form {
    margin: 0
}

.outerbox .input-lg {
    width: 360px
}

.outerbox .form-group .label {
    width: 120px
}

.outerbox .form-group .col-xs-9 {
    margin-left: 140px
}

.signin-box .checkbox {
    margin-top: 10px
}

.apply-box, .signin-box, .signup-box, .feedback-box, .join-box {
    min-width: 600px
}

.apply-box .outerbox_body, .signin-box .outerbox_body, .signup-box .outerbox_body, .feedback-box .outerbox_body, .join-box .outerbox_body {
    padding-bottom: 10px
}

.mt_60 {
    margin-top: 60px
}

.mt_180 {
    margin-top: 180px
}

.guide_body {
    padding: 15px
}

.guide_body .guide_header {
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 10px
}

.guide_body .guide_header h3 {
    font-size: 20px;
    padding-bottom: 10px
}

.guide_body .guide_content {
    line-height: 180%
}

.guide_body .guide_content p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 2em
}

.guide_body .guide_content h4 {
    margin-top: 20px
}

.guide_body .guide_content hr {
    border-bottom: 0;
    border-top: solid 1px #e1e1e1
}

.guide_body .guide_content img {
    display: block;
    border: solid 8px #fcfcfc;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
    margin: 15px 0
}

.project-item-style.show-star a.star {
    visibility: visible
}

.project-item-style:hover a.star {
    visibility: visible
}

.project-item-style:hover a.action {
    visibility: visible
}

.project-item-style a.star {
    color: #d3d3d3;
    font-size: 18px;
    visibility: hidden;
    left: 5px;
    top: 5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 30px
}

.project-item-style a.star:hover {
    color: #333
}

.project-item-style a.star.star-started {
    color: #ffd860
}

.project-item-style a.action {
    visibility: hidden;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 30px
}

.project-item-style a.center {
    display: block;
    text-align: center;
    border: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    background: #f9f9f7;
    padding-top: 35px;
    height: 132px
}

.project-item-style a.center h4 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #333
}

.project-item-style a.center i {
    font-size: 32px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.project-item-style a.center:hover i, .project-item-style a.center:hover h4 {
    opacity: .6
}

.projects-panel .project-grid-panel {
    margin: 15px;
    padding: 15px
}

.projects-panel .projects-panel-header {
    font-size: 18px;
    color: #646b75;
    font-size: 18px
}

.projects-panel .projects-panel-header i {
    margin-right: 5px
}

.project-grid {
    padding-left: 15px;
    margin-bottom: 15px
}

.project-grid:before, .project-grid:after {
    content: " ";
    display: table
}

.project-grid:after {
    clear: both
}

.project-grid .project-item {
    width: 212px;
    float: left;
    position: relative;
    margin: 15px 0 15px 15px
}

.project-grid .project-item.show-star a.star {
    visibility: visible
}

.project-grid .project-item:hover a.star {
    visibility: visible
}

.project-grid .project-item:hover a.action {
    visibility: visible
}

.project-grid .project-item a.star {
    color: #d3d3d3;
    font-size: 18px;
    visibility: hidden;
    left: 5px;
    top: 5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 30px
}

.project-grid .project-item a.star:hover {
    color: #333
}

.project-grid .project-item a.star.star-started {
    color: #ffd860
}

.project-grid .project-item a.action {
    visibility: hidden;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 30px
}

.project-grid .project-item a.center {
    display: block;
    text-align: center;
    border: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    background: #f9f9f7;
    padding-top: 35px;
    height: 132px
}

.project-grid .project-item a.center h4 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #333
}

.project-grid .project-item a.center i {
    font-size: 32px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.project-grid .project-item a.center:hover i, .project-grid .project-item a.center:hover h4 {
    opacity: .6
}

.project-grid .project-picked-up {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.project-grid .project-placeholder {
    display: inline-block;
    zoom: 1;
    background: #f2f2ea;
    border: solid 1px #e1e1e1;
    float: left;
    margin: 15px
}

.project-grid .projects-empty {
    cursor: default !important
}

.project-grid .projects-empty a.center {
    cursor: default !important;
    color: #e7e7df
}

.project-grid .projects-empty a.center h4 {
    color: #999
}

.project-list .wt-row {
    cursor: pointer;
    padding: 10px 0
}

.project-list .wt-row:first-child {
    border-top: 0
}

.project-list .wt-row.show-star a.star {
    visibility: visible
}

.project-list .wt-row:hover {
    opacity: .6
}

.project-list .wt-row:hover .column-star a.star {
    visibility: visible
}

.project-list .column-star {
    width: 8%;
    font-size: 18px;
    color: #d3d3d3;
    line-height: 37px;
    text-align: center
}

.project-list .column-star a.star {
    color: #d3d3d3;
    font-size: 18px;
    visibility: hidden
}

.project-list .column-star a.star:hover {
    color: #333
}

.project-list .column-star a.star.star-started {
    color: #ffd860
}

.project-list .column-icon {
    width: 5%;
    font-size: 18px;
    line-height: 37px
}

.project-list .column-icon i {
    color: #42d692;
    width: 23px;
    display: inline-block;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.project-list .column-name {
    width: 50%
}

.project-list .column-name h4 {
    font-size: 16px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.project-list .column-name span {
    color: #aaa
}

.project-list .column-admin {
    width: 25%;
    text-align: right;
    padding-right: 20px;
    line-height: 37px
}

.project-list .column-member {
    width: 12%;
    text-align: right;
    padding-right: 15px;
    line-height: 37px
}

body .project-item.ui-sortable-helper {
    shadow: 3px #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

body .project-item.ui-sortable-helper.show-star a.star {
    visibility: visible
}

body .project-item.ui-sortable-helper:hover a.star {
    visibility: visible
}

body .project-item.ui-sortable-helper:hover a.action {
    visibility: visible
}

body .project-item.ui-sortable-helper a.star {
    color: #d3d3d3;
    font-size: 18px;
    visibility: hidden;
    left: 5px;
    top: 5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 30px
}

body .project-item.ui-sortable-helper a.star:hover {
    color: #333
}

body .project-item.ui-sortable-helper a.star.star-started {
    color: #ffd860
}

body .project-item.ui-sortable-helper a.action {
    visibility: hidden;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 30px
}

body .project-item.ui-sortable-helper a.center {
    display: block;
    text-align: center;
    border: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    background: #f9f9f7;
    padding-top: 35px;
    height: 132px
}

body .project-item.ui-sortable-helper a.center h4 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #333
}

body .project-item.ui-sortable-helper a.center i {
    font-size: 32px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

body .project-item.ui-sortable-helper a.center:hover i, body .project-item.ui-sortable-helper a.center:hover h4 {
    opacity: .6
}

.seach-panel .group-list {
    border-top: solid 1px #e1e1e1
}

.main-content .box-panel {
    /*background: #f9f9f7;*/
    background: #fbfbfb;
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.main-content .box-panel .box-panel-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px
}

.main-content .box-panel .box-panel-header:before, .main-content .box-panel .box-panel-header:after {
    content: " ";
    display: table
}

.main-content .box-panel .box-panel-header:after {
    clear: both
}

.main-content .box-panel .box-panel-header h4 {
    color: #646b75;
    font-size: 18px;
    margin-bottom: 15px
}

.main-content .box-panel .box-panel-header .panel-actions {
    float: right;
    top: -15px;
    position: relative;
    display: block;
    right: 12px
}

.main-content .box-panel .box-panel-header .panel-actions i {
    font-size: 16px
}

.main-content .box-panel .box-panel-body:before, .main-content .box-panel .box-panel-body:after {
    content: " ";
    display: table
}

.main-content .box-panel .box-panel-body:after {
    clear: both
}

.main-content .my-tasks-overview .hello-body:before, .main-content .my-tasks-overview .hello-body:after {
    content: " ";
    display: table
}

.main-content .my-tasks-overview .hello-body:after {
    clear: both
}

.main-content .my-tasks-overview .hello-body .avatar {
    margin-bottom: 15px;
    float: left
}

.main-content .my-tasks-overview .hello-body .hello-right {
    float: left;
    margin-left: 16px
}

.main-content .my-tasks-overview .hello-body .hello-right h4 {
    font-size: 16px;
    margin: 4px 0 8px;
    display: inline-block;
    color: #323a45
}

.main-content .my-tasks-overview .hello-body .hello-right span {
    color: #8a959e
}

.main-content .my-tasks-overview ul {
    list-style: none;
    margin: 0
}

.main-content .my-tasks-overview ul:before, .main-content .my-tasks-overview ul:after {
    content: " ";
    display: table
}

.main-content .my-tasks-overview ul:after {
    clear: both
}

.main-content .my-tasks-overview ul li {
    list-style: none;
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: solid 1px #e1e1e1
}

.main-content .my-tasks-overview ul li a:hover .text {
    color: #d84c31
}

.main-content .my-tasks-overview ul li.noborder {
    border-right: 0
}

.main-content .my-tasks-overview ul li span {
    display: block
}

.main-content .my-tasks-overview ul li .count {
    font-family: arial;
    font-size: 20px;
    font-weight: bolder
}

.main-content .my-tasks-overview ul li .text {
    font-size: 14px;
    color: #646b75;
    line-height: 28px
}

.main-content .my-tasks-overview ul li.tasks-completed .count {
    color: #88b244
}

.main-content .my-tasks-overview ul li.tasks-uncompleted .count {
    color: #f7af49
}

.main-content .my-tasks-overview ul li.tasks-expired .count {
    color: #f47a55
}

.main-content .today-event .box-panel-header h4 {
    margin-top: 0
}

.main-content .today-event .box-panel-body .empty-panel i {
    font-size: 48px
}

.main-content .today-event .box-panel-body .empty-panel span {
    font-size: 18px
}

.main-content .today-event .box-panel-body ul {
    margin: 0
}

.main-content .today-event .box-panel-body ul li {
    padding-top: 10px;
    padding-bottom: 10px
}

.main-content .today-event .box-panel-body ul li:before, .main-content .today-event .box-panel-body ul li:after {
    content: " ";
    display: table
}

.main-content .today-event .box-panel-body ul li:after {
    clear: both
}

.main-content .today-event .box-panel-body ul li a {
    color: #646b75;
    display: block;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 260px
}

.main-content .today-event .box-panel-body ul li a:hover {
    color: rgba(100, 107, 117, 0.4)
}

.main-content .today-event .box-panel-body ul li span {
    display: block;
    color: #d84c31;
    width: 53px;
    float: left
}

.main-content .center-right-panel:before, .main-content .center-right-panel:after {
    content: " ";
    display: table
}

.main-content .center-right-panel:after {
    clear: both
}

.main-content .center-right-panel .center-panel {
    margin-left: -360px;
    float: left;
    width: 100%
}

.main-content .center-right-panel .center-panel .center-panel-inner {
    margin-left: 360px
}

.main-content .center-right-panel .right-panel {
    width: 345px;
    float: right;
    margin-right: 15px;
    margin-top: 15px
}

.main-content .center-right-panel.team-panel .center-panel {
    margin-left: -400px
}

.main-content .center-right-panel.team-panel .center-panel .center-panel-inner {
    margin-left: 400px
}

.main-content .center-right-panel.team-panel .right-panel {
    width: 385px
}

.dashboard-panel .entry-tasks:before, .dashboard-panel .entry-tasks:after {
    content: " ";
    display: table
}

.dashboard-panel .entry-tasks:after {
    clear: both
}

.dashboard-panel .entry-tasks:last-child .task:last-child {
    border-bottom: 0
}

.dashboard-panel .entry-tasks:first-child .task:first-child {
    border-top: none
}

.share-panel {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    margin-bottom: 30px;
    position: relative
}

.share-panel #share-wohoo {
    width: 151px;
    height: 144px;
    background: url("/img/share/share-wohoo.png") no-repeat;
    position: absolute;
    right: 120px;
    top: 25px
}

.share-panel h3 {
    text-align: center
}

.share-panel h3 span {
    font-size: 30px;
    color: #d84c31
}

.share-panel .share-section h4 {
    font-size: 25px
}

.share-panel .share-section p {
    font-size: 20px;
    color: #999
}

.share-panel .weixin-share {
    height: 300px;
    padding: 100px 60px 0 60px;
    border-bottom: solid 1px #dadee2;
    background: url("/img/share/share-weixin.png") 450px bottom no-repeat
}

.share-panel .social-share {
    height: 300px;
    padding: 100px 60px 0 480px;
    border-bottom: solid 1px #dadee2;
    background: url("/img/share/share-weibo.png") left bottom no-repeat
}

.share-panel .social-share h4 {
    text-align: center;
    margin-right: 30px;
    margin-bottom: 40px
}

.share-panel .social-share i {
    font-size: 25px
}

.share-panel .link-share {
    height: 200px;
    margin-top: 50px;
    padding: 30px 60px 0 60px;
    border-top: solid 1px #dadee2;
    border-bottom: solid 1px #dadee2;
}

.share-panel .link-share a {
    font-size: 16px;
}

.share-panel .mail-share {
    height: 400px;
    margin-top: 50px;
    padding: 30px 60px 0 60px;
    border: solid 1px #dadee2;
    border-top: 0;
    background: url("/img/share/share-mail.png") center top no-repeat
}

.share-panel .mail-share dl {
    padding: 20px 0
}

.share-panel .mail-share dl dt {
    color: #999
}

.share-panel .mail-share dl dd {
    margin: 0
}

.help-panel .content-wrapper .manual-list:before, .help-panel .content-wrapper .manual-list:after {
    content: " ";
    display: table
}

.help-panel .content-wrapper .manual-list:after {
    clear: both
}

.help-panel .content-wrapper .manual-list .manual-item {
    width: 50%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px
}

.help-panel .content-wrapper .manual-list .manual-item a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px
}

.help-panel .content-wrapper .manual-list .manual-item a:hover {
    background: #f2f2ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.help-panel .content-wrapper .manual-list .manual-item a h4 {
    color: #d84c31;
    display: inline
}

.help-panel .content-wrapper .manual-list .manual-item a span {
    color: #aaa;
    display: block;
    margin-top: 10px;
    line-height: 180%
}

.help-panel .content-wrapper .manual-list .manual-item a i {
    font-size: 22px;
    color: #d84c31;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea;
    margin-right: 10px
}

div.hr {
    margin: 1.428571429 auto;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #fff
}

div.hr_black {
    margin: 1.428571429 auto;
    border-top: solid 1px #111415;
    border-bottom: solid 1px #646668
}

.border-notop {
    border-top: solid 1px transparent
}

html {
    -webkit-text-size-adjust: none
}

html#inner {
    overflow: hidden
}

html#inner body {
    overflow: hidden
}

html body {
    padding: 0;
    background: #fbfbfb;
    overflow-x: hidden
}

html body header.navbar-fixed-top {
    margin-bottom: 0
}

html body .container-fluid {
    padding: 0
}

ul, ol {
    padding: 0;
    margin: 0 0 10px 25px
}

li {
    list-style-type: none
}

textarea {
    resize: vertical
}

form {
    margin: 0
}

dd {
    margin-left: 10px
}

label {
    font-weight: normal
}

.popbox-body .control-label {
    line-height: 26px
}

.input-lg {
    font-size: 1em;
    padding: 4px 6px
}

.help-inline {
    display: inline
}

.help-inlineblock {
    display: inline-block
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 38px
}

.form-control[readonly], input[readonly], select[readonly], textarea[readonly] {
    cursor: default;
    background: #fbfbfb
}

.btn {
    border: 1px solid #e1e1e1;
    background: #f9f9f7;
    background-image: none;
    text-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    padding: 8px 25px
}

.btn.btn-hover.openpop, .btn.btn-hover:hover {
    color: #666;
    background: #f2f2ea;
    border: solid 1px #e1e1e1 !important
}

.btn.btn-hover:focus, .btn.btn-hover:active {
    background: #f2f2ea
}

.btn.btn-danger {
    border: solid 1px #d14836
}

.btn.btn-primary {
    border: solid 1px #3079ed;
    background-color: #4d90fe
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background: #357ae8
}

.btn.btn-sm {
    padding: 2px 10px
}

.btn.btn-link {
    color: #333
}

.btn.btn-link:link {
    text-decoration: none
}

.btn.btn-link:hover, .btn.btn-link:active {
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.label-inverse {
    background: #333;
    color: #888
}

ul.list-col-2:before, ul.list-col-2:after {
    content: " ";
    display: table
}

ul.list-col-2:after {
    clear: both
}

ul.list-col-2 li {
    width: 50%;
    float: left
}

ul.list-col-3:before, ul.list-col-3:after {
    content: " ";
    display: table
}

ul.list-col-3:after {
    clear: both
}

ul.list-col-3 li {
    width: 33%;
    float: left
}

.dropdown-menu {
    padding: 0;
    background: #fbfbfb;
    border-radius: 3px;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff
}

.dropdown-menu li.divider {
    margin: 0
}

.dropdown-menu > li {
    line-height: 200%;
    margin: 5px
}

.dropdown-menu > li i {
    margin-right: 5px
}

.dropdown-menu > li > a {
    padding: 8px 20px
}

.dropdown-menu > li > a:hover, .dropdown-menu > li a:focus {
    color: #333;
    background-image: none;
    background: #f2f2ea;
    border-radius: 3px
}

.btn-group.open .btn.dropdown-toggle {
    background-image: none;
    text-shadow: 0 0 0 transparent;
}

.btn-group .btn.dropdown-toggle {
    margin-left: -1px;
    padding-right: 8px;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.btn-group > .tooltip + .btn {
    margin-left: -1px
}

.nav-tabs {
    margin-left: 0
}

.nav-tabs li.active a {
    background: #f9f9f7
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: #f9f9f7
}

.nav-tabs li a {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 0;
    cursor: pointer;
    color: #d7d7d7;
}

.ui-sortable-helper {
    box-sizing: content-box
}

.fs_17 {
    font-size: 17px
}

.fs_15 {
    font-size: 15px
}

.ml_sub2 {
    margin-left: -2px
}

.ml_0 {
    margin-left: 0
}

.ml_5 {
    margin-left: 5px
}

.ml_20 {
    margin-left: 20px
}

.ml_10 {
    margin-left: 10px
}

.ml_15 {
    margin-left: 15px
}

.mr_5 {
    margin-right: 5px
}

.mr_10 {
    margin-right: 10px
}

.mr_15 {
    margin-right: 15px
}

.mr_45 {
    margin-right: 45px
}

.mr_115 {
    margin-right: 115px
}

.mr_210 {
    margin-right: 210px
}

.mb_10 {
    margin-bottom: 10px
}

.pr_10 {
    padding-right: 10px
}

.pl_0 {
    padding-left: 0
}

.plr_5 {
    padding-left: 5px;
    padding-right: 5px
}

.pl_5 {
    padding-left: 5px
}

.pl_10 {
    padding-left: 10px
}

.pl_12 {
    padding-left: 12px
}

.pl_15 {
    padding-left: 15px
}

.pl_20 {
    padding-left: 20px
}

.p_0 {
    padding: 0
}

.pr_0 {
    padding-right: 0 !important
}

.pr_5 {
    padding-right: 5px
}

.p_5 {
    padding: 5px
}

.p_10 {
    padding: 10px
}

.p_12 {
    padding: 12px
}

.p_15 {
    padding: 15px
}

.p_20 {
    padding: 20px
}

.pl_20 {
    padding-left: 15px
}

.pt_0 {
    padding-top: 0 !important
}

.pt_5 {
    padding-top: 5px;
}

.pt_7 {
    padding-top: 7px;
}

.pt_10 {
    padding-top: 10px
}

.pt_15 {
    padding-top: 15px
}

.pt_45 {
    padding-top: 45px
}

.pb_0 {
    padding-bottom: 0
}

.pb_10 {
    padding-bottom: 10px
}

.ml_sub100 {
    margin-left: -100px
}

.m_0 {
    margin: 0
}

.m_5 {
    margin: 5px
}

.m_10 {
    margin: 10px
}

.m_12 {
    margin: 12px
}

.m_15 {
    margin: 15px
}

.m_20 {
    margin: 20px
}

.mt_0 {
    margin-top: 0
}

.mt_5 {
    margin-top: 5px
}

.mt_12 {
    margin-top: 12px
}

.mt_20 {
    margin-top: 20px
}

.mb_0 {
    margin-bottom: 0
}

.mb_100 {
    margin-bottom: 100px
}

.w_25 {
    width: 25px
}

.w_120 {
    width: 120px
}

.w_165 {
    width: 165px
}

.w_260 {
    width: 260px
}

.w_300 {
    width: 300px
}

.w_355 {
    width: 355px
}

.w_360 {
    width: 360px
}

.w_600 {
    width: 600px
}

.w_660 {
    width: 660px
}

.w_678 {
    width: 678px
}

.w_m100 {
    min-width: 100px
}

.w_30p {
    width: 30%
}

.w_50p {
    width: 50%
}

.w_70p {
    width: 70%
}

.w_75p {
    width: 75%
}

.w_83p {
    width: 83%
}

.h_36 {
    height: 36px
}

.h_38 {
    height: 38px
}

.lh-40 {
    line-height: 40px
}

.mh-300 {
    max-height: 300px
}

.min-h-200 {
    min-height: 200px;
}

.min-h-400 {
    min-height: 400px
}

.dcenter {
    margin-left: auto;
    margin-right: auto
}

.min-w200 {
    min-width: 200px
}

.not-allowed {
    cursor: not-allowed !important
}

.color_gray {
    color: #ccc
}

.color_main {
    color: #d84c31
}

.tab-content {
    min-height: 100px
}

.ui-match {
    background: #ffd860
}

.wt-form input:focus:invalid:focus, .wt-form textarea:focus:invalid:focus, .wt-form select:focus:invalid:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    color: #000
}

.wt-form input.error:focus:invalid:focus, .wt-form textarea.error:focus:invalid:focus, .wt-form select.error:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.wt-form .dropdown-menu {
    max-height: 400px;
    overflow-y: auto
}

.wt-form textarea.error, .wt-form select.error {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.wt-form textarea.ng-invalid.error, .wt-form select.ng-invalid.error {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.wt-form input.error {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.wt-form input.ng-invalid.error {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.breadcrumb {
    margin: 10px 0 0;
    background-color: #f9f9f7;
    border: solid 1px #f2f2ea
}

.breadcrumb.blank {
    margin-left: 25px;
    margin-right: 25px
}

.breadcrumb a {
    color: #333;
    font-weight: normal
}

.breadcrumb a:hover {
    color: #d14836
}

button[type="submit"], input[type="submit"] {
    cursor: pointer
}

::-moz-selection {
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(216, 76, 49, 0.8)
}

::selection {
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(216, 76, 49, 0.8)
}

.rightpanel-wrapper {
    position: relative
}

.height-scrollauto {
    overflow: auto
}

embed {
    display: block
}

.btn {
    background-color: #f9f9f7;
    border-color: #e1e1e1
}

.btn:hover {
    background-color: #f2f2ea
}

.btn:active, .btn.active {
    background-color: #f2f2ea;
    border-color: #e1e1e1
}

.btn-default {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #f9f9f7;
    background-repeat: repeat-x;
    border-color: #dadace;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc
}

.btn-default:hover, .btn-default:focus {
    background-color: #dfdfd4;
    background-position: 0 -15px
}

.btn-default:active, .btn-default.active {
    background-color: #dfdfd4;
    border-color: #dadace
}

.btn-primary {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #428bca;
    background-repeat: repeat-x;
    border-color: #2b669a
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px
}

.btn-primary:active, .btn-primary.active {
    background-color: #2d6ca2;
    border-color: #2b669a
}

.btn-success {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #5cb85c;
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

.btn-success:hover, .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px
}

.btn-success:active, .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e
}

.btn-info {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #5bc0de;
    background-repeat: repeat-x;
    border-color: #28a4c9
}

.btn-info:hover, .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px
}

.btn-info:active, .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9
}

.btn-warning {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #f0ad4e;
    background-repeat: repeat-x;
    border-color: #e38d13
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px
}

.btn-warning:active, .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13
}

.btn-danger {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #d84c31;
    background-repeat: repeat-x;
    border-color: #a3341f
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #ab3720;
    background-position: 0 -15px
}

.btn-danger:active, .btn-danger.active {
    background-color: #ab3720;
    border-color: #a3341f
}

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e8e8e8
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #357ebd
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075)
}

.navbar-default .navbar-nav > .active > a {
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075)
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25)
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

/*todo 导航颜色调整 11.15*/
/*.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #222 0, #282828 100%);
    background-image: linear-gradient(to bottom, #222 0, #282828 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25)
}*/

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.alert-success {
    border-color: #b2dba1
}

.alert-info {
    border-color: #9acfea
}

.alert-warning {
    border-color: #f5e79e
}

.alert-danger {
    border-color: #dca7a7
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
    background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0)
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d84c31 0, #b43a22 100%);
    background-image: linear-gradient(to bottom, #d84c31 0, #b43a22 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd84c31', endColorstr='#ffb43a22', GradientType=0)
}

.list-group {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
    background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
    border-color: #3278b3
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
    background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0)
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header {
    color: #d84c31
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header ul {
    height: 58px
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header ul:before, .sidebar_collapse .prj_sidebar .prj_sidebar_header ul:after {
    content: " ";
    display: table
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header ul:after {
    clear: both
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header ul li {
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header ul li.active a {
    border-bottom: solid 3px #d84c31;
    color: #323a45
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header ul li a {
    display: block;
    padding: 22px 4px 13px 4px;
    margin: 0 5px;
    color: #8a959e
}

.sidebar_collapse .prj_sidebar .prj_sidebar_header ul li a:hover {
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45
}

.sidebar_collapse .prj_sidebar .prj_sidebar_main ul.prj_sidebar_module {
    height: auto
}

.sidebar_collapse .prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li {
    float: none;
    width: 100%;
    margin: 20px 0
}

.sidebar_collapse .prj_sidebar .prj_sidebar_main .prj_member_list ul.avatars li {
    float: none;
    text-align: center
}

.sidebar_collapse .prj_sidebar .prj_sidebar_main .prj_member_list ul.avatars li .avatar-name {
    width: 65px
}

.prj_sidebar {
    position: relative;
    background: #f9f9f7
}

.prj_sidebar ul {
    margin: 0
}

.prj_sidebar .prj_sidebar_step_header {
    padding: 5px
}

.prj_sidebar .prj_sidebar_step_header a {
    display: block;
    height: 40px;
    color: #8a959e;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea;
    margin: 4px 0
}

.prj_sidebar .prj_sidebar_step_header a:before, .prj_sidebar .prj_sidebar_step_header a:after {
    content: " ";
    display: table
}

.prj_sidebar .prj_sidebar_step_header a:after {
    clear: both
}

.prj_sidebar .prj_sidebar_step_header a:hover {
    color: #d84c31;
    background: #f2f2ea;
    border-radius: 5px
}

.prj_sidebar .prj_sidebar_step_header a button {
    margin: 12px 5px 14px 5px;
    border: 0;
    background: transparent;
    outline: 0;
    border-radius: 3px
}

.prj_sidebar .prj_sidebar_step_header a button.icon-caret-down, .prj_sidebar .prj_sidebar_step_header a button.icon-caret-up {
    float: right
}

.prj_sidebar .prj_sidebar_step_header a button.back {
    float: left
}

.prj_sidebar .prj_sidebar_step_header a h3 {
    margin-top: 12px;
    font-size: 15px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body {
    font-size: 14px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu {
    margin: 0
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li {
    line-height: 200%;
    margin: 5px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li.disabled a {
    cursor: default;
    color: #ccc
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li.disabled a:hover {
    background-color: transparent
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li.divider {
    border: 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #fff;
    margin: 0
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a {
    display: block;
    cursor: pointer;
    color: #333;
    padding: 5px 15px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a.active {
    text-decoration: none;
    background-color: #f2f2ea;
    border-radius: 3px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a:hover {
    text-decoration: none;
    background-color: #f2f2ea;
    border-radius: 3px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a:hover .action {
    visibility: visible
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a:focus {
    text-decoration: none
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a.text-muted {
    color: #ccc;
    cursor: not-allowed
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a i {
    margin-right: 5px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a .small-tip {
    position: absolute;
    right: 20px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li > a .action {
    visibility: hidden;
    position: absolute;
    right: 5px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj_sidebar_step_menu li .icon {
    float: left;
    display: block;
    width: 20px;
    height: 20px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body h5 {
    font-size: 14px;
    padding-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #8a959e;
    opacity: .7
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body .add_member .avatars li {
    float: none
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body .prj_sidebar_dl dt {
    font-weight: normal;
    color: #8a959e;
    padding: 8px 10px;
    font-size: 14px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body .prj_sidebar_dl dd {
    margin: 0 5px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable {
    margin: 0
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable li {
    float: none;
    position: relative
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable li .member {
    padding: 0
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable li a {
    display: block;
    cursor: pointer;
    color: #333;
    padding: 5px 10px;
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable li a:hover {
    background-color: #f2f2ea;
    border-radius: 3px
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable li a .label-name, .prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable li a .avatar-name {
    width: 155px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.task-filter-checkable li i.icon-ok {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 4% 0
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj-colors li {
    padding: 7px 0
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj-colors li span.prj_color {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    vertical-align: top
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj-icons li {
    padding: 7px 0
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj-icons li.active {
    background: #f2f2ea
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj-icons li span {
    cursor: pointer
}

.prj_sidebar ul.prj_sidebar_step li.prj_sidebar_step_li .prj_sidebar_step_body ul.prj-icons li span i {
    font-size: 24px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.prj_sidebar .prj_sidebar_main {
    position: relative
}

.prj_sidebar .prj_sidebar_main h4 {
    font-size: 14px;
    padding-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #8a959e;
    opacity: .7
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module {
    padding: 0;
    margin: 0 10px 10px 0
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module:before, .prj_sidebar .prj_sidebar_main ul.prj_sidebar_module:after {
    content: " ";
    display: table
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module:after {
    clear: both
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li {
    float: left;
    width: 33%
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li.active a {
    color: #d84c31;
    background: #f2f2ea
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li a {
    display: block;
    margin: 10px 0 0 10px;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    color: #8a959e
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li a.public_sidebar_font {
    color: #5c6371
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li.active a.public_sidebar_font {
    color: #fff;
    background: #4897DF
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.prj_sidebar .prj_sidebar_main ul.prj_sidebar_module li a i {
    font-size: 24px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.prj_sidebar .prj_sidebar_main .prj_member_list.fold .avatar-name, .prj_sidebar .prj_sidebar_main .prj_member_list.fold .hide_fold {
    display: none
}

.prj_sidebar .prj_sidebar_main .prj_member_list ul.avatars li {
    white-space: nowrap
}

.sidebar_collapse .common_sidebar .common_sidebar_header {
    color: #d84c31
}

.sidebar_collapse .common_sidebar .common_sidebar_header ul {
    height: 58px
}

.sidebar_collapse .common_sidebar .common_sidebar_header ul:before, .sidebar_collapse .common_sidebar .common_sidebar_header ul:after {
    content: " ";
    display: table
}

.sidebar_collapse .common_sidebar .common_sidebar_header ul:after {
    clear: both
}

.sidebar_collapse .common_sidebar .common_sidebar_header ul li {
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left
}

.sidebar_collapse .common_sidebar .common_sidebar_header ul li.active a {
    border-bottom: solid 3px #d84c31;
    color: #323a45
}

.sidebar_collapse .common_sidebar .common_sidebar_header ul li a {
    display: block;
    padding: 22px 4px 13px 4px;
    margin: 0 5px;
    color: #8a959e
}

.sidebar_collapse .common_sidebar .common_sidebar_header ul li a:hover {
    border-bottom: solid 3px rgba(216, 76, 49, 0.4);
    color: #323a45
}

.sidebar_collapse .common_sidebar .common_sidebar_main ul.common_sidebar_module {
    height: auto
}

.sidebar_collapse .common_sidebar .common_sidebar_main ul.common_sidebar_module li {
    float: none;
    width: 100%;
    margin: 20px 0
}

.sidebar_collapse .common_sidebar .common_sidebar_main .prj_member_list ul.avatars li {
    float: none;
    text-align: center
}

.sidebar_collapse .common_sidebar .common_sidebar_main .prj_member_list ul.avatars li .avatar-name {
    width: 65px
}

.common_sidebar {
    position: relative;
    background: #f9f9f7
}

.common_sidebar ul {
    margin: 0
}

.common_sidebar .common_sidebar_step_header {
    padding: 5px
}

.common_sidebar .common_sidebar_step_header a {
    display: block;
    height: 40px;
    color: #8a959e;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea;
    margin: 4px 0
}

.common_sidebar .common_sidebar_step_header a:before, .common_sidebar .common_sidebar_step_header a:after {
    content: " ";
    display: table
}

.common_sidebar .common_sidebar_step_header a:after {
    clear: both
}

.common_sidebar .common_sidebar_step_header a:hover {
    color: #d84c31;
    background: #f2f2ea;
    border-radius: 5px
}

.common_sidebar .common_sidebar_step_header a button {
    margin: 12px 5px 14px 5px;
    border: 0;
    background: transparent;
    outline: 0;
    border-radius: 3px
}

.common_sidebar .common_sidebar_step_header a button.icon-caret-down, .common_sidebar .common_sidebar_step_header a button.icon-caret-up {
    float: right
}

.common_sidebar .common_sidebar_step_header a button.back {
    float: left
}

.common_sidebar .common_sidebar_step_header a h3 {
    margin-top: 12px;
    font-size: 15px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body {
    font-size: 14px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu {
    margin: 0
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li {
    line-height: 200%;
    margin: 5px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li.disabled a {
    cursor: default;
    color: #ccc
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li.disabled a:hover {
    background-color: transparent
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li.divider {
    border: 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #fff;
    margin: 0
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a {
    display: block;
    cursor: pointer;
    color: #333;
    padding: 5px 15px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a.active {
    text-decoration: none;
    background-color: #f2f2ea;
    border-radius: 3px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a:hover {
    text-decoration: none;
    background-color: #f2f2ea;
    border-radius: 3px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a:hover .action {
    visibility: visible
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a:focus {
    text-decoration: none
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a.text-muted {
    color: #ccc;
    cursor: not-allowed
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a i {
    margin-right: 5px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a .small-tip {
    position: absolute;
    right: 20px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li > a .action {
    visibility: hidden;
    position: absolute;
    right: 5px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.common_sidebar_step_menu li .icon {
    float: left;
    display: block;
    width: 20px;
    height: 20px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body h5 {
    font-size: 14px;
    padding-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #8a959e;
    opacity: .7
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body .add_member .avatars li {
    float: none
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body .common_sidebar_dl dt {
    font-weight: normal;
    color: #8a959e;
    padding: 8px 10px;
    font-size: 14px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body .common_sidebar_dl dd {
    margin: 0 5px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable {
    margin: 0
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable li {
    float: none;
    position: relative
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable li .member {
    padding: 0
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable li a {
    display: block;
    cursor: pointer;
    color: #333;
    padding: 5px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable li a:hover {
    background-color: #f2f2ea;
    border-radius: 3px
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable li a .label-name, .common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable li a .avatar-name {
    width: 155px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.task-filter-checkable li i.icon-ok {
    padding-right: 3px;
    font-size: 14px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 4% 0
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.prj-colors li {
    padding: 7px 0
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.prj-colors li span.prj_color {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    vertical-align: top
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.prj-icons li {
    padding: 7px 0
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.prj-icons li.active {
    background: #f2f2ea
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.prj-icons li span {
    cursor: pointer
}

.common_sidebar ul.common_sidebar_step li.common_sidebar_step_li .common_sidebar_step_body ul.prj-icons li span i {
    font-size: 24px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.common_sidebar .common_sidebar_main {
    position: relative
}

.common_sidebar .common_sidebar_main h4 {
    font-size: 14px;
    padding-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #8a959e;
    opacity: .7
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module {
    padding: 0;
    margin: 0 10px 10px 0
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module:before, .common_sidebar .common_sidebar_main ul.common_sidebar_module:after {
    content: " ";
    display: table
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module:after {
    clear: both
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module li {
    float: left;
    width: 33%
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module li.active a {
    color: #d84c31;
    background: #f2f2ea
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module li a {
    display: block;
    margin: 10px 0 0 10px;
    padding: 6px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    color: #8a959e
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module li a:hover {
    color: #d84c31;
    background: #f2f2ea
}

.common_sidebar .common_sidebar_main ul.common_sidebar_module li a i {
    font-size: 24px;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #f2f2ea
}

.common_sidebar .common_sidebar_main .prj_member_list.fold .avatar-name, .common_sidebar .common_sidebar_main .prj_member_list.fold .hide_fold {
    display: none
}

.common_sidebar .common_sidebar_main .prj_member_list ul.avatars li {
    white-space: nowrap
}

.customer-company {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #5c6371;
}

.customer-download {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #5c6371;
}

.customer-icon {
    display: inline-block;
    padding: 5px 8px 5px 8px;
    margin: 5px 12px 0px 0px;
}

.download-color {
    color: #89c515;
}

.mail-color {
    color: #89c515;
}

.website-color {
    color: #89c515;
}

.linkedin-color {
    color: #89c515;
}

.customer-icon {
    margin: 0;
    padding: 0px
}

dl.m_0 {
    margin: 0px;
}

dl.frame dd.p_0 {
    padding: 0px;
}

.fs_20 {
    font-size: 20px;
}

.mt_15 {
    margin-top: 15px;
}

.font_light_gray_color {
    color: #aaa;
}

.more_light_gray {
    color: #d7d7d7;
}

.pos_relative {
    position: relative;
}

.pos_absolute {
    position: absolute;
}

i.color-block {
    position: absolute;
    left: 0px;
    width: 7px;
    height: 18px;
    background-color: #d84c31;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_22 {
    font-size: 22px;
}

.fs_24 {
    font-size: 24px;
}

.ptb_10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.bg_gray_color {
    background-color: #ccc;
}

.pl_45 {
    padding-left: 45px;
}

.ml_30 {
    margin-left: 30px;
}

.ptb_5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.plr_10 {
    padding-right: 10px;
    padding-left: 10px;
}

.visible {
    visibility: visible;
}

.visible_hidden {
    visibility: hidden;
}

.template-badges {
    padding-top: 0px;
    white-space: normal
}

.template-badges .template-badge {
    color: #aaa;
    background: #f9f9f7;
    line-height: 24px;
    padding: 0 4px;
    border-radius: 3px;
    border: solid 1px #e1e1e1;
    -webkit-text-size-adjust: none;
    font-size: 12px;
    display: inline-block;
    margin: 0px 1px 0 0
}

.template-badges .template-badge:before {
    font-size: 14px;
    padding-right: 2px
}

.post-badges {
    padding-top: 0px;
    white-space: normal
}

.post-badges .post-badge {
    color: #aaa;
    background: #f9f9f7;
    line-height: 24px;
    padding: 0 4px;
    border-radius: 3px;
    border: solid 1px #e1e1e1;
    -webkit-text-size-adjust: none;
    font-size: 12px;
    display: inline-block;
    margin: 0px 1px 0 0
}

.post-badges .post-badge:before {
    font-size: 14px;
    padding-right: 2px
}

.ptb_11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

#inbox {
    position: absolute;
    top: 58px;
    right: 0;
    left: 60px;
    overflow: hidden;
    z-index: 90;
    background: #f9f9f7;
    height: 0;
}

#searchbox {
    position: absolute;
    top: 58px;
    right: 0;
    left: 60px;
    overflow: hidden;
    z-index: 90;
    background: #f9f9f7;
    height: 0;
}

#templateGeneratorbox {
    position: absolute;
    top: 58px;
    right: 0;
    overflow: hidden;
    z-index: 90;
    background: #f9f9f7;
    height: 0;
}

#scorebox {
    position: absolute;
    top: 58px;
    right: 0;
    left: 60px;
    overflow: hidden;
    z-index: 90;
    background: #f9f9f7;
    height: 0;
}

#mailbox {
    position: absolute;
    top: 58px;
    right: 0;
    left: 60px;
    overflow: hidden;
    z-index: 90;
    background: #f9f9f7;
    height: 0;
}

.mod_navbar .outer-title {
    color: #646b75;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.template-badges i, .task-badges i, .post-badges i, .post-badge i {
    line-height: 27px;
}

.grid_ml_fix {
    margin-left: -15px;
}

.grid_mr_fix {
    margin-right: -15px;
}

.grid_padding_odd {
    padding-left: 25px;
    padding-right: 12.5px;
}

.grid_padding_even {
    padding-right: 25px;
    padding-left: 12.5px;
}

.visible-hover {
    visibility: hidden;
}

.wt-row:hover .visible-hover {
    visibility: visible;
}

.plr_20 {
    padding-left: 20px;
    padding-right: 20px;
}

.more_gray {
    color: #999;
}

#header_menu .dropdown-menu1 {
    position: absolute;
    top: 55px;
    z-index: 1000;
    min-width: 160px;
    padding: 0px 0 5px 0;
    margin: 2px -38 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    right: 12px;
    left: auto;
}

.dropdown-menu1 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

header#header nav.navbar#header_outer #header_menu ul.dropdown-menu1 > li > a {
    color: #666;
}

header#header nav.navbar#header_outer #header_menu .dropdown-menu1 > li a:focus, header#header nav.navbar#header_outer #header_menu .dropdown-menu1 > li > a:hover {
    color: #333;
    background: #f2f2ea;
    border-radius: 3px;
}

.add_edit_panel .divider {
    border-bottom: 1px solid #e3e3e3;
}

.w_100 {
    width: 100px;
}

.block-inline {
    display: inline-block;
}

.w_100p {
    width: 100%;
}

.h_200 {
    height: 200px;
}

.h_225 {
    height: 225px;
}

/*TODO csdn code tag 样式*/

.home-page .tags {
    height: 330px;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 640px;
    float: left;
}

.home-page .tags .hometag {
    position: relative;
    margin: 1px
}

.home-page .tags .hometag a {
    display: inline-block;
    position: absolute;
    background: #fff;
    text-align: center;
    overflow: hidden;
    color: #666;
    font-family: 'microsoft yahei';
    box-shadow: 0 0 3px #eee, inset 0 0 3px #fff;
}

.home-page .tags .hometag a.block1 {
    font-size: 24px;
    color: #698c94;
    line-height: 63px;
    height: 63px;
    width: 211;
    background-color: rgb(205, 228, 231);
}

.home-page .tags .hometag a.block2 {
    font-size: 20px;
    line-height: 63px;
    height: 63px;
    width: 105px;
    background-color: rgb(225, 237, 240);
}

.home-page .tags .hometag a.block2_5 {
    font-size: 18px
}

.home-page .tags .hometag a.block2_6 {
    font-size: 16px
}

.home-page .tags .hometag a.block2_7 {
    font-size: 14px
}

.home-page .tags .hometag a.block3 {
    font-size: 12px;
    line-height: 40px;
    height: 31px;
    width: 105px;
    background-color: rgb(241, 246, 248);
}

.home-page .tags .hometag a:hover {
    text-decoration: none;
    opacity: 0.8
}

.fix-border-right-radius {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.fix-border-left-radius {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.border-right-radius {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.border-left-radius {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}
