#task .task-info,
.checkbox label,
.radio label,
.task-user {
    vertical-align: middle
}

.btn,
.s-status {
    text-transform: uppercase
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background-color: #C3C3C3;
    outline: #7D838B solid 1px;
    border-radius: 20px
}

rt.display-block {
    display: block
}

.inline-block,
.submenu,
.submenu li {
    display: inline-block
}

.tooltip {
    position: fixed
}

.color-white {
    color: #fff!important
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

.control-label,
label {
    font-weight: 500;
    font-size: 13px;
    color: #4a4a4a
}

.h3,
.h4,
.nav-tabs>li>a,
h1,
h2,
h3,
h4 {
    font-weight: 400
}

[dir=rtl] .mright5 {
    margin-right: 0;
    margin-left: 5px
}

[dir=rtl] .mright10 {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .mleft5 {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .mleft10 {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .input-group-addon:last-child {
    border-left: 1px solid #ccc
}

[dir=rtl] .colorpicker.colorpicker-visible.dropdown-menu {
    left: 0!important;
    right: auto;
    padding-left: 3px;
    margin-left: 45px
}

.border-right {
    border-right: 1px solid #f0f0f0
}

.line-throught {
    text-decoration: line-through
}

.mime>a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

.no-margin {
    margin: 0!important
}

.no-mtop {
    margin-top: 0!important
}

.relative {
    position: relative
}

.font-medium {
    font-size: 15px
}

.alert-validation {
    margin-top: 5px
}

.table-image {
    height: 75px;
    width: 250px;
    margin: 15px 0
}

.announcement small {
    font-size: 12px;
    color: #333
}

.danger-bg,
.info-bg,
.primary-bg,
.success-bg,
.warning-bg {
    color: #fff!important
}

.announcement {
    font-size: 14px
}

.bgwhite {
    background: #fff;
    border: 1px solid #e4e5e7
}

.warning-bg {
    background: #FF6F00!important;
    border: 1px solid #FF6F00!important
}

.success-bg {
    background: #84c529!important;
    border: 1px solid #84c529!important
}

.primary-bg {
    background: #28B8DA;
    border: 1px solid #28B8DA
}

.info-bg {
    background: #03A9F4!important;
    border: 1px solid #03A9F4!important
}

.danger-bg {
    background: #FC2D42!important;
    border: 1px solid #FC2D42!important
}

.uneditable-input,
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=text],
input[type=file],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
select.form-control,
textarea.form-control {
    padding: 5px 10px;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    line-height: 14px
}

.uneditable-input:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #03a9f4;
    box-shadow: none;
    outline: 0
}

select.form-control {
    padding-top: 6px
}

.submenu {
    float: right;
    margin-bottom: 25px
}

.submenu li {
    margin-right: 15px
}

.submenu li:last-child {
    margin-right: 0
}

.submenu li a {
    font-size: 17px;
    color: #616161!important
}

.submenu li a:active,
.submenu li a:focus,
.submenu li a:hover {
    color: #2f2f2f!important
}

.dt-table {
    width: 100%!important
}

.tickets table tr.text-danger a {
    color: #fc2d42
}

.dt-loader:not(:required) {
    -webkit-animation: loader 2s .3s infinite ease-out;
    animation: loader 2s .3s infinite ease-out;
    background: #dde2e7;
    text-indent: -9999px;
    width: .9em;
    height: 1.5em;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999999999999
}

.dt-loader:not(:required):after,
.dt-loader:not(:required):before {
    background: #dde2e7;
    content: '\x200B';
    display: inline-block;
    width: .9em;
    height: 1.5em;
    position: absolute;
    top: 0
}

.dt-loader:not(:required):before {
    -webkit-animation: loader 2s 150ms infinite ease-out;
    animation: loader 2s 150ms infinite ease-out;
    left: -1.6em
}

.dt-loader:not(:required):after {
    -webkit-animation: loader 2s 450ms infinite ease-out;
    animation: loader 2s 450ms infinite ease-out;
    right: -1.6em
}

[dir=rtl] .checkbox label::before,
[dir=rtl] .radio label::before {
    right: 0;
    margin-right: -20px;
    left: auto;
    margin-left: 0
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    background: #eef2f4;
    margin: 0;
    padding: 0;
    height: 100%
}

.nav-tabs,
.panel_s {
    margin-bottom: 25px
}

#wrapper {
    min-height: 100%;
    position: relative
}

#content {
    padding-bottom: 80px
}

h1,
h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

.navbar {
    border: none!important;
    background-color: transparent;
    background-image: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, .067);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    padding: 0;
    min-height: 60px;
    border-radius: 0
}

.navbar-default {
    background-color: #323a45
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 61px;
    font-size: 16px
}

.nav.navbar-nav.navbar-right .dropdown-menu li>a {
    font-size: 15px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: 0 0;
    color: #fff
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: 0 0;
    border-radius: 30px;
    color: #f0f0f0
}

.navbar a.navbar-brand {
    padding: 23px 0 25px;
    height: auto;
    margin-right: 10px;
    margin-top: 5px
}

