.left-seperator {
    display: block;
    width: 150px;
    height: 1px;
    background: #1d100c;
    margin: 0 auto;
    margin-top: 15px;
    margin-right: 35px;
}
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    border-radius: 0;}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
        border-radius: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(../img/select-sprite.png) right top no-repeat;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%)
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/select-sprite.png) no-repeat 0 1px
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url(../img/select-sprite.png) no-repeat 100% -22px;
    background: url(../img/select-sprite.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(../img/select-sprite.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/select-sprite.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/select-sprite.png) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%)
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: #fff url(../img/loading.gif) no-repeat 100%;
    background: url(../img/loading.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(../img/loading.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/loading.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../img/loading.gif) no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%)
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: transparent
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(../img/loading.gif) no-repeat 100%
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%)
}

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(../img/loading.gif) no-repeat 100% !important
}

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%)
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url(../img/select-sprite.png) right top no-repeat
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url(../img/select-sprite2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }
    .select2-search input {
        background-position: 100% -21px !important
    }
}

body {
    background-color: #f4f7fb
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #38464e
}

#wrapper {
    padding-left: 200px
}

#loading-box {
    line-height: 50px;
    color: #ABCAEB
}

.loading-box--on {
    width: 30px;
    height: 30px;
    margin: 10px 0;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out
}

.loading-box--on.dark {
    background-color: #d0d7e1
}

.loading-box--on.centered {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.loading-box--on.big {
    width: 70px;
    height: 70px
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

#menu-toggle.mobile-nav-toggle {
    float: left;
    color: white;
    border-right: 1px solid #fff;
    line-height: 50px;
    padding: 0 10px 0 10px;
    font-size: 22px
}

#menu-toggle.mobile-nav-toggle:hover {
    text-decoration: none
}

.page-container {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px
}

.page-container.top-padding {
    padding-top: 15px
}

.page-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.page-content.white-bg {
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1)
}

.page-content.inset {
    padding: 15px
}

#page-title {
    font-weight: 500
}

#page-title a {
    background: #4177b0;
    padding: 4px 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    color: #9dc0e4;
    margin: 0 0 0 10px;
    position: relative;
    top: -1px
}

#page-title a:hover {
    text-decoration: none;
    color: #b7d1ed
}

.nav-search-icon {
    line-height: 48px;
    color: #d46500;
    margin-right: 6px
}

.top-navigation-search {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-left: 10px
}

.top-navigation-search .navbar-search {
    line-height: 50px;
    margin: 0 0 0 5px
}

.top-navigation-search .navbar-search input:-moz-placeholder {
    color: #9dc0e4
}

.top-navigation-search .navbar-search .search-query {
    width: 250px;
     background: #d46500;
    color: white;
    font-size: 13px
}

.top-navigation-search .navbar-search .search-query::-webkit-input-placeholder {
    color: #9dc0e4
}

.top-navigation-search .navbar-search .search-query::-moz-placeholder {
    color: #9dc0e4
}

.top-navigation-search .navbar-search .search-query:-ms-input-placeholder {
    color: #9dc0e4
}

.no-header-margin {
    margin-top: -15px
}

.white-bg {
    background: white
}

.navbar {
    margin-bottom: 15px
}

.section-input-header {
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd
}

.section-input-header .dropdown-title {
    color: #565656
}

.section-input-header .dropdown-title:hover,
.section-input-header .dropdown-title:focus {
    text-decoration: none;
    color: #333333
}

.section-input-header .filter-button {
    background: #f9f9f9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 16px;
    color: #7e7e7e;
    font-size: 12px;
    display: inline-block
}

.section-input-header .filter-button:hover,
.section-input-header .filter-button.active {
    text-decoration: none;
    background: #eeeeee
}

.section-input-header--no-border {
    border-bottom: none
}

#section-input-header__search-form input[type=text] {
    border: 0;
    width: 100%
}

#section-input-header__search-form input[type=text]:focus {
    outline: 0
}

.dropdown-menu.top-flat {
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px
}

.grid-border-right {
    border-right: 1px solid #ddd
}

.grid-border-left {
    border-left: 1px solid #ddd
}

.invoice-status {
    cursor: pointer;
    line-height: 26px;
    height: 26px;
    margin: 5px 8px
}