.navbar a.navbar-brand img {
    width: auto;
    height: 34px
}

.nav-tabs>li {
    border: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #02a9f4;
    background: 0 0;
    color: #008ece
}

.nav-tabs {
    padding-bottom: 0;
    background: 0 0;
    border-radius: 1px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.nav-tabs>li>a {
    border: 0;
    border-bottom: 2px solid transparent;
    background: 0 0;
    color: #333;
    padding: 12px 13px
}

.bold,
b,
label,
strong {
    font-weight: 500
}

.btn.btn-input-group {
    padding: 7px 16px;
    border: 1px transparent
}

.btn-icon {
    padding: 2px 6px!important
}

.original-button {
    margin-top: 22px;
    padding: 6px 12px
}

.panel_s>.panel-heading {
    color: inherit;
    font-weight: 500;
    padding: 10px 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 15px;
    border: 1px solid transparent
}

.panel_s .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    padding: 20px;
    position: relative
}

.panel_s>.panel-footer {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    border-top: none;
    color: inherit;
    font-size: 90%;
    padding: 7px 15px
}

.panel_s {
    background-color: none;
    border: none;
    box-shadow: none
}

#client-home-chart {
    max-width: 100%
}

.client-reply {
    background: #FFFFE6!important;
    color: #333
}

body.viewinvoice .alert {
    margin-top: 10px;
    margin-bottom: -7px;
    border-radius: 1px
}

body.viewpurchase_order .alert {
    margin-top: 10px;
    margin-bottom: -7px;
    border-radius: 1px
}

footer {
    background: #fff;
    padding: 15px;
    width: 100%;
    height: 50px;
    border-top: 1px solid #e4e5e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }
    .navbar a.navbar-brand img {
        padding-left: 15px
    }
}

.btn {
    outline: 0;
    font-size: 13px;
    outline-offset: 0;
    padding: 6px 12px;
    border: 0;
    transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out
}

.label,
.table thead {
    font-weight: 400
}

.p15 {
    padding: 15px
}

.p8 {
    padding: 8px
}

.mtop5 {
    margin-top: 5px
}

.mtop10 {
    margin-top: 10px
}

.mtop15 {
    margin-top: 15px
}

.mtop20 {
    margin-top: 20px
}

.mtop25 {
    margin-top: 25px
}

.mtop30 {
    margin-top: 30px
}

.mtop40 {
    margin-top: 40px
}

.checkbox.checkbox-inline,
.radio.radio-inline {
    margin-top: 0
}

.mbot5 {
    margin-bottom: 5px
}

.mbot10 {
    margin-bottom: 10px
}

.mbot15 {
    margin-bottom: 15px
}

.mbot30 {
    margin-bottom: 30px
}

.mleft5 {
    margin-left: 5px
}

.mleft10 {
    margin-left: 10px
}

.mright5 {
    margin-right: 5px
}

.mright10 {
    margin-right: 10px
}

.no-mbot {
    margin-bottom: 0
}

.checkbox {
    padding-left: 20px
}

.table thead tr th {
    border: 1px solid #f0f0f0!important;
    border-left: 0!important;
    border-right: 0!important
}

.table>tbody>tr:first-child td {
    border-top: 0!important
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.checkbox label::after,
.checkbox label::before {
    position: absolute;
    left: 0;
    margin-left: -20px;
    display: inline-block
}

.checkbox label::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    width: 16px;
    height: 16px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-danger input[type=radio]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-info input[type=radio]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=radio]:checked+label::after,
.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-success input[type=radio]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=radio]:checked+label::after,
input[type=checkbox] .styled:checked+label::after,
input[type=checkbox] .styled:checked+label::before,
input[type=radio] .styled:checked+label::after,
input[type=radio] .styled:checked+label::before {
    color: #fff
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type=checkbox]:focus+label::before,
.checkbox input[type=radio]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013"
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before,
.checkbox input[type=radio]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.checkbox-primary input[type=radio]:checked+label::before {
    background-color: #28B8DA;
    border-color: #28B8DA
}

.checkbox-danger input[type=checkbox]:checked+label::before,
.checkbox-danger input[type=radio]:checked+label::before {
    background-color: #FC2D42;
    border-color: #FC2D42
}

.checkbox-info input[type=checkbox]:checked+label::before,
.checkbox-info input[type=radio]:checked+label::before {
    background-color: #03A9F4;
    border-color: #03A9F4
}

.checkbox-warning input[type=checkbox]:checked+label::before,
.checkbox-warning input[type=radio]:checked+label::before {
    background-color: #FF6F00;
    border-color: #FF6F00
}

.checkbox-success input[type=checkbox]:checked+label::before,
.checkbox-success input[type=radio]:checked+label::before {
    background-color: #84c529;
    border-color: #84c529
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio-primary input[type=radio]+label::after,
.radio-primary input[type=radio]:checked+label::after {
    background-color: #28B8DA
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio input[type=radio]:focus+label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.alert button.close,
.bootstrap-select .dropdown-toggle:focus {
    outline: 0!important
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.fc-event,
.pointer {
    cursor: pointer
}

.radio-primary input[type=radio]:checked+label::before {
    border-color: #28B8DA
}

.radio-danger input[type=radio]+label::after,
.radio-danger input[type=radio]:checked+label::after {
    background-color: #FC2D42
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #FC2D42
}

.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #03A9F4
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #03A9F4
}

.radio-warning input[type=radio]+label::after,
.radio-warning input[type=radio]:checked+label::after {
    background-color: #FF6F00
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #FF6F00
}

.radio-success input[type=radio]+label::after,
.radio-success input[type=radio]:checked+label::after {
    background-color: #84c529
}

.radio-success input[type=radio]:checked+label::before {
    border-color: #84c529
}

input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013"
}

[dir=rtl] .checkbox {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .checkbox label {
    padding-right: 5px
}

[dir=rtl] .checkbox label::after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 3px
}

[dir=rtl] .radio {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .radio label {
    padding-left: 0;
    padding-right: 5px
}

[dir=rtl] .radio label::after {
    left: auto;
    right: 3px;
    margin-left: 0;
    margin-right: -20px
}

.label {
    font-size: 12px;
    padding: .4em .9em
}

.articles_list,
.kb-article {
    font-size: 14px
}

.survey {
    border: 1px solid #e4e5e7;
    padding: 25px;
    background: #fff;
    border-radius: 4px;
    margin-top: 20px
}

.survey #company-logo {
    background: #444a52;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 4px
}

.survey #company-logo img {
    margin: 0 auto;
    display: block;
    height: 34px
}

.invoice-quick-info h5 {
    margin-top: 0
}

.table.items {
    margin-top: 25px
}

.table.items thead th {
    border-bottom: 0;
    font-weight: 500
}

.table.items thead {
    background: #323a45;
    color: #fff;
    border: 0
}

.table.items tbody>tr>td:first-child,
.table.items thead>tr>th:first-child {
    text-align: center
}

.table.items tbody>tr>td:not(:first-child),
.table.items thead>tr>th:not(:first-child) {
    padding: 8px;
    text-align: right
}

.table.items thead>tr>th:not(:first-child) {
    padding-left: 0;
    text-align: right
}

.table.items .description {
    text-align: left!important
}

[dir=rtl] .table.items .description {
    text-align: right!important
}

@media (max-width:767px) {
    .navbar-default .navbar-nav>li>a {
        line-height: 20px
    }
    .navbar-toggle {
        margin-top: 30px
    }
    #staff_logged_in {
        display: none
    }
    .proposal-wrapper {
        padding-bottom: 25px
    }
}

.article_group_wrapper {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
    margin-bottom: 15px
}

.articles_list li {
    margin-bottom: 15px
}

.article-heading {
    font-size: 16px;
    font-weight: 500
}

[dir=rtl] div.dataTables_wrapper div.dataTables_filter {
    text-align: left
}

[dir=rtl] div.dataTables_wrapper {
    direction: rtl
}

[dir=rtl] div.dataTables_wrapper div.dataTables_filter .input-group-addon {
    border-right: 1px solid #ccc
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #84c529;
    border: 1px solid #84c529;
    height: 17px;
    width: 18px;
    box-shadow: none;
    top: 11px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 17px
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    color: #6d6d6d
}