.invoice-status-wrapper {
    padding: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 14px;
    padding: 3px 5px;
    word-wrap: break-word
}

.invoice-status-wrapper.inline {
    display: inline
}

.invoice-status-wrapper .checkbox-input {
    margin-right: 5px
}

.invoice-status-wrapper .status {
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    height: 14px;
    line-height: 14px
}

.invoice-status-wrapper .status .checkbox-input {
    margin: 0 4px 0 0
}

.invoice-status-wrapper .selector {
    margin: 4px 4px 0 0
}

.status-not-clickable .status {
    cursor: default
}

.invoice-status-wrapper:hover,
.invoice-status-wrapper:focus {
    text-decoration: none
}

.status-label1 {
    
    
    font-weight: 600;
    
    padding: 3px 4px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline
}

.status-label {
    border-width: 2px;
    border-style: solid;
    font-weight: 600;
    border-radius: 2px;
    padding: 3px 4px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline
}

.paid-label {
    color: #51a63b;
    border-color: #51a63b
}

.quote-label {
    color: #51a63b;
    border-color: #51a63b
}

.large-label {
    font-size: 18px;
    border-width: 3px;
    font-weight: 700;
    padding: 4px 6px
}

.inherit-width {
    width: inherit
}

.empty-object {
    padding: 60px 0;
    color: #bec6d0;
    text-align: center;
    width: 100%
}

.empty-object.no-padding {
    padding: 0
}

.empty-object .empty-icon {
    font-size: 66px
}

.empty-object h4 {
    font-size: 24px;
    color: #bec6d0;
    margin-top: 20px
}

.empty-object p {
    font-size: 20px
}

.empty-object.smaller .empty-icon {
    font-size: 30px
}

.empty-object.smaller h4 {
    font-size: 16px
}

.empty-darker h4 {
    color: #8f9aaa
}

.empty-darker p {
    color: #a5afbd
}

.empty-larger h4 {
    font-size: 32px
}

.empty-larger p {
    font-size: 20px
}

.empty-larger .empty-icon {
    font-size: 100px
}

.table-modern thead>tr>th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.table-modern tbody>tr>td,
.table-modern .table tfoot>tr>td {
    border-top: 1px solid #eee
}

.table-with-side-padding thead tr th:first-of-type {
    padding-left: 15px
}

.table-with-side-padding thead tr th:last-of-type {
    padding-right: 15px
}

.table-with-side-padding thead tr th .asc:before {
    padding-right: 5px;
    content: '\f106';
    font-family: FontAwesome
}

.table-with-side-padding thead tr th .desc:before {
    padding-right: 5px;
    content: '\f107';
    font-family: FontAwesome
}

.table-with-side-padding tbody tr td:first-of-type {
    padding-left: 15px
}

.table-with-side-padding tbody tr td:last-of-type {
    padding-right: 15px
}

.bordered-page {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: white
}

.bordered-page.no-top-margin {
    border-top: none
}

.fancybox-div {
    width: 400px
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 0
}

.datepicker.dropdown-menu {
    z-index: 1050
}