.page-pdf-html-logo {
    background: #323a45;
    padding: 25px;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

.page-pdf-html-logo img {
    width: auto;
    height: 34px
}

.label-href,
.label-href:visited {
    outline: 0!important;
    border: 0!important
}

.mime {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 1px 0 4px 26px
}

.mime-word {
    background-image: url(../../../images/mime/word.png)
}

.mime-excel {
    background-image: url(../../../images/mime/excel.png)
}

.mime-powerpoint {
    background-image: url(../../../images/mime/powerpoint.png)
}

.mime-pdf {
    background-image: url(../../../images/mime/pdf.png)
}

.mime-zip {
    background-image: url(../../../images/mime/zip.png)
}

.mime-image {
    background-image: url(../../../images/mime/image.png)
}

.mime-file {
    background-image: url(../../../images/mime/file.png)
}

.mime-photoshop {
    background-image: url(../../../images/mime/photoshop.png)
}

.mime-illustrator {
    background-image: url(../../../images/mime/illustrator.png)
}

.mime-video {
    background-image: url(../../../images/mime/video.png)
}

.mime-audio {
    background-image: url(../../../images/mime/audio.png)
}

.proposal-left,body.proposal,body.viewinvoice,body.viewestimate,body.viewpurchase_order,
.purchase_request-left,body.purchase_request {
    background: #fff
}

.files-container {
    margin: 0 0 10px
}

.files {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.files-hr {
    margin-top: 10px;
    margin-bottom: 10px
}

.mime>a {
    color: #555!important
}

.white {
    color: #fff
}

.s-status {
    display: inline-block;
    padding: 6px 18px
}

.advanced-editor-wrapper {
    border: 1px solid #ccc;
    margin-bottom: 15px
}

.staff-profile-xs-image {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.staff-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.staff-profile-image-thumb {
    height: 160px;
    width: 160px;
    border-radius: 50%
}

.task-attachment {
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 3px;
    max-height: 180px;
    min-height: 180px;
    overflow: hidden
}

.task-attachment .task-attachment-no-preview {
    margin-top: 45px;
    text-align: center
}

.task-attachment .preview_image {
    margin: 0;
    width: 100%
}

.task-attachment .task-attachment-user {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #f0f0f0
}

.media-body {
    word-break: break-word
}

#proposal-wrapper {
    overflow: hidden;
    min-height: 100%
}

#proposal-wrapper .proposal-left img {
    margin-left: 10px;
    margin-right: 10px
}

body.proposal {
    overflow: auto
}

div.proposal-wrapper {
    min-width: 320px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: auto
}

div.proposal-wrapper img:not(.media-object) {
    display: block;
    max-width: 100%;
    height: auto
}

div.proposal-wrapper table {
    overflow: scroll;
    max-width: 100%
}

[dir=rtl] .proposal-left {
    margin-right: 160px
}

.proposal-right {
    background: #444A52;
    position: absolute;
    right: 0;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff
}
.proforma_invoice-right {
    background: #444A52;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff
}

[dir=rtl] .proposal-right {
    left: 0;
    right: inherit
}

.proposal-right a:not(.btn) {
    color: #D9D9D9
}

.proposal-right a:active,
.proposal-right a:hover {
    color: #fff
}

.proposal-right .btn {
    padding: 8px 20px
}

.proposal-right hr {
    border-top: 1px solid #727272
}

.proposal-comment {
    display: inline-block;
    width: 100%;
    padding-bottom: 35px
}

.table.proposal-items thead>tr>th {
    padding-left: 10px
}

.table.proposal-items tbody>tr>td,
.table.proposal-items thead>tr>th {
    text-align: left
}

.proposal-status {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px
}

.client-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.client-profile-image-thumb {
    height: 160px;
    width: 160px;
    border-radius: 50%
}

#task h4 {
    font-size: 15px
}

#task h5 {
    font-size: 14px
}

#task .task-info {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 10px
}

#task .task-info h5 {
    font-size: 13px;
    font-weight: 400
}

.jquery-comments .highlight-font-bold,
.jquery-comments ul.main li.comment .actions>*,
.jquery-comments ul.main li.comment .name,
.jquery-comments ul.navigation li {
    font-weight: 500!important
}

.jquery-comments ul.main li.comment .name {
    color: #0081BB
}

.jquery-comments ul.main li.comment .wrapper .content {
    padding: 5px 0
}

.jquery-comments ul.navigation li {
    color: #323A45
}

.jquery-comments .textarea-wrapper .control-row>span.upload {
    padding: 5px 20px;
    background-color: #7D838B
}

.jquery-comments .highlight-background {
    background: #03A9F4!important
}

.jquery-comments .textarea-wrapper .control-row>span {
    padding: 5px 20px!important;
    border-radius: 4px
}

.jquery-comments .textarea-wrapper .control-row {
    margin-top: 10px
}

.jquery-comments ul.main li.comment .actions>* {
    color: #7C838B
}

.jquery-comments ul.navigation .navigation-wrapper {
    padding: 10px 0 0
}

.jquery-comments ul.navigation {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 1.5em
}

.fn-label a {
    font-weight: 500
}

.fn-gantt {
    border: 2px solid #EEF2F4;
    border-radius: 4px
}

.fn-gantt-hint {
    background: #727b86;
    border: 0;
    color: #fff
}

.fn-gantt .leftPanel {
    width: 450px;
    border-right: 1px solid #e4e4e4
}

.fn-gantt .leftPanel .name {
    font-weight: 5 00;
    font-size: 13px;
    background: #717a86
}

.fn-gantt .rightPanel .month {
    color: #717a86
}

.fn-gantt .bottom,
.fn-gantt .leftPanel .desc,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .spacer,
.fn-gantt .wd {
    background-color: #fff
}

.fn-gantt .leftPanel .fn-label {
    width: 100%
}

.fn-gantt .leftPanel .desc,
.fn-gantt .leftPanel .name {
    border-bottom: 1px solid #f5f5f5;
    height: 24.5px
}

.fn-gantt .leftPanel .desc:last-child,
.fn-gantt .leftPanel .name:last-child,
.team-members .media:last-child {
    border-bottom: 0
}

.fn-gantt .leftPanel .name {
    width: 40%
}

.fn-gantt .leftPanel .desc {
    width: 60%
}

#gantt .gantt_project_name {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin: 32px auto 0;
    display: block
}

.fn-gantt .leftPanel .name .fn-label {
    color: #fff
}

.project-info-bg {
    background: #FBFBFB!important;
    color: #333!important;
    border-top: 1px solid #E4E5E7;
    border-left: 1px solid #E4E5E7;
    border-right: 1px solid #E4E5E7;
    font-weight: 500
}