.list-float li {
    float: left;
    margin-right: 15px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.icon-muted-color:hover {
    text-decoration: none;
    color: #b9b7b7
}

.hidden-all {
    display: none
}

.rounded-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.rounded-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.text-clear {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.text-clear:hover {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.alert-quickbooks-confirmation {
    text-align: left !important
}

.item__date-wrapper {
    background: #f5f5f5;
    padding: 1px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline
}

.account__inquiry-code {
    height: 270px;
    overflow-y: auto
}

.hidden-all {
    display: none
}

.success-message {
    color: #3c763d
}

.black-loader {
    background-color: #000
}

.control-links {
    background: #f1f1f1;
    padding: 3px 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0 2px
}

.calendar__title {
    font-weight: 600;
    color: #38464e
}

.calendar__day--highlight {
    background-color: #fffdc9
}

.calendar__invoices-list .invoice-status-wrapper {
    position: relative;
    padding: 5px 12px 5px 8px;
    margin-bottom: 5px
}

.calendar__invoices-list .invoice-status-wrapper .id-and-nickname {
    display: block;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 2px
}

.calendar__invoices-list .invoice-status-wrapper .full-name-and-company {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    display: block;
    margin-bottom: 3px;
    text-transform: none;
    font-weight: 400
}

.calendar__invoices-list .invoice-status-wrapper .orderstatus {
    font-size: 11px;
    display: block
}

.calendar__task {
    list-style-type: none;
    position: relative;
    padding: 0;
    text-align: left;
    cursor: default;
    line-height: 1.2em;
    font-size: 12px
}

.calendar__task .completed {
    text-decoration: line-through;
    color: #989898
}

.calendar__task i {
    font-size: 10px;
    color: #7e7e7e;
    margin-right: 3px
}

.calendar__tasks-ul {
    margin: -2px 0 7px;
    background: #eeeeee;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 4px 7px
}

.calendar__tasks-ul .calendar__task:last-of-type {
    margin-bottom: 0
}

.calendar__dashboard-paid {
    color: #ffffff;
    cursor: default;
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.22);
    padding: 1px 4px;
    margin-top: 3px;
    display: inline-block
}

.calendar__dashboard-popover {
    position: absolute;
    bottom: 4px;
    right: 6px
}

.calendar__dashboard-popover i {
    color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
    font-size: 85%
}

.calendar__dashboard-popover:hover i {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.calendar-table .sidebar-menu li {
    border-bottom: 0;
    width: 200px
}

.calendar-table .sidebar-menu .status {
    display: inline;
    line-height: 16px;
    height: inherit
}

.calendar-table .sidebar-menu .invoice-status-wrapper {
    padding: 4px 6px;
    display: block;
    line-height: 16px
}

.calendar-table .sidebar-menu .invoice-status-wrapper .selector {
    margin-top: 1px
}

.calendar-table .sidebar-menu .invoice-status-wrapper .paid {
    background: rgba(255, 255, 255, 0.3);
    padding: 2px 4px 1px
}

.calendar-table table {
    width: 100%;
    table-layout: fixed
}

.calendar-table table thead tr {
    border-bottom: 2px solid #ddd
}

.calendar-table table thead tr th {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #a3a3a3;
    font-weight: 400;
    padding: 5px 10px
}

.calendar-table table tbody tr td {
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 8px;
    min-height: 120px;
    vertical-align: top;
    width: 14.2857143%
}

.calendar-table table tbody tr td .date-today {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: right
}

.calendar-table table tbody tr .notmonth .date-today,
.calendar-table table tbody tr:not(.current-month) .date-today {
    color: #cccccc
}

.calendar-table table tbody tr .today {
    background: #fffbd8
}

.calendar-table table tbody tr .today .date-today {
    color: #cab508
}

.calendar__invoices-list {
    margin: 0;
    padding: 0;
    min-height: 50px
}

.onboarding-modal-wrapper {
    height: 400px;
    overflow-y: auto
}

.onboarding-modal-wrapper .onboarding-row:first-of-type {
    margin-bottom: 20px
}

.onboarding-modal-wrapper .onboarding-image {
    margin-bottom: 15px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px
}

.calendar__daily-item .status {
    color: #38464e
}

.calendar__daily-item .calendar__dashboard-paid {
    background-color: rgba(0, 0, 0, 0.1);
    color: #38464e
}

.calendar__form-daily-date {
    width: 120px
}

.calendar__form-daily-date .form-control {
    padding-left: 10px;
    margin: 0;
    font-size: 11px
}

.popover-content-list__wrapper {
    height: 375px;
    overflow-y: auto
}

.task-list.dashboard {
    margin-bottom: 0
}

.task-list.dashboard .tasks-list__task-checkbox label {
    margin-right: 5px
}

.task-list.dashboard .tasks__meta {
    display: none
}

.task-list.dashboard tbody tr td {
    border: none;
    padding: 0
}

.task-list.dashboard .task__assigned-user-wrapper,
.task-list.dashboard .task__due-date,
.task-list.dashboard .tasks__associated-link.order,
.task-list.dashboard .task__completed-date {
    display: none
}

.task-list.dashboard tr:hover td .trash-task {
    display: none
}

.packing-slip-layout .packing-slip-layou--hidden {
    display: none
}

.work-order-layout .work-order-layout--hidden {
    display: none
}

.invoice-layout .invoice-layout--hidden {
    display: none
}

.public-invoice-layout .public-invoice-layout--hidden,
.pdf-invoice-layout .public-invoice-layout--hidden {
    display: none
}

.public-invoice-layout .pdf-invoice-layout--hidden,
.pdf-invoice-layout .pdf-invoice-layout--hidden {
    display: none
}

.invoice-date-details dt,
.invoice-date-details dd {
    margin-bottom: 5px
}

.invoice-date-details dt {
    width: 80px !important
}

.invoice-date-details dd {
    margin-left: 90px !important
}

.invoice-summary-details dt,
.invoice-summary-details dd {
    margin-bottom: 5px
}

.invoice-summary-details.dl-horizontal dd {
    
    margin-left: 160px
}

.invoice-summary-details.dl-horizontal.narrow dt {
    width: 110px
}

.invoice-summary-details.dl-horizontal.narrow dd {
    margin-left: 120px
}

.invoice__logo {
    max-height: 135px;
    width: auto
}

.invoice-statuses-sort__dropdown {
    right: 0;
    left: inherit
}

.invoice-statuses-sort__dropdown .status {
    white-space: nowrap
}

.invoice-wrapper .invoice--hidden {
    display: none
}

.invoices__accounts-receivable-table .section-link {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 15px
}

.invoices__accounts-receivable-table .section-link:hover,
.invoices__accounts-receivable-table .section-link.active {
    background-color: #f7f8f9
}

.invoices__accounts-receivable-table .late-day-section {
    text-align: center
}

.invoices__accounts-receivable-table .late-day-section .divider {
    border-bottom-style: solid;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px
}

.invoices__accounts-receivable-table .day-1 .divider {
    border-bottom-color: #e9d027
}

.invoices__accounts-receivable-table .day-30 .divider {
    border-bottom-color: #ffa600
}

.invoices__accounts-receivable-table .day-60 .divider {
    border-bottom-color: #c8592a
}

.invoices__accounts-receivable-table .day-90 .divider {
    border-bottom-color: #d9534f
}

.add-mockup>td {
    border-top: none !important
}

.edit-invoice__customer-select {
    padding: 0 !important;
    margin: 5px 0 0 0;
    border: 0;
    box-shadow: none;
    width: 75%
}

.image-thumb-70-width {
    width: 70px
}

.invoice-image {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.invoice-image.image-thumb-70-width {
    width: 70px;
    height: auto
}

.add-lineitem-mockups {
    border: 0 !important
}

.add-lineitem-mockups a {
    display: inline-block
}

.invoice-image:hover {
    border: 0
}

.sidebar-title {
    color: #a8b0ba;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #d7dbe1;
    padding: 0 0 8px 0
}

.sidebar-title i {
    color: #c0c9d5
}

.new-order-summary strong {
    width: 35%;
    float: left
}

.new-order-summary span {
    width: 60%
}

.sidebar-menu {
    list-style: none
}

.sidebar-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.sidebar-menu li a {
    font-size: 14px
}

.sidebar-menu li a i {
    color: #c0c9d5;
    margin-right: 6px
}

.sidebar-menu li a:hover {
    text-decoration: none;
    color: #000
}

.sidebar-menu li:last-of-type {
    border-bottom: 0
}

.sidebar-menu .sidebar-menu__invoice-status {
    padding: 0;
    border-bottom: none
}

.sidebar-menu .invoice-status {
    margin: 0;
    height: inherit;
    line-height: inherit
}

.sidebar-menu .invoice-status-wrapper {
    margin: 6px 0;
    width: inherit;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 2px 8px
}

.sidebar-menu .invoice-status-wrapper .selector {
    float: left;
    margin: 1px 8px 0 0
}

#order-new-task .form-inner-wrapper {
    padding: 0;
    width: 100%
}

#done-adding-tasks {
    line-height: 30px;
    margin: 0 0 0 10px
}

.invoices__task-list .tasks__meta {
    display: block;
    margin: 0;
    padding: 10px
}

.invoices__task-list .tasks__meta .task__assigned-user-wrapper {
    display: block
}

.invoices__task-list .tasks__meta .date-link {
    display: block;
    padding-top: 8px;
    clear: both
}

.invoices__task-list .task-list__status {
    background: #e4e9ef
}

.invoices__task-list .checkbox {
    padding-left: 0
}

.bold-list li a {
    font-weight: bold
}

.customer--hidden {
    display: block
}

.customer--visible {
    display: none
}

.customer-viewable-invoice .customer--hidden {
    display: none
}

.customer-viewable-invoice .customer--visible {
    display: block
}

.workorder-layout .workorder--hidden {
    display: none
}

.workorder-layout .invoice--hidden {
    display: inherit
}

.workorder-layout .invoice--hidden.tr {
    display: table-row
}

.workorder-layout .invoice--hidden.td {
    display: table-cell
}

.hide-pricing__wrapper .hide--pricing {
    display: none
}

.edit-invoice-status .form-inner-wrapper {
    width: 100%;
    padding: 0
}

.edit-invoice-status label.control-label {
    width: inherit;
    margin: 4px 0;
    padding: 0 5px
}

.invoice-percent-paid {
    font-weight: 400;
    font-size: 12px;
    padding: 3px 0;
    color: #adb5bf
}

.public-invoice {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px
}

.public-invoice__header-information {
    margin: 0 0 10px 0
}

.input-group-addon__decider-switch:hover {
    background-color: #fafafa
}

.input-group-addon__decider-switch {
    background: white;
    color: #c0c0c0;
    cursor: pointer
}

.input-group-addon__decider-switch.active,
.input-group-addon__decider-switch.active:hover {
    background-color: #EEE;
    color: #333333;
    font-weight: bold
}

.order_lineitems_amount2,
.order_lineitems_description2,
.order_lineitems_unit_cost2 {
    margin-bottom: 0
}

.table tbody>.invoice-form__lineitems>td {
    padding: 0px;
    vertical-align: middle;
    border: 1px solid #ddd
}

.table tbody>.invoice-form__lineitems>.no-border {
    border: none
}

.table tbody>.invoice-form__lineitems>.no-right-border {
    border-right: none
}

.table tbody>.invoice-form__lineitems>.no-left-border {
    border-left: none
}

.table tbody>.invoice-form__lineitems>.delete {
    background: #f9f9f9
}

.table tbody>.invoice-form__lineitems .has-error {
    border: 1px solid #b94a48
}

.table tbody>.invoice-form__lineitems .help-block {
    padding: 0 10px
}

.table tbody>.invoice-form__lineitems .blurred-out {
    padding: 6px 10px
}

.table tbody>tr .invoice-form__draggable-area {
    cursor: row-resize;
    vertical-align: middle;
    padding: 8px 3px
}

.table tbody>tr .no-left-padding-cell {
    padding-left: 0
}

.table tbody>tr .no-right-padding-cell {
    padding-right: 0
}

.table-lineitems .border-left {
    border-left: 1px solid #eee
}

.table-lineitems .lineitem-detail td:last-of-type {
    border-right: 1px solid #eee
}

.table-lineitems td {
    border-bottom: 1px solid #eee
}

.table-lineitems .no-border-bottom {
    border-bottom: none !important
}

.table-lineitems tr:last-of-type td {
    border-bottom: 1px solid #eee
}

.table-lineitems thead th,
.table-lineitems thead:first-child th {
    background-color: #f7f8f9;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 1px solid #eee
}

.table-lineitems thead th:last-of-type,
.table-lineitems thead:first-child th:last-of-type {
    border-right: 1px solid #eee
}

.orderstatus-edit-form .sortable-icon {
    float: left;
    font-size: 25px;
    cursor: row-resize;
    line-height: 34px;
    margin-right: 10px
}

.orderstatus-edit-form .form-control {
    width: 84%;
    float: left
}

.orderstatus-edit-form .delete {
    font-size: 15px;
    line-height: 30px
}

.orderstatus-edit-form .miniColors-trigger {
    margin: 0 10px
}

.orderstatus-edit-form li {
    line-height: 35px
}

.sort-placeholder {
    margin-left: 24px
}

.dropzone {
    padding: 0
}

.add-image:hover {
    cursor: pointer;
    text-decoration: none
}

.remove-image {
    margin: 2px 4px;
    top: 0;
    right: 0;
    padding: 1px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

.remove-image .inside-icon {
    color: #777
}

.remove-image:hover .inside-icon {
    color: #333333
}

.invoice__form-mockups .fields {
    position: relative
}

.dropzone {
    background: #f9f9f9;
    border: 6px dashed #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

.form-customize-line-items .checkbox {
    padding: 0
}

.form-customize-line-items .checkbox input[type="checkbox"] {
    margin-right: 8px
}

.order_cc_invoice_creator,
.book_cc_invoice_creator {
    text-align: left;
    line-height: 22px;
    margin-bottom: 20px
}

.order_cc_invoice_creator .checkbox,
.book_cc_invoice_creator .checkbox {
    padding-left: 0;
    font-weight: 400
}

.order_cc_invoice_creator input[type="checkbox"],
.book_cc_invoice_creator input[type="checkbox"] {
    margin-right: 10px
}

.order-all-actions .dropdown-menu>li>a {
    padding: 7px 20px
}
.table tbody>.invoice-form__lineitems>td {
    padding: 0px;
    vertical-align: middle;
    border: 1px solid #ddd;
}tr.fields.ref-fields.invoice-form__lineitems.invoice-form__lineitems-order-fees.ref-fees-item>td {
    padding: 0px;
    vertical-align: middle;
    border: 1px solid #ddd;
}
.order-all-actions .btn-default:hover,
.order-all-actions .btn-default:active,
.order-all-actions .btn-default:focus {
     background: #ec971f;
    border: none;
    color: #000;
}

.order-all-actions .tasks__badge {
    color: #586e7b;
    background-color: #e5eaec;
    font-size: 11px
}

.order-all-actions .active .tasks__badge {
    background-color: #d5d5d5;
    color: #828282
}

.order-all-actions__wrapper {
    background-color: white;
    border-bottom: 1px solid #d7dbe1
}

.btn-group.open .dropdown-select-status {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.dropdown-select-status {
    cursor: pointer;
    padding-right: 10px;
    padding-left: 7px
}

.dropdown-select-status__menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px
}

.dropdown-select-status__menu li {
    position: relative
}

.dropdown-select-status__menu .invoice-status__wrapper {
    cursor: pointer
}

.dropdown-select-status__menu .invoice-status__wrapper:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85
}

.dropdown-select-status__edit {
    background-color: whitesmoke;
    padding: 5px 20px;
    display: block
}

.dropdown-select-status--checked {
    position: absolute;
    left: -1px;
    z-index: 99;
    top: 2px;
    font-size: 18px
}

.tasks-bin {
    z-index: 1000;
    top: 0;
    position: absolute;
    right: 250px;
    width: 0;
    margin-right: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.tasks-bin .item__date-wrapper {
    background: none;
    display: inherit
}

.orders-invoice-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.orders-invoice-wrapper.toggled {
    padding-right: 265px;
    position: relative
}

.orders-invoice-wrapper.toggled .tasks-bin {
    width: 250px
}

.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 1.2em 0;
    width: 100%
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .125s ease-in-out;
    z-index: 50;
    width: auto
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
    z-index: 100;
    width: 100%
}

.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150
}

.sticky-wrap .sticky-intersect th {
    background-color: #666;
    color: #eee
}

.sticky-wrap th,
#invoice-table th {
    background-color: #f7f8f9;
    padding: 8px;
    border-left: 1px solid #eee
}

.sticky-wrap th:last-of-type,
#invoice-table th:last-of-type {
    border-right: 1px solid #eee
}