.no-radius {
    border-radius: 0!important
}

.team-members .panel-body {
    padding: 0
}

.team-members .media-left {
    padding: 10px
}

.team-members .media-body {
    padding-right: 10px;
    padding-top: 12px
}

.team-members .media {
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0
}

.project-percent {
    position: absolute;
    font-size: 33px;
    font-weight: 500;
    top: 35%;
    left: 0;
    right: 0
}

.project-file-image {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-right: 15px
}

#task-tracking-stats-modal {
    z-index: 999999999999
}

.phase-logged-time {
    color: #3B6900
}

.progress-bg-dark {
    background-color: #7C838B
}

.project-overview-progress-bar {
    height: 50px;
    background-color: #7C838B;
    position: relative
}

.project-overview-progress-bar .project-progress-number {
    font-size: 16px;
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    text-shadow: 0 0 2px #333
}

.light-green-bg {
    background: #D8EDA3
}

.task-unfinished-table {
    border-left: 7px solid #ff6f00
}

.task-user {
    border: 1px solid #F0F0F0;
    padding: 2px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    position: relative
}

.task-checklist-indicator {
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    width: 20px;
    height: 21px;
    display: inline-block
}

.task-checklist-indicator i {
    margin: 0 auto 0 3px;
    vertical-align: middle
}

#task-comments {
    background: #FDFDFD;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    display: inline-block
}
/* dropzone related css start here*/
form.dropzone {
    border: 3px dashed #eef2f4
}

.dropzone .dz-message {
    margin-top: 45px;
    color: #03a9f4
}
#dropzoneDragArea {
    border: 2px dashed #EAEAEA;
    padding: 60px;
    margin-bottom: 15px
}
.dropzoneDragArea {
    border: 2px dashed #EAEAEA;
    padding: 60px;
    margin-bottom: 15px
}
.dropzone-manual {
    border: 0!important;
    padding: 0;
    background: 0 0
}

.dropzone-manual.dropzone .dz-message {
    margin-top: 0
}


/* dropzone related css over here*/


.xdsoft_ {
    z-index: 99999999999999
}

.xdsoft_datetimepicker {
    box-shadow: none;
    border-radius: 3px;
    padding-top: 7px;
    font-family: Roboto;
    border: 1px solid #d6d6d6
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-top: 1px;
    padding-bottom: 1px
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 260px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #fff;
    text-align: center;
    border: 0
}

.xdsoft_datetimepicker .xdsoft_calendar td {
    padding: 5px 5px 5px 7px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #585858;
    font-weight: 500;
    padding: 10px 7px
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 7px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px
}

.xdsoft_datetimepicker .xdsoft_label {
    font-weight: 500
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    box-shadow: none;
    background: #3af;
    border-radius: 3px
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #656D77!important;
    border-radius: 3px
}

.dataTables_filter input {
    margin-left: 0!important;
    width: 76px!important;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    height: 31px
}

.dataTables_filter input:focus {
    width: 160px!important
}

.dataTables_filter label {
    text-align: right
}

@media (max-width:768px) {
    div.proposal-left,
    div.proposal-wrapper {
        display: inline-block;
        width: 100%
    }
    div.proposal-left {
        position: relative;
        padding-left: 50px;
        padding-right: 50px
    }
    div.proposal-right {
        height: 100%!important;
        display: block;
        position: relative
    }
    #content {
        padding: 15px
    }
    ._buttons .mleft5 {
        margin-left: 0!important
    }
    ._buttons .mright10 {
        margin-right: 0!important
    }
    ._buttons .pull-left,
    ._buttons .pull-right {
        float: none!important
    }
    ._buttons .btn,
    ._buttons .btn-group {
        display: inline-block;
        margin-left: 0!important;
        width: 100%;
        margin-bottom: 5px!important;
        float: none!important
    }
    .nav-tabs>li {
        width: 100%
    }
    .project-overview-column {
        margin-top: 15px
    }
    .table-responsive {
        padding: 15px 0;
        border: 1px solid #F7F7F7
    }
    .pusher {
        margin-top: 50px
    }
    .fn-gantt .fn-content {
        overflow-x: scroll
    }
    .dataTables_filter input,
    .dataTables_filter input:focus {
        width: 100%!important
    }
    .proposal-right .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }
}

table.dataTable>tbody>tr.child span.dtr-title {
    font-weight: 500
}

.jquery-comments .textarea-wrapper {
    padding-left: 21px
}

.jquery-comments .textarea-wrapper:before {
    border: 0
}

.jquery-comments .textarea-wrapper .textarea {
    border-radius: 3px;
    border: 1px solid #d6d6d6
}

.tasks-phases .panel-body {
    background: #FBFBFB;
    padding: 10px
}

.tasks-phases ._task_wrapper {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #e4e5e7;
    border-radius: 4px
}

.activity-feed {
    padding: 15px
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #84c529
}

.activity-feed .feed-item:last-child {
    border-color: transparent
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #4B5158
}

.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px
}

.dataTables_empty,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label {
    color: #9c9c9c
}

div.dataTables_wrapper div.dataTables_filter .glyphicon {
    color: #b3b3b3
}

.full-screen-modal {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-y: initial!important
}

.full-screen-modal .modal-content {
    height: 100%;
    min-height: 100%;
    max-height: 100%
}

.full-screen-modal .modal-footer {
    bottom: 0;
    position: absolute;
    width: 100%
}

.project_file_area,
.project_file_discusssions_area {
    overflow-y: scroll;
    height: 400px
}

@media(max-width:768px) {
    .project_file_area,
    .project_file_discusssions_area {
        height: auto!important
    }
    .full-screen-modal {
        width: auto;
        height: auto;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 10px;
        overflow-y: initial!important
    }
    .project_file_discusssions_area {
        margin-top: 30px
    }
    .full-screen-modal .modal-footer {
        width: auto;
        position: relative!important
    }
}

.alert {
    padding: 10px 15px;
    font-size: 14px
}

.alert:not(.float-alert) span[data-notify=icon] {
    float: left;
    font-size: 18px;
    margin-top: 0
}

.float-alert.alert span[data-notify=icon] {
    font-size: 20px;
    display: block;
    left: 13px;
    position: absolute;
    top: 50%;
    margin-top: -11px
}

.alert.float-alert .alert-title {
    margin-left: 30px
}

.alert:not(.float-alert) .alert-title {
    margin-left: 10px
}

.alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1033;
    background-color: #FFF;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 3px;
    font-weight: 400
}

.alert button.close:hover {
    opacity: .55
}

.alert .close~span {
    display: block;
    max-width: 89%
}

.preview_image {
    height: auto;
    width: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px
}

.preview_image:last-child {
    margin-top: 0;
    margin-bottom: 0
}

.preview_image img {
    width: 100%;
    height: auto
}

.fc-toolbar h2 {
    font-size: 20px;
    margin-top: 4px
}

.fc-event {
    padding: 8px!important;
    border: 0!important;
    border-radius: 2px!important;
    margin: 5px 10px!important;
    font-size: 11px
}

.fc-state-default {
    box-shadow: 0!important;
    text-shadow: none!important;
    background: #03a9f4!important;
    color: #fff!important
}

.fc-state-active,
.fc-state-down {
    box-shadow: none!important;
    background: #0286c2!important
}

.fc-widget-header .fc-day-header {
    padding: 8px 0
}

.fc-view-container .fc-widget-header {
    background: #f7f8fa
}

.fc-basic-view .fc-day-number {
    text-align: center
}

.tc-content ol,
.tc-content ul {
    list-style: inherit;
    margin-left: 16px
}

.tc-content ol {
    list-style-type: decimal
}

.tc-content table {
    margin-top: 0;
    border-collapse: initial
}

.tc-content table>tbody>tr>td {
    padding: 5px 10px
}

.tc-content img {
    max-width: 100%
}

.tc-content table[border="1"],
.tc-content table[border="1"] td {
    border: 1px solid
}

.float-alert {
    display: inline-block;
    margin: 0 auto;
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1031;
    top: 20px;
    right: 20px
}

.kb-search-jumbotron {
    margin-top: -20px;
    margin-bottom: 10px;
    background: #eef2f4
}

.has-feedback.has-feedback-left .form-control-feedback {
    left: 0
}

.kb-search .form-control-feedback {
    left: 5px!important;
    top: 7px;
    font-size: 16px
}

.kb-search input[type=search] {
    padding-left: 40px;
    height: 45px;
    font-size: 17px
}

.kb-search input[type=search]:focus {
    padding-left: 15px
}

.kb-search button[type=submit] {
    padding: 13px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#botlink,
#toplink {
    position: fixed;
    right: 7.5%;
    bottom: 53%;
    padding: 10px;
    margin: 0 -20px 0 0;
    color: #666;
    background: #e9ebef;
    font-size: 1.5em;
    border: 1px solid #b4b4b4;
    border-bottom: 1px solid #b8b8b8;
    border-radius: 6px 6px 0 0;
    z-index: 99;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .25)
}

#botlink {
    top: 47%;
    padding: 10px;
    bottom: auto;
    border: 1px solid #b4b4b4;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px
}

#botlink:hover,
#toplink:hover {
    color: #84C529;
    background: #fcfcfc;
    text-decoration: none
}

.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #333
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #03a9f4
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #333
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    border-radius: 0 10px 10px;
    margin-top: .2px
}

.dropdown-submenu.pull-left>.dropdown-menu li a:hover,
.dropdown-submenu.pull-left>.dropdown-menu li.active a,
.dropdown-submenu.pull-left>.dropdown-menu li.active a:hover {
    border-top-left-radius: 0
}

@media (max-width:768px) {
    .dropdown-submenu.pull-left>.dropdown-menu {
        display: block;
        left: 1px;
        position: relative;
        border: 0;
        box-shadow: none
    }
    .dropdown-submenu>a:after {
        border-left-color: transparent
    }
    .dropdown-submenu>a {
        background: #f0f0f0
    }
}