.invoice__sidebar-ul {
    font-size: 30px;
    position: relative !important
}

.invoice__sidebar-ul li {
    padding: 14px 0
}

.invoice__sidebar-ul li i {
    color: #d7e0e6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.invoice__sidebar-ul .active a {
    text-decoration: none
}

.invoice__sidebar-ul .active i {
    color: #909fa7
}

.invoice__sidebar-ul a:hover {
    color: #7e94a1;
    text-decoration: none
}

.invoice__sidebar-ul .unread-counter {
    font-weight: 400;
    display: inline;
    color: #ffffff;
    background-color: #4e8ccd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    padding: 2px 5px 2px;
    position: relative;
    top: -12px;
    left: -2px
}

.invoice__sidebar-ul .unread-counter.circle {
    font-size: 0px;
    padding: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    top: -22px
}

.invoice__messages-wrapper a {
    pointer: cursor
}

.invoice__messages-wrapper .right-side .avatar {
    position: relative;
    right: 15px
}

.invoice__message-content-wrapper {
    word-wrap: break-word
}

.invoice__message-content-wrapper p:last-of-type {
    margin-bottom: 0
}

.message-form .subject {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none
}

.message-form .body {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.message-form .cc-user input[type="checkbox"] {
    margin-top: 2px
}

.message-form .cc-user label {
    font-weight: 400;
    margin: 0
}

.form-horizontal .invoice__top-sidebar-inputs .control-label {
    width: 40%
}

.form-horizontal .invoice__top-sidebar-inputs .form-control {
    width: 60%
}

.form-horizontal .form-control__invoice-creator-select {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    border: none;
    height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.public-invoice-view .public-invoice-view .public--hidden-td {
    padding: 0
}

.public-invoice-view .public-invoice-view .public--hidden {
    display: none
}

.invoice__notes p:last-of-type {
    margin-bottom: 0
}

#tasks-list label {
    font-weight: 400
}

.tasks-list__task-checkbox label {
    float: left;
    margin-right: 10px
}

.task__in-place-edit {
    cursor: pointer
}

.task__in-place-edit:hover {
    border-bottom: 1px dotted #b9c5cc
}

.tasks__meta {
    font-size: 11px;
    line-height: 7px;
    display: inline-block;
    background-color: #f7f8f9;
    padding: 3px 8px 3px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.tasks__meta .form-control {
    font-size: 11px
}

.task__assigned-user {
    height: 20px;
    padding: 0
}

.tasks-due_date_wrapper {
    display: inline-block;
    margin-left: 10px
}

.task-show-wrapper label {
    margin-bottom: 0
}

.trash-task {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.task-list .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0
}

.task-list .form-group {
    margin-bottom: 0;
    margin-top: 0
}

.task-list tr:first-of-type td {
    border-top: none
}

.task-list tr:hover td .trash-task {
    opacity: 1
}

.completed-task {
    opacity: 0.3
}

.books__sales-stats {
    font-size: 18px
}

.inquiries-list__is-read-wrapper {
    padding: 15px !important
}

.inquiries-list--unread {
    background: #eead3c;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.inquiry-form__checkbox .checkbox {
    padding-left: 0
}

.inquiry-form__checkbox input[type="checkbox"] {
    margin-right: 10px
}

.inquiries-list--unread-tr td {
    background-color: #fff8ec
}

.checkout-wrapper {
    margin: 0 auto;
    position: relative;
    width: 305px
}

.checkout-form .form-group {
    margin-bottom: 10px
}

.checkout-form .shipping-info-checkbox {
    margin-top: 15px
}

.checkout-form .shipping-info-checkbox input[type="checkbox"] {
    margin-right: 8px
}

.checkout-form .shipping-info-checkbox label {
    padding-left: 0;
    font-weight: 400
}

.customer-profile-pagination .pagination {
    margin-bottom: 0
}

.customer-public-profile .customer-public-profile__extra-notes,
.customer-public-profile .customer-public-profile--hidden {
    display: none
}

.customer-profile__extra-notes p:last-of-type {
    margin-bottom: 0
}

.customer-profile__contacts-list {
    list-style: none;
    padding: 0
}

.customer-profile__contacts-list li {
    border-left: 3px solid #eeeeee;
    padding-left: 15px;
    margin-bottom: 10px
}

.edit-customer__select2 {
    padding: 0 !important;
    margin: 5px 0 0 0;
    border: 0;
    box-shadow: none;
    width: 100%
}

.customer__task-list .tasks__associated-link {
    display: none
}

.shipping-rates-form input[type="radio"] {
    cursor: pointer
}

.shipping-label__wrapper {
    width: 4in;
    height: auto;
    margin: 0;
    padding: 0
}

.shipping-label__wrapper img {
    max-width: 100%;
    height: auto;
    display: block
}

.printing-pricing-matrix-table thead th:first-of-type {
    border-right-width: 2px;
    border-bottom-width: 1px
}

.printing-pricing-matrix-table tr td:first-of-type {
    font-weight: bold;
    background-color: #ffffff !important;
    border-right-width: 2px
}

.printing-pricing-matrix-table tr td:nth-last-child(2) {
    border-left-width: 2px
}

.printing-pricing-matrix-table .delete {
    vertical-align: middle
}

.printing-pricing-matrix-table .markup {
    border-left-width: 2px;
    border-bottom-width: 1px
}

.os-automator-selector {
    cursor: pointer
}

.account-pricing-view h3 {
    font-size: 30px;
    font-weight: 400
}

.account-pricing-view .pricing-table>thead>tr>th .price {
    font-size: 37px;
    font-weight: 400
}

.os-automator-wrapper.acc-automation select.form-control {
    width: initial
}

.os-automator-wrapper.acc-automation input.form-control {
    width: initial
}

.os-automator-wrapper.acc-automation p {
    margin-top: 7px
}

.os-automator-wrapper.acc-automation span.switch-button-label {
    margin-top: 4px;
    font-size: 13px
}

.os-automator-wrapper.acc-automation .status-switch {
    margin-top: 5px
}

.table-messages-list>tbody>tr>td {
    padding: 11px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.table-messages-list>tbody>tr>td:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-left: 2px solid #428bca;
    cursor: pointer
}

.table-messages-list>tbody>tr>td.unread {
    border-left: 2px solid #428bca
}

.table-messages-list>tbody>tr:first-of-type>td {
    border-top: none
}

.table-messages-list a {
    color: #38464e;
    text-decoration: none
}

.table-messages-list__message {
    margin-bottom: 0
}

.table-messages-list__message>tbody>tr>td {
    padding: 2px
}

.table-messages-list__message>tbody>tr>td p:last-of-type {
    margin-bottom: 0
}

.messages-index__conversation-wrapper .inset-30 {
    padding: 15px
}

.messages-index__conversation-wrapper .message-meta p {
    margin-bottom: 0
}

.messages-index__conversation-wrapper .message-beta__from {
    font-size: 85%;
    padding-top: 5px
}

.messages-index__conversation-wrapper .avatar {
    margin-top: 5px
}

.messages-index__conversation-wrapper .messages-submit-button {
    font-family: FontAwesome;
    content: "&#xf1d9;"
}

.po__summary-box-title {
    border-bottom: 1px solid #dddddd;
    background-color: #f9f9f9
}

.po-organize__po-wrapper {
    background-color: #ecf0f4;
    padding-left: 30px;
    margin-top: -15px;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    padding-bottom: 70px;
    right: 0;
    max-width: 42%
}

.po__summary-table--highlight {
    background-color: #fffdc9
}

.po__summary-table {
    margin: 0;
    z-index: 99
}

.po__summary-table>tbody>tr>td {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
}

.po__summary-table>tbody>tr:hover .po__draggable-icon {
    cursor: ew-resize;
    background-image: url(../img/icon-draggable.png);
    background-repeat: repeat-y;
    background-position: 1px 6px;
    background-size: 74%
}

.po__summary-table>tbody>tr:hover .delete-po-lineitem {
    display: inline-block
}

.po__summary-table-dropdown-bg {
    background-color: whitesmoke;
    min-width: 230px
}

.po__summary-table-lineitems>.lineitem {
    padding: 7px 10px;
    border-top: 1px solid #dddddd
}

.po__summary-table-lineitems>.lineitem:first-of-type {
    border-top: 0
}

.form-inline .po-organize__search-input {
    width: 105px
}

.po-organize__search-submit,
.po-organize__search-submit:hover {
    color: #aab9c2
}

.po__summary-table-po .delete-po,
.po__summary-table-po .delete-po-lineitem {
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.po__summary-table-po .po__summary-table>tbody>tr>td {
    padding-left: 0
}

.po__summary-table-po:hover .delete-po {
    display: inline-block
}

.public-po .public--hidden {
    display: none
}

.po__height-lock-scroll {
    height: 100%;
    overflow-y: auto
}

.onboarding__number-counter {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    color: #ffffff;
    background-color: #48ab3e;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    margin-right: 10px
}

.analytics__ul-summary {
    display: table;
    width: 100%;
    table-layout: fixed
}

.analytics__ul-summary li {
    display: table-cell;
    width: 100%
}