.progress-bar-mini {
    height: 5px!important
}

.project-progress-bars i {
    font-size: 24px
}

.project-progress-bars i:not(.text-success) {
    color: #bfbfbf
}

.panel-body.project-description {
    padding: 11px
}

.bootstrap-select .btn-default {
    background: #fff!important;
    border: 1px solid #d6d6d6!important;
    box-shadow: none;
    color: #494949!important;
    padding: 7px 12px;
    text-transform: none
}

.bootstrap-select .btn-default.open {
    border: 1px solid #f0f0f0!important
}
ul.tagit li {
    display: block
}
ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit;
    margin-right: inherit
}

ul.tagit li {
    float: left;
    margin: 2px 5px 2px 0
}

ul.tagit li.tagit-choice {
    position: relative;
    line-height: inherit
}

input.tagit-hidden-field {
    display: none
}

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none
}

ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
    right: .4em
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0
}

ul.tagit input[type=text] {
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: 0
}

ul.tagit li.tagit-choice {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CAD8F3;
    background: #DEE7F8;
    font-weight: 400
}

ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #555
}

ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none
}

ul.tagit li.tagit-choice .ui-icon {
    display: none
}

ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #777
}

ul.tagit li.tagit-choice.remove,
ul.tagit li.tagit-choice:hover {
    background-color: #bbcef1;
    border-color: #6d95e0
}

ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
    color: #222
}

ul.tagit input[type=text] {
    color: #333;
    background: 0 0
}
.ui-widget {
    font-size: 1.1em
}

.tagit-autocomplete.ui-autocomplete {
    position: absolute;
    cursor: default
}
ul.tagit li.tagit-choice .tagit-label:not(a),
ul.tagit-autocomplete {
    font-family: Roboto
}
ul.tagit {
    border: 0!important;
    background: 0 0
}

ul.tagit input[type=text] {
    background: 0 0;
    border-left: 1px dashed #b3b3b3;
    height: 20px;
    padding-left: 5px
}

[dir=rtl] ul.tagit input[type=text] {
    border-left: 0;
    border-right: 1px dashed #b3b3b3
}

ul.tagit li.tagit-new {
    padding-top: 2px
}

ul.tagit li.tagit-choice-editable:hover {
    border: 1px solid #626f80
}

ul.tagit li.tagit-choice-editable,
ul.tagit li.tagit-choice-read-only {
    padding: 2px 20px 2px 10px;
    background: #fff;
    color: #626f80;
    border: 1px solid #626f80;
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px
}

ul.tagit li.tagit-choice-editable a {
    color: #626f80
}

ul.tagit-autocomplete {
    border-radius: 3px;
    background: #fff;
    padding: 5px 0;
    border-color: #d6d6d6!important;
    max-height: 270px;
    min-width: 240px;
    overflow-y: scroll;
    z-index: 999999
}

.tagit-autocomplete.ui-widget-content {
    background: 50% 50% repeat-x #f9f9f9
}

ul.tagit-autocomplete li {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px!important
}

ul.tagit-autocomplete li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.tagit-autocomplete .ui-state-active {
    border: 1px solid #f0f0f0;
    font-weight: 400;
    color: #333;
    background: #F5F5F5
}

.tagit-autocomplete .ui-widget-content {
    border: 1px solid #f0f0f0
}

.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover {
    color: #333
}

.task-modal-single ul.tagit,
.task-modal-single ul.tagit li.tagit-new {
    padding-bottom: 0
}

[dir=rtl] ul.tagit {
    display: block;
    width: 100%
}

[dir=rtl] ul.tagit,
[dir=rtl] ul.tagit li.tagit-choice-editable,
[dir=rtl] ul.tagit li.tagit-new {
    float: right
}

ul.tagit li.tagit-choice:hover {
    background: #f0f0f0!important
}

.tags-read-only-custom a.tagit-close,
.tags-read-only-custom ul.tagit input[type=text] {
    display: none
}

.tags-read-only-custom ul.tagit li.tagit-choice:hover {
    background: 0 0!important
}

.tags-read-only-custom ul.tagit li.tagit-choice-editable {
    padding-right: 10px
}

.lead-wrapper .tags-labels .label-tag,
.task-modal-single .tags-labels .label-tag {
    float: left;
    margin-top: 5px
}

.label-tag {
    margin-right: 5px;
    color: #909090;
    border: 1px solid #909090;
    background: #fff;
    font-size: 12.5px
}

.label-tag:last-child {
    margin-right: 0
}

table .tags-labels {
    float: left;
    display: inline-block;
    max-width: 180px;
    word-wrap: break-word;
    word-break: break-word;
    min-width: 100%
}

.kanban-tags .tags-labels .label-tag,
table .tags-labels .label-tag {
    display: inline-block;
    margin-top: 4px
}

table.dataTable tbody .tags-labels .label-tag:hover {
    cursor: pointer;
    opacity: .8
}

table .dtr-data .tags-labels {
    float: none
}

.total-align-right{
    text-align: right!important;
}

.table.items thead>tr>th:nth-child(2){
    text-align: left!important
}


#invoice-wrapper {
    overflow: hidden;
    min-height: 100%;
}
#invoice-wrapper .proposal-left img {
    margin-left:10px;
    margin-right:10px;
}
body.invoice{
    background: #fff;
    overflow: auto;
}
div.invoice-wrapper {
    min-width: 320px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: auto;
}
div.invoice-wrapper img:not(.media-object) {
    display: block;
    max-width: 100%;
    height: auto;
}
div.invoice-wrapper table {
    overflow: scroll;
    max-width: 100%;
}
.invoice-left {
    background: #fff;
}
[dir="rtl"] .invoice-left {
    margin-right: 160px;
}
.invoice-right {
    background: #444A52;
    position: absolute;
    right: 0px;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff;
}
[dir="rtl"] .invoice-right {
    left:0px;
    right:inherit;
}
.invoice-right a:not(.btn) {
    color: #D9D9D9;
}
.invoice-right a:hover,
.invoice-right a:active {
    color: #fff;
}
.invoice-right .btn {
    padding: 8px 20px;
}
.invoice-right hr {
    border-top: 1px solid #727272;
}
.invoice-comment {
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
}
.table.invoice-items thead > tr > th {
    padding-left: 10px;
}
.table.invoice-items tbody > tr > td,
.table.invoice-items thead > tr > th {
    text-align: left;
}
.invoice-status {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
}
.invoice-right .label-default{
    color: #fff !important;
    border: 1px solid #fff;
}

#timesheet_rel_type{
    display: none !important;
}


#purchase_order-wrapper {
    overflow: hidden;
    min-height: 100%;
}
#purchase_order-wrapper .proposal-left img {
    margin-left:10px;
    margin-right:10px;
}
body.purchase_order{
    background: #fff;
    overflow: auto;
}
div.purchase_order-wrapper {
    min-width: 320px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: auto;
}
div.purchase_order-wrapper img:not(.media-object) {
    display: block;
    max-width: 100%;
    height: auto;
}
div.purchase_order-wrapper table {
    overflow: scroll;
    max-width: 100%;
}
.purchase_order-left {
    background: #fff;
}
[dir="rtl"] .purchase_order-left {
    margin-right: 160px;
}
.purchase_order-right {
    background: #444A52;
    position: absolute;
    right: 0px;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff;
}
[dir="rtl"] .purchase_order-right {
    left:0px;
    right:inherit;
}
.purchase_order-right a:not(.btn) {
    color: #D9D9D9;
}
.purchase_order-right a:hover,
.purchase_order-right a:active {
    color: #fff;
}
.purchase_order-right .btn {
    padding: 8px 20px;
}
.purchase_order-right hr {
    border-top: 1px solid #727272;
}
.purchase_order-comment {
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
}
.table.purchase_order-items thead > tr > th {
    padding-left: 10px;
}
.table.purchase_order-items tbody > tr > td,
.table.purchase_order-items thead > tr > th {
    text-align: left;
}
.purchase_order-status {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
}
.purchase_order-right .label-default{
    color: #fff !important;
    border: 1px solid #fff;
}


#estimate-wrapper {
    overflow: hidden;
    min-height: 100%;
}
#estimate-wrapper .proposal-left img {
    margin-left:10px;
    margin-right:10px;
}
body.estimate{
    background: #fff;
    overflow: auto;
}
div.estimate-wrapper {
    min-width: 320px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: auto;
}
div.estimate-wrapper img:not(.media-object) {
    display: block;
    max-width: 100%;
    height: auto;
}
div.estimate-wrapper table {
    overflow: scroll;
    max-width: 100%;
}
.estimate-left {
    background: #fff;
}
[dir="rtl"] .estimate-left {
    margin-right: 160px;
}
.estimate-right {
    background: #444A52;
    position: absolute;
    right: 0px;
    padding-left: 35px;
    padding-right: 35px;
    color: #fff;
}
[dir="rtl"] .estimate-right {
    left:0px;
    right:inherit;
}
.estimate-right a:not(.btn) {
    color: #D9D9D9;
}
.estimate-right a:hover,
.estimate-right a:active {
    color: #fff;
}
.estimate-right .btn {
    padding: 8px 20px;
}
.estimate-right hr {
    border-top: 1px solid #727272;
}
.estimate-comment {
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
}
.table.estimate-items thead > tr > th {
    padding-left: 10px;
}
.table.estimate-items tbody > tr > td,
.table.estimate-items thead > tr > th {
    text-align: left;
}
.estimate-status {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
}
.estimate-right .label-default{
    color: #fff !important;
    border: 1px solid #fff;
}

.signature-pad--body {
    border-radius: 4px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #c0cbda;
}

.statement_box {width:99%; margin: auto;}
.statement_box thead tr th{ text-align: center; font-weight: bold; }
.statement_box .text-summary{ 
    text-align: center;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
}
.table.table-signature tbody tr td{ padding-bottom: 10px;}