@import url(bs-overides.min.css);
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    background: #626f80;
    font-size: 13px;
    color: #323a45;
    margin: 0;
    padding: 0;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.h4,
h4,
.h3,
h3 {
    font-weight: 400;
}

.noscroll {
    overflow: hidden !important;
}

.dt-table {
    width: 100% !important;
}

a {
    color: #008ece;
    text-decoration: none;
}

#small-table .table>tbody>tr>td a {
    font-size: 13.6px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
    .modal-xxl {
        width: 98%;
        max-width: 1500px;
    }
}

.modal {
    z-index: 10000;
}


.media-body {
    word-break: break-all;
}

.modal-header {
    background: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.modal-content {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

a:hover,
a:focus {
    color: #004B6D;
    text-decoration: none;
}

body.modal-open {
    overflow: hidden;
}

[dir="rtl"].modal-open {
    overflow-x: hidden;
}

@media (min-width:801px) {
    body.small-table .small-table-right-col.col-md-7 {
        padding-left: 0px;
    }
}

b,
strong {
    font-weight: 500;
}

h5 {
    font-size: 13px;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.table .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.alert {
    padding: 10px 15px;
    font-size: 14px;
}

.alert:not(.float-alert) span[data-notify="icon"] {
    float: left;
    font-size: 18px;
    margin-top: 0px;
}

.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;
    font-weight: 500;
}

[dir="rtl"] .alert.float-alert .alert-title {
    float: left;
}

.alert:not(.float-alert) .alert-title {
    margin-left: 10px;
}

.alert.float-alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1033;
    background-color: #FFFFFF;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 400;
}

.alert.float-alert button.close:hover {
    opacity: .55;
}

.alert.float-alert .close~span {
    display: block;
    max-width: 89%;
}

.alert.alert-dismissible button.close {
    right: -2px;
}

.announcement .alert-dismissible .close {
    top: -4px;
}

[dir="rtl"] .announcement .alert-dismissible .close {
    right: 13px;
}

.small,
small {
    font-size: 70%;
}

@-webkit-keyframes loader {
    0% {
        background: #f0f0f0;
    }
    10% {
        background: #c5c5c5;
    }
    40% {
        background: #f0f0f0;
    }
}

@keyframes loader {
    0% {
        background: #f0f0f0;
    }
    10% {
        background: #c5c5c5;
    }
    40% {
        background: #f0f0f0;
    }
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #f0f0f0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fdfdfd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #f5f5f5;
}

.dt-loader:not(:required) {
    -webkit-animation: loader 2000ms 300ms infinite ease-out;
    animation: loader 2000ms 300ms infinite ease-out;
    background: #f0f0f0;
    text-indent: -9999px;
    width: 0.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):before,
.dt-loader:not(:required):after {
    background: #f0f0f0;
    content: '\x200B';
    display: inline-block;
    width: 0.9em;
    height: 1.5em;
    position: absolute;
    top: 0;
}

.dt-loader:not(:required):before {
    -webkit-animation: loader 2000ms 150ms infinite ease-out;
    animation: loader 2000ms 150ms infinite ease-out;
    left: -1.6em;
}

.dt-loader:not(:required):after {
    -webkit-animation: loader 2000ms 450ms infinite ease-out;
    animation: loader 2000ms 450ms infinite ease-out;
    right: -1.6em;
}

.dropzone,
.dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em;
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}

.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
}

body.hide-sidebar #menu {
    margin-left: -210px;
}

body.hide-sidebar #wrapper {
    margin-left: 0;
}

body.page-small #menu {
    margin-left: -210px;
}

body.page-small #wrapper {
    margin-left: 0;
}

body.page-small.show-sidebar #menu {
    margin-left: 0;
}

body.page-small.show-sidebar #wrapper {
    margin-left: 210px;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #C3C3C3;
    outline: 1px solid #7D838B;
    border-radius: 20px;
}

#header {
    background-color: #465261;
    display: block;
    height: 63px;
    margin: 0;
    padding: 0;
    position: relative;
}

#header li>a.active {
    color: inherit;
    background: #f7f8fa;
    border-radius: 80px;
}

#logo {
    float: left;
    padding: 10px 15px;
    height: 63px;
    text-align: center;
}

#logo img {
    width: auto;
    height: 34px;
    margin-top: 3px;
}

#logo span {
    font-weight: 400;
    font-size: 25px;
    color: #323a45;
}

.small-logo {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 4px 12px 4px 12px;
    line-height: 57px;
    height: 63px;
}

.navbar-nav>li a>.icon-total-indicator {
    line-height: 12px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    position: absolute;
    right: 1px;
    font-size: 11px;
    top: 13px;
    font-family: Verdana, serif;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
}

.bg-warning {
    background: #FF6F00;
}

.bg-success {
    background: #84c529;
}

.dropdown-menu>li>a {
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.dropdown-menu {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    border-radius: 10px;
    z-index: 9000;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
    border-color: #bfcbd9;
}

.dropdown-menu>li>a {
    padding: 8px 16px;
    color: #333333;
}

.dropdown-menu>li>a:focus {
    outline: 0 !important;
}

.dropdown-menu>li:first-child>a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#header .dropdown-menu>li:first-child>a {
    border-radius: 0px;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
    border-radius: 0px;
}

.dropdown-menu>li:last-child>a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #F5F5F5;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #03a9f4;
}

.navbar-nav>li>.dropdown-menu.notifications {
    max-height: 600px;
    border-top: 0px;
    overflow: auto;
}

.navbar-nav>li>.dropdown-menu.notifications li .media-body {
    font-size: 13px;
}

.navbar-nav>li>.dropdown-menu>li:last-child>a {
    border-radius: 0px;
}

.navbar-nav>li>.dropdown-menu.notifications li img {
    margin-right: 10px;
}

.notification_link {
    cursor: pointer;
}

.notification-box-all {
    border: 1px solid #f0f0f0;
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.notification-box-all:hover {
    background: #fbfbfb;
}

.notification-box-all img {
    margin-right: 10px;
}

.notification-box-all a {
    display: block;
}

.notification-box {
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.notification-box.unread,
.notification-box-all.unread {
    background: #f0f4fd;
    border-bottom: 1px solid #F7F9FA;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav .open>a,
.navbar-nav .open>a:hover,
.navbar-nav .open>a:focus {
    background: none;
    border-radius: 0px;
    color: #D0D0D0;
}

.navbar-nav>li>a.profile {
    display: block;
    font-size: 15px;
}

.navbar-nav>li>a .staff-profile-image-small {
    margin-top: 11px;
}

.navbar-nav.navbar-right {
    margin-right: 26px;
}

.navbar-right .dropdown-menu.notifications li:not(:last-child)>a {
    padding: 0px;
}

.navbar-right .dropdown-menu.notifications .divider {
    margin: 0px;
}

.navbar-right .dropdown-menu.notifications li:last-child {
    padding: 15px;
    font-weight: 500;
    text-align: center;
}

.mobile-navbar {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 100;
}

.mobile-navbar .navbar-nav {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e4e5e7;
}

.mobile-navbar .navbar-nav>li>a {
    padding: 10px 12px;
    font-size: 14px;
    color: #333 !important;
    border-bottom: 1px solid #f0f0f0;
    height:inherit;
}

.mobile-navbar .navbar-nav>li:last-child>a {
    border-bottom: 0px;
}

.mobile-navbar .navbar-nav>li>a:hover,
.mobile-navbar .navbar-nav>li>a:focus,
.mobile-navbar .navbar-nav .open>a,
.mobile-navbar .navbar-nav .open>a:hover,
.mobile-navbar .navbar-nav .open>a:focus {
    border-bottom: none;
}

#menu {
    width: 210px;
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 63px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#side-menu {
    background: #626f80;
}

#side-menu .dashboard {
    border-top: 0px;
}

#side-menu li a {
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px 12px 16px;
    font-size: 13px;
    font-family: 'Roboto';
}

#side-menu li:first-child {
    border-bottom: 0px !important;
}

li a i.menu-icon {
    margin-right: 16px;
    display: block;
    float: left;
    vertical-align: middle;
    width: 18px;
    font-size: 17px;
}

#side-menu li.active>a {
    border-radius: 0px;
    color: #323a45;
    background: #e9ebef;
}

#side-menu li .nav-second-level li {
    border-bottom: 0px !important;
}

#side-menu.nav>li>a:hover,
#side-menu.nav>li>a:focus {
    background: #e9ebef;
    border-bottom: 0px !important;
    color: #323a45;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

#side-menu li.active,
li .nav-second-level li {
    background: #fff;
    border-bottom: 0px;
}

#side-menu li .nav-second-level li a {
    padding: 7px 10px 7px 45px;
    color: #0181BB;
    text-transform: none;
    font-size: 14px;
}

#side-menu li .nav-second-level li.active a {
    color: #fff !important;
    border-radius: 50px;
    background-color: #03a9f4;
    border-left: 0px !important;
    display: inline-block;
    padding: 5px 15px;
    margin: 8px 0px 8px 30px;
}

#side-menu li .nav-second-level a:hover {
    background-color: #e9ebef;
}

#side-menu li.quick-links {
    left: -12px;
    position: absolute;
    top: 0px;
    border-bottom: 0px !important;
}

#side-menu li.dashboard_user {
    padding: 11px 10px 11px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#side-menu li.quick-links a {
    padding: 10px 10px 11px 23px;
    font-size: 17px;
}

#side-menu li.quick-links .dropdown-toggle {
    line-height: 40px;
}

.nav li.quick-links .dropdown-quick-links.open a.dropdown-toggle,
.nav li.quick-links .dropdown-quick-links a.dropdown-toggle:hover {
    background: transparent;
    opacity: 0.6;
}

.nav li.quick-links .dropdown-quick-links.open a.dropdown-toggle i {
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

#side-menu li.quick-links .dropdown-menu li {
    padding: 0px;
    border-bottom: 0px;
}

#side-menu li.quick-links .dropdown-menu li a {
    color: #333;
    text-transform: none;
    padding: 10px 20px;
    font-size: 14px;
}

#side-menu li.quick-links .open>.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 12px;
    margin-left: 13px;
}

#side-menu li.quick-links .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

#side-menu li.quick-links .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

#side-menu .arrow,
#setup-menu .arrow {
    float: right;
    padding-top: 3px;
}

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}

#side-menu li.quick-links li:first-child.active>a,
#side-menu li.quick-links li:first-child.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#setup-menu-wrapper {
    background-color: #626f80;
    position: absolute;
    top: 63px;
    width: 210px !important;
    bottom: 0;
    left: 0;
    overflow: auto;
    display: none;
    z-index: 9;
    min-height: 100%;
}

[dir='rtl'] #setup-menu-wrapper {
    right: 0px;
    left: auto;
    z-index: 999;
}

#setup-menu li:first-child {
    border-bottom: 1px solid #626e7b;
    color: #fff;
}

#setup-menu .nav-second-level li:first-child {
    background: #FDFDFD;
    color: #323a45;
    border-left: 0px !important;
}

#setup-menu li.active {
    border-bottom: 0px;
}

#setup-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding: 7px 16px;
}

#setup-menu li .nav-second-level li {
    border-bottom: 0px;
}

#setup-menu li .nav-second-level li a:hover,
#setup-menu li .nav-second-level li a.active {
    color: #323a45;
    background-color: #f7f9fa;
}

#setup-menu li .nav-second-level li a {
    padding: 8px 10px 8px 30px;
    color: #323a45;
    font-size: 13px;
}

#setup-menu .close-customizer {
    display: inline-block;
    margin: 8px;
    padding: 3px 8px;
    border-radius: 4px;
}

#setup-menu li.active>a {
    color: #333;
    background-color: #e9ebef;
}

#setup-menu li .nav-second-level li.active a {
    color: #fff !important;
    border-radius: 50px;
    background-color: #03a9f4;
    display: inline-block;
    padding: 5px 15px;
    margin: 8px 0px 8px 15px;
}

#setup-menu li>a:hover,
#setup-menu li>a:active,
#setup-menu li>a.active {
    color: #333 !important;
    background-color: #e9ebef;
}

#setup-menu li .nav-second-level li:last-child {
    border-bottom: 0px;
}

#setup-menu .customizer-heading {
    position: absolute;
    top: 11px;
}

#wrapper {
    margin: 0 0 0 210px;
    padding: 0;
    background: #e9ebef;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    min-height: 100%;
}

.content {
    padding: 10px 25px 25px 25px;
    min-width: 320px;
}

ul.customer-profile-tabs {
    margin-top: -16px;
}

.client-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.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-xs {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.staff-profile-image-thumb {
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

.client-profile-image-thumb {
    height: 160px;
    width: 160px;
    border-radius: 50%;
}

.btn {
    text-transform: uppercase;
    font-size: 13.5px;
    outline-offset: 0;
    padding: 5px 10px;
    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;
}

.btn.btn-xs {
    padding: 4px 8px;
    font-size: 13px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control,
select.form-control,
.dataTables_length select,
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"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
    height: 36px;
}

textarea.form-control {
    height: inherit;
    padding-top: 10px;
}

.input-group-addon {
    border: 1px solid #bfcbd9;
    background-color: #fbfdff;
    color: #97a8be;
}

.input-group-addon .btn {
    padding: 1px 5px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eef1f6;
    border-color: #d1dbe5;
    color: #8babcc;
    cursor: not-allowed;
}

.form-control::-webkit-input-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

.form-control:-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

textarea.form-control:focus,
select.form-control:focus,
.dataTables_length select: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,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]:focus {
    border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

[dir="rtl"] .input-group-addon:last-child {
    border-left: 1px solid #ccc;
}

.dataTables_length {
    float: left;
    margin-right: 5px;
}

.dataTables_length select {
    padding-top: 5px;
    height: inherit;
}

[dir="rtl"] .dataTables_length {
    float: right;
    margin-left: 5px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #bfcbd9;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    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: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
    background-color: #FC2D42;
    border-color: #FC2D42;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
    background-color: #03A9F4;
    border-color: #03A9F4;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
    background-color: #FF6F00;
    border-color: #FF6F00;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
    background-color: #84c529;
    border-color: #84c529;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    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 #bfcbd9;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.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: #555555;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #03a9f4;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #03a9f4;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #03a9f4;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #FC2D42;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #FC2D42;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #FC2D42;
}

.radio-info input[type="radio"]+label::after {
    background-color: #03A9F4;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #03A9F4;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #03A9F4;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #FF6F00;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #FF6F00;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #FF6F00;
}

.radio-success input[type="radio"]+label::after {
    background-color: #84c529;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #84c529;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #84c529;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
    color: #fff;
}

.label {
    font-size: 12px;
    font-weight: 400;
    padding: .3em .7em .3em;
}

.btn-ticket-label {
    padding: 4px 10px 3px 10px;
    font-size: 14px;
    margin-top: -2px;
}

.label.ticket-label {
    font-size: 13px;
    padding: 6px 9px;
}

.label.ticket-label.label-default {
    border: 1px solid #bfcbd9;
}

.panel_s>.panel-heading,
.panel_s>.panel-heading-bg {
    color: inherit;
    padding: 10px 4px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    border: 1px solid transparent;
}

.panel_s>.panel-heading {
    font-weight: 500;
}

.panel-no-heading {
    margin-top: 40px;
}

.label-margin {
    margin-top: 23px;
}

.panel_s>.panel-heading-bg {
    background: #f7f9fa;
    border: 1px solid #dce1ef;
    padding: 7px 15px;
    border-bottom: 0px;
    color: #323a45;
}

.panel_s .panel-body {
    background: #fff;
    border: 1px solid #dce1ef;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}

.panel_s>.panel-footer {
    background: #f7f9fa;
    border: 1px solid #dce1ef;
    border-top: none;
    color: inherit;
    font-size: 90%;
    padding: 10px 15px;
}

.panel_s {
    background-color: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.chip-circle {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    color: #fff;
    border-radius: 16px;
    background-color: #4b5158;
}

#invoices_total .panel_s {
    margin-bottom: 0px;
}

.chip-small {
    line-height: 6px;
    padding: 6px 10px 6px 10px;
    height: 20px;
}

label,
.control-label {
    font-weight: 400;
    font-size: 13px;
    color: #2d2d2d;
    margin-bottom: 7px;
}

.full-width {
    width: 100%;
}

.text-throught {
    text-decoration: line-through;
    opacity: 0.6;
}

.ie-dt-fix {
    overflow-x: hidden;
}

.valign {
    vertical-align: middle;
}

.ptop10 {
    padding-top: 10px;
}

.p7 {
    padding: 7px;
}

.p8 {
    padding: 8px;
}

.p8-half {
    padding: 8.5px;
}

.p9 {
    padding: 9px;
}

.mright5 {
    margin-right: 5px;
}

.mright10 {
    margin-right: 10px;
}

.mright25 {
    margin-right: 25px;
}

.mright30 {
    margin-right: 30px;
}

.mright35 {
    margin-right: 35px;
}

.mright20 {
    margin-right: 20px;
}

.mleft5 {
    margin-left: 5px;
}

.mleft10 {
    margin-left: 10px !important;
}

.mleft15 {
    margin-left: 15px;
}

.mleft20 {
    margin-left: 20px;
}

.mleft25 {
    margin-left: 25px;
}

.mleft30 {
    margin-left: 30px;
}

.pleft5 {
    padding-left: 5px;
}

.mleft4 {
    margin-left: 4px !important;
}

.mleft40 {
    margin-left: 40px;
}

[dir="rtl"] .mright5 {
    margin-left: 5px;
    margin-right: 0px;
}

[dir="rtl"] .mright10 {
    margin-left: 10px;
    margin-right: 0px;
}

[dir="rtl"] .mright25 {
    margin-left: 25px;
    margin-right: 0px;
}

[dir="rtl"] .mright35 {
    margin-left: 35px;
    margin-right: 0px;
}

[dir="rtl"] .mright20 {
    margin-left: 20px;
    margin-right: 0px;
}

[dir="rtl"] .mleft5 {
    margin-right: 5px !important;
    margin-left: 0px;
}

[dir="rtl"] .mleft10 {
    margin-right: 10px !important;
    margin-left: 0px;
}

[dir="rtl"] .mleft15 {
    margin-right: 15px !important;
    margin-left: 0px;
}

[dir="rtl"] .mleft20 {
    margin-right: 20px !important;
    margin-left: 0px;
}

[dir="rtl"] .mleft25 {
    margin-right: 25px !important;
    margin-left: 0px;
}

[dir="rtl"] .mleft30 {
    margin-right: 30px !important;
    margin-left: 0px;
}

[dir="rtl"] .mleft4 {
    margin-right: 4px !important;
}

[dir="rtl"] .mleft40 {
    margin-right: 40px;
    margin-left: 0px;
}

.mbot5 {
    margin-bottom: 5px;
}

.mbot10 {
    margin-bottom: 10px;
}

.mbot15 {
    margin-bottom: 15px;
}

.mbot20 {
    margin-bottom: 20px;
}

.mbot25 {
    margin-bottom: 25px;
}

.mbot30 {
    margin-bottom: 30px;
}

.no-mleft {
    margin-left: 0px !important;
}

.no-mright {
    margin-right: 0px !important;
}

.no-mtop {
    margin-top: 0px !important;
}

.no-mbot {
    margin-bottom: 0px !important;
}

.mtop5 {
    margin-top: 5px;
}

.mtop8 {
    margin-top: 8px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop25 {
    margin-top: 25px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop35 {
    margin-top: 35px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop45 {
    margin-top: 45px;
}

.no-border {
    border: 0px;
}

.no-border-color {
    border-color: transparent !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.s_table {
    overflow-x: visible;
}

.inline-block {
    display: inline-block;
}

.display-block {
    display: block !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }
    .view-all-timesheets {
        height:45px;
        margin-top:0px;
    }
}

.border-right {
    border-right: 1px solid #f0f0f0;
}

[dir="rtl"] .border-right {
    border-right: 0px;
    border-left: 1px solid #f0f0f0;
}

.bold {
    font-weight: 500;
}

label:not(.control-label) {
    font-weight: 400;
}

.table-invoices tr {
    min-width: 100%;
}

.padding {
    padding: 20px;
}

.padding-10 {
    padding: 10px !important;
}

.padding-5 {
    padding: 5px;
}

.line-throught {
    text-decoration: line-through;
}

.medium-icon {
    font-size: 26px;
}

.tooltip-pointer {
    border-bottom: 1px dashed;
}

.modal .email-template {
    overflow: visible;
}

.email-templates li>a {
    font-size: 14px;
}

.email-templates li {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px;
}

.client-reply {
    background: #FFFFE6 !important;
    color: #323a45;
}

.survey_input_box_description {
    outline: 0;
    border: 1px solid #F1F1F1;
    margin-top: -4px;
    border-radius: 10px;
    padding-left: 10px;
}

#survey_questions li .question:hover {
    border: 2px dashed #EAEAEA;
}

.survey_add_more_box {
    margin-top: 10px;
    display: inline-block;
    margin-left: 2px;
}

.question.form-group {
    padding: 25px;
    background: #FDFDFD;
    border: 1px solid #F1F1F1;
}

.question .required {
    margin-top: 0px;
}

.question_update {
    margin-left: 15px;
}

.note {
    background: #FFFFE6;
    color: #323a45;
    padding: 5px 10px 5px 10px;
    margin-bottom: 8px;
    border: 1px solid #DACD83;
    border-radius: 2px;
}

.fc-event {
    padding: 8px !important;
    border: 0px !important;
    border-radius: 2px !important;
    margin: 5px 10px 5px 10px !important;
    font-size: 11px;
    cursor: pointer;
}

.event-title {
    display: inline-block;
    margin-top: 10px;
}

.events .event {
    border-bottom: 1px solid #F9F9F9;
    padding: 3px 3px 10px 3px;
    word-break: break-all;
}

.bootstrap-select .btn-default {
    background: #fff !important;
    border: 1px solid #bfcbd9 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949 !important;
    padding: 4px 10px;
    line-height: 2;
    height: 36px;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    background-color: #eef1f6 !important;
    border-color: #d1dbe5 !important;
    cursor: not-allowed;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.bootstrap-select.open .btn-default {
    border: 1px solid #03a9f4 !important;
}

.bootstrap-select .status {
    background: #e4e8f1;
    color: #48576a;
    margin-bottom: 0px;
    font-size: 12px;
    font-style: normal;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    outline: 0 !important;
    background: #e4e8f1;
}

.btn-icon {
    padding: 3px 7px !important;
    margin-right: 2px;
}

.hide-menu {
    padding: 18px 14px 18px 14px;
    font-size: 14px;
    float: left;
    color: #D0D0D0;
    /*border-right: 1px solid #54606f;*/
    cursor: pointer;
    line-height: 27px;
}

[dir="rtl"] .hide-menu {
    float: right;
    border-left: 1px solid #5E646D;
}

.hide-menu:hover {
    opacity: 0.7;
}

.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    to {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    to {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .s_table {
        overflow-y: scroll;
    }
}

body.rtl.hide-sidebar #side-menu {
    display: none;
}

body.rtl.hide-sidebar #wrapper {
    margin-right: 0px !important;
}

body.rtl ul.dt-button-collection.dropdown-menu {
    margin-right: 250px;
}

#mobile-search ul {
    margin-bottom: 0px;
    margin-top:2px;
}

#mobile-search #top_search {
    width: 100% !important;
}

#mobile-search #top_search_button button {
    color: #fff !important;
    height: 42px;
    border-right: 0px;
    margin-right: 17px;
}

#mobile-search #top_search input {
    margin-top: -2px;
    height: 42px;
}

#mobile-search #top_search_button {
    position: absolute;
    right: 0px;
    top: 55px;
    z-index: 5;
}

#mobile-search #mobile-search ul {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    #mobile-search #top_search_button button {
        margin-top: 6px;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 15px 15px 15px 15px;
        min-width: 320px;
    }
    .s_table {
        overflow-y: scroll;
    }
    .hide-menu {
        margin-right: 5px;
    }
    .navbar-nav>li>a {
        line-height: 20px;
    }
    #leads-table .btn-group {
        float: none !important;
    }
    .project-heading {
        margin-bottom: 15px;
        text-align: center;
    }
    .post-image-wrapper-1,
    .post-image-wrapper-2,
    .post-image-wrapper-3 {
        width: 100% !important;
    }
    .leads-search {
        margin-top: 15px;
    }
    .kan-ban-col {
        width: 260px !important;
    }
    #top_search {
        width: 100% !important;
    }
    #top_search_button button {
        color: #fff !important;
    }
    #top_search input {
        margin-top: -10px !important;
        padding-top: 3px;
    }
    #mobile-search #top_search_button button {
        margin-top: 7px;
        font-size: 17px;
        margin-right: 0px;
    }
    .total-column {
        margin-bottom: 10px;
    }
    .total-column:last-child {
        margin-bottom: 0px;
    }
    #top_search_button {
        position: absolute;
        right: 0px;
        top: 63px;
        z-index: 999;
    }
    #top_search_button button {
        border-right: 0px;
    }
    #mobile-search ul {
        margin-bottom: 0px;
    }
    .checklist .remove-checklist {
        position: absolute;
        right: 0px;
    }
    .task-info {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 7px !important;
    }
    .toggle_view {
        display: none !important;
    }
    .notification-box {
        line-height: 20px;
    }
    .project-progress-bars {
        margin-top: 20px;
    }
    body.show-sidebar #mobile-search {
        display: none;
    }
    body.rtl #top_search_button {
        right: initial;
        left: 0px;
        text-align: left;
        border-right: 0px;
    }
    body.rtl #top_search_button button {
        border-right: 0px;
        height: 42px !important;
        float: left;
        width: 39px;
    }
    body.rtl #top_search {
        z-index: 102;
        width: 80%;
    }
    body.rtl .hide-menu {
        margin-right: 0px;
        float: right;
    }
    body.rtl.show-sidebar #menu {
        z-index: 100;
    }
    body.rtl .small-logo {
        margin-left: 10px;
    }
    body.rtl .mobile-menu-toggle {
        float: right;
        margin-left: 0px;
    }
    body.rtl #mobile-search ul {}
    body.rtl #wrapper {
        margin-right: 0px !important;
    }
    body.rtl.page-small.show-sidebar #wrapper {
        margin-left: 0px;
    }
    body.rtl #side-menu li.quick-links .btn {
        padding: 8px 9px 9px 12px;
    }
    body.rtl.show-sidebar #side-menu {
        display: block;
    }
}

@media (min-width: 769px) {
    .mobile-navbar,
    .mobile-navbar.collapse.in {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-right,
    #logo {
        display: none;
    }
    .small-logo {
        display: block;
        float: left;
        height: 63px;
        padding: 10px 0px;
    }
    .small-logo img {
        width: auto;
        max-height: 100%;
        width: auto\9;
        margin-top: 6px;
        height: 34px;
    }
    .mce-floatpanel {
        width: 70% !important;
    }
    body.rtl input[type="file"].dz-hidden-input {
        display: none;
    }
}

@media (max-width: 320px) {
    #wrapper {
        overflow: hidden;
    }
}

.mobile-menu {
    display: none;
}

.add-post-attachments {
    padding: 8px 14px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .mobile-menu-toggle,
    .open-customizer-mobile {
        display: block;
        color: #fff;
        margin-right: 0px;
        line-height: 25px;
    }
    .mobile-menu {
        display: block;
    }
    ul.mobile-icon-menu {
        position: relative;
        display: inline-block;
        float: right;
    }
    ul.mobile-icon-menu>li {
        float: right;
        line-height: 63px;
        border-right: 1px solid #505c6b;
        position: relative;
    }
    ul.mobile-icon-menu>li>a {
        padding: 0px 6px 0px 6px;
        color: #fff;
    }
    ul.mobile-icon-menu>li:last-child {
        border-left: 1px solid #505c6b;
    }
    ul.mobile-icon-menu .dropdown-menu {
        right: 0;
        left: auto;
    }
    ul.mobile-icon-menu .icon-total-indicator {
        line-height: 12px;
        padding: 2px 5px;
        padding-bottom: 3px;
        color: #fff;
        position: absolute;
        right: -4px;
        font-size: 11px;
        top: 14px;
        font-family: Verdana, serif;
        vertical-align: middle;
        text-align: center;
        border-radius: 8px;
    }
    ul.mobile-icon-menu ul.started-timers-top li a._timer+p {
        margin-top: -25px;
        margin-bottom: 0px;
    }
    ul.mobile-icon-menu #top_start_timer p {
        line-height: 17px;
    }
    ul.mobile-icon-menu .notifications .notification-box img {
        margin-right: 8px;
    }
    ul.mobile-icon-menu .divider-top-started-timers {
        display: block;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    ul.mobile-icon-menu li.timer {
        line-height: 20px;
    }
    .notifications.width400 {
        width: 300px;
    }
    .mobile-menu .navbar-nav>li,
    .mobile-menu .navbar-nav {
        float: none;
    }
    #new-post-form button[type="submit"],
    #new-post-form .add-post-attachments,
    #new-post-form .bootstrap-select {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
    }
}

.ui-state-highlight-survey {
    height: 190px;
    border: 3px dashed #eef2f4;
    margin-bottom: 15px;
}

.attachments .attachment:last-child .form-group {
    margin-bottom: 0px;
}

form.dropzone {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
}

form.dropzone input[type="file"] {
    display: none;
}

.dropzone .dz-message {
    margin-top: 45px;
    color: #03a9f4;
}

.dropzone .dz-preview .dz-image {
    border-radius: 0px;
    background: #03a9f4;
}

.dz-details,
.dz-details:hover {
    background: #03a9f4;
    opacity: 1;
    color: #fff;
    height: 120px;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background: #323a45;
    color: #fff;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    color: #323a45;
}

table.table {
    margin-top: 25px;
}

.chart {
    max-width: 100%;
    min-width: 100%;
}

.warning-bg {
    background: #FF6F00 !important;
    color: #fff !important;
    border: 1px solid #FF6F00 !important;
}

.success-bg {
    background: #84c529 !important;
    color: #fff !important;
    border: 1px solid #84c529 !important;
}

.primary-bg {
    background: #03a9f4;
    color: #fff !important;
    border: 1px solid #03a9f4;
}

.info-bg {
    background: #03A9F4 !important;
    color: #fff !important;
    border: 1px solid #03A9F4 !important;
}

.danger-bg {
    background: #FC2D42 !important;
    color: #fff !important;
    border: 1px solid #FC2D42 !important;
}

.panel-body.todo-body {
    padding: 0px;
}

.todo-title {
    margin: 0;
    line-height: 30px;
    padding: 0 0 0 17px;
    font-weight: 500;
    font-size: 13px;
}

ul.todo {
    margin-bottom: 0px;
}

.todo li {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
    border-bottom: 1px solid #f0f0f0;
}

.dragger {
    cursor: pointer;
    background: url(../images/dragger.png) 1px 11px no-repeat;
}

li.no-todos {
    background: none;
}

ul.todo {
    list-style: none !important;
}

.todo li.ui-sortable-handle:last-child,
.todo li:last-child {
    border-bottom: 0px;
}

.todo-description {
    position: relative;
    padding: 10px 10px 0px 10px;
    width: 100%;
    display: block;
}

[dir="rtl"] .todo-description,
[dir="rtl"] .todo-date {
    margin-right: 7px;
}

[dir="rtl"] .todo-date {
    padding-top: 10px;
}

.todo-date {
    padding: 0px 0px 10px 0px;
    display: block;
}

.todo-checkbox {
    padding-left: 40px;
    float: left;
}

.sortable {
    min-height: 60px;
}

.no-radius {
    border-radius: 0px;
}

.table thead tr th {
    border-top: 1px solid #f0f0f0 !important;
    border-left: 0px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 0px;
    padding: 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 12px;
}

table.dataTable thead .sorting:after {
    opacity: 0.05;
}

.table thead tr th:first-child {
    border-left: 1px solid #f0f0f0;
}

.table>thead>tr>th {
    border-bottom: 0px;
    vertical-align: middle;
    color: #2d2d2d;
    font-weight: 400;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px 10px 5px 10px;
}

.selecpicker:active,
.selecpicker:focus {
    outline: 0;
    outline-offset: 0;
    border: 0;
}

textarea#post,
textarea#post:focus {
    margin-top: 25px;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    -webkit-transition: none;
    transition: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    overflow: auto;
    resize: none;
}

.post-image-wrapper {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #EEF2F4;
}

.post-image-wrapper-1 {
    width: 100%;
    height: auto;
}

.post-image-wrapper-2 {
    width: 50%;
    max-height: 150px;
}

.post-image-wrapper-3 {
    width: 33.333333%;
    max-height: 150px;
}

.post-image-wrapper img,
img.img-gallery {
    display: block;
    min-width: 100% !important;
}

.btn-post-options {
    margin-top: -15px;
}

#newsfeed {
    background: #e4e4e4;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    padding: 15px;
}

#newsfeed_images_modal,
body.noscroll .backdrop {
    z-index: 99999999999;
}

.newsfeed_wrapper {
    height: 100%;
    width: 100%;
    overflow: scroll;
}

#newsfeed .close_newsfeed {
    position: absolute;
    right: 30px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #868686;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 36px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#newsfeed .close_newsfeed:hover,
#newsfeed .close_newsfeed:active {
    color: #f0f0f0;
    background: #6b6b6b;
}

#newsfeed .close_newsfeed i {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 25px;
}

.newsfeed_post.pinned>.panel-body {
    background: #E6FAFF;
    border: 1px dashed #B9DAE2;
}

.newsfeed_post .dropdown {
    position: absolute;
    right: 20px;
}

#new-post-form .dz-message {
    display: none;
}

#new-post-form.dropzone .dz-preview {
    margin-bottom: 0px;
}

#new-post-form.dropzone .dz-progress {
    display: none;
}

#new-post-form.dropzone {
    padding: 0px;
}

form#new-post-form.dropzone {
    border: 0px;
}

form#new-post-form.dropzone-active {
    border: 3px dashed #eef2f4;
    padding: 10px;
}

.post-time-ago {
    position: absolute;
    right: 55px;
    top: 34px;
}

.post-comment {
    padding: 10px 15px !important;
}

.comment-image {
    margin-right: 10px;
}

.comment-input {
    padding-top: 1px;
}

.comment {
    margin-top: 15px;
}

.comment:first-child {
    margin-top: 0px;
}

.newsfeed_post .panel-footer {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.newsfeed_post .post-comment.panel-footer,
.newsfeed_post .post-likes.panel-footer {
    background: #f7f9fa;
    border: 1px solid #e4e5e7;
    padding: 7px 15px;
    border-bottom: 0px;
    color: #323a45;
}

.newsfeed_post .post-content {
    border-bottom: 0px;
    font-size: 14px;
}

.newsfeed_post .user-comment.panel-footer {
    border-bottom: 1px solid #e4e5e7;
    border-top: 1px solid #e4e5e7;
}

.newsfeed_post .user-post-like {
    background: #fff;
    border-left: 1px solid #e4e5e7;
    border-right: 1px solid #e4e5e7;
    border-top: 0px;
}

.modal_like_area {
    padding: 10px;
    border-bottom: 1px solid #e4e5e7;
}

.modal_like_area img {
    margin-right: 10px;
    float: left;
}

.modal_like_area:last-child {
    border-bottom: 0px;
}

.likes_modal .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.likes_modal .modal-footer,
.likes_modal .modal-footer {
    text-align: center;
}

#_task_modal {
    z-index: 99999;
}

.mce-floatpanel {
    z-index: 999999 !important;
}

.remove-task-user {
    position: absolute;
    top: 35px;
    left: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.task-user {
    border: 1px solid #F0F0F0;
    padding: 2px;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}

.task-user:hover,
.task-user:active {
    border: 1px dashed #03a9f4;
}

.task-user:hover>a+.remove-task-user {
    visibility: visible;
    opacity: 1;
}

.task_users_wrapper {
    padding: 10px 0px;
}

.task-info {
    padding: 6px;
}

.task-info .task-info-icon {
    width: 15px;
    text-align: center;
    margin-left: -6px;
    margin-right: 8px;
    font-size: 15px;
    color: #717171;
}

.task-info-separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e8e8e8;
}

.task-info-col {
    padding: 5px;
    border: 1px solid #03A9F4;
}

.task-info-col:last-child {
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.task-info-col:first-child {
    border-right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.task-info-col i {
    font-size: 16px;
}

.task-staff-name {
    vertical-align: middle;
    font-size: 11px;
    color: #616161;
    padding-left: 5px;
    padding-right: 5px;
}

.proposal-comments .proposal-comment {
    padding: 5px;
    border-radius: 4px;
    background: #fff;
}

#task .panel-body {
    padding-bottom: 0px;
}

#task #name {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .task-user {
        margin-top: 10px;
    }
    .remove-task-user {
        visibility: visible;
        opacity: 1;
    }
}

.btn-group.open .dropdown-toggle {
    border: 0px;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

.quick-top-stats h5 {
    margin: 0px 0px 8px 0px;
}

.invoice-top {
    margin-bottom: 5px;
}

.home-activity .tab-content {
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}

[dir="rtl"] .home-activity .tab-content {
    padding-right: 0px;
    padding-left: 15px;
}

.user-data .home-activity.panel-body {
    padding-top: 10px;
}

.user-data .home-activity .nav.nav-tabs>li>a {
    color: #333 !important;
}

.user-data .home-activity .nav.nav-tabs {
    border: 0px;
    margin-bottom: 0px;
    margin-top: -6px;
    background: #fff !important;
}

.user-data .home-activity .nav-tabs>li.active>a,
.user-data .home-activity .nav-tabs>li.active>a:focus,
.user-data .home-activity .nav-tabs>li.active>a:hover,
.user-data .home-activity .nav-tabs>li>a:focus,
.user-data .home-activity .nav-tabs>li>a:hover {
    border-bottom: 0px;
    color: #008ece !important;
}

.user-data .home-activity .nav-tabs>li.active>a,
.user-data .home-activity .nav-tabs>li.active>a:focus,
.user-data .home-activity .nav-tabs>li.active>a:hover {
    font-weight: 500;
}

.user-data .home-activity i.menu-icon {
    width: 10px;
    font-size: 16px;
}

.table.items input:not(.input-transparent),
.table.items textarea,
.table.items .bootstrap-select .btn-default {
    border: 1px solid #bfcbd9 !important;
}

.table.items thead {
    background: #323a45;
    color: #fff;
    border: 0px;
}

.table.items thead>tr>th {
    border: 0px !important;
    color: #fff !important;
}

.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 {
    padding-left: 0px;
    text-align: right;
}

.table.items thead>tr>th:nth-child(2),
.table.items thead>tr>th:nth-child(3) {
    text-align: left !important;
}

[dir="rtl"] .table.items thead>tr>th:nth-child(2),
[dir="rtl"] .table.items thead>tr>th:nth-child(3) {
    text-align: right !important;
}

.table.items.invoice-items-preview thead>tr>th:nth-child(3),
.table.items.estimate-items-preview thead>tr>th:nth-child(3) {
    text-align: right !important;
}

.table.items.table-main-invoice-edit thead>tr th:last-child,
.table.items.table-main-credit-note-edit thead>tr th:last-child,
.table.items.table-main-estimate-edit thead>tr th:last-child {
    text-align: center;
}

.table.items.table-main-invoice-edit tbody>tr td:last-child,
.table.items.table-main-estimate-edit tbody>tr td:last-child {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #f0f0f0;
}

[dir="rtl"] .table.items.table-main-invoice-edit tbody>tr td:last-child,
[dir="rtl"] .table.items.table-main-estimate-edit tbody>tr td:last-child {
    border-left: 0px;
    border-right: 1px solid #f0f0f0;
}

.table.items .main {
    margin-top: 35px;
    background-color: #fbfdff;
}

.table.items .description {
    text-align: left !important;
}

[dir="rtl"] .table.items .description {
    text-align: right !important;
}

.table.items tbody>tr>td>.btn-icon {
    margin-right: 10px;
    padding: 0px 4px 0px;
}

.bs-searchbox {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}

.payment-preview-wrapper {
    background: #84c529;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    font-size: 16px;
}

#top_search {
    display: inline-block;
    width: 230px;
}

#top_search input {
    border-radius: 0px;
    background: transparent;
    height: 63px;
    border: 0px;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

#top_search input:active,
#top_search input:focus,
#top_search input:hover {
    border: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    -webkit-transition: background-color 0.2s ease-out 0.2s;
    transition: background-color 0.2s ease-out 0.2s;
}

#top_search_button button {
    border-radius: 0px;
    height: 63px;
    width: 60px;
    padding:8px 0px 5px 5px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    font-weight: 500;
}

[dir="rtl"] #top_search_button button {
    margin-right: 0px;
}

#top_search_dropdown {
    width: 400px;
}

ul.search-results {
    max-height: 600px;
    overflow-y: scroll;
}

ul.search-results .dropdown-header {
    font-size: 13px;
    padding-left: 15px;
}

ul.search-results .dropdown-header:first-child {
    padding-top: 10px;
}

ul.search-results li.divider:first-child {
    display: none;
}

ul.search-results a {
    color: #03a9f4;
}

[dir="rtl"] .colorpicker.colorpicker-visible.dropdown-menu {
    left: 0px !important;
    right: auto;
    padding-left: 3px;
    margin-left: 45px;
}

body.rtl #side-menu .arrow,
body.rtl #setup-menu .arrow {
    margin-left: 15px;
}

body.rtl .navbar-nav>li>a .staff-profile-image-small {
    margin-left: 15px;
}

body.rtl .mleft10 {
    margin-right: 10px;
}

body.rtl .quick-links .dropdown-menu {
    float: right;
    right: auto;
}

body.rtl .checkbox {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .checkbox label {
    padding-right: 5px;
}

body.rtl table .checkbox label {
    padding-right: 0px;
}

body.rtl .checkbox label::before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
}

body.rtl .checkbox label::after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 3px;
}

body.rtl .radio {
    padding-left: 0;
    padding-right: 20px;
}

body.rtl .radio label {
    padding-left: 0;
    padding-right: 5px;
}

body.rtl .radio label::before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -20px;
}

body.rtl .radio label::after {
    left: auto;
    right: 3px;
    margin-left: 0;
    margin-right: -20px;
}

body.rtl #logo {
    float: right;
}

body.rtl .header-left {
    float: right;
}

body.rtl .navbar-right {
    margin-left: 0px;
}

body.rtl #menu {
    right: 0px;
    left: auto;
}

body.rtl #wrapper {
    margin-right: 210px;
    margin-left: 0px;
}

body.rtl #setup-menu {
    right: 0px;
}

body.rtl .datepicker.dropdown-menu {
    right: auto;
}

body.rtl div[class^="toolbar-container"] {
    direction: rtl;
}

body.rtl .table thead th {
    text-align: right;
}

body.rtl .btn {
    text-align: right;
}

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;
    -webkit-box-shadow: none;
    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_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    color: #2d2d2d;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-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;
    }
}

.total-column {
    word-break: break-all;
    text-align: center;
}

h3._total {
    font-weight: 400;
    margin: 0px;
    font-size: 20px;
}

.stats-total-currency .panel_s .panel-body {
    padding: 13px;
}

.total-column .panel-body {
    background: #f9fafc;
    padding: 10px 5px;
}

.total-column span {
    word-break: break-word;
}

.nav-tabs {
    padding-bottom: 0px;
    margin-bottom: 25px;
    background: transparent;
    border-radius: 1px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.nav-tabs>li {
    border: 0px;
}

.nav-tabs>li>a {
    border: 0px;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #333;
    padding: 12px 13px 12px 13px;
    font-weight: 400;
}

.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: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #02a9f4;
    background: transparent;
    color: #008ece;
}

.navbar-pills.nav-tabs>li>a {
    border-bottom: 1px solid #f0f0f0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.navbar-pills.nav-tabs>li>a:focus,
.navbar-pills.nav-tabs>li>a:hover {
    border-bottom: 1px solid #02a9f4;
}

.home-stats .col-md-5ths {
    width: 19.5%;
}

.table .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.goal-progress {
    text-align: center;
    position: relative;
}

.goal-percent {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
}

table .goal-progress {
    display: inline-block;
}

table .goal-percent {
    font-size: 10px;
    text-align: center;
    left: 1px;
    top: 22px;
    line-height: 0px;
}

@media (max-width: 768px) {
    .nav-tabs>li {
        width: 100%;
    }
    .nav-tabs>li>a {
        border-radius: 0px;
    }
    .single-option-buttons {
        display: inline-block;
        margin: 15px 0px 15px 0px;
    }
    .single-option-buttons a,
    .single-option-buttons button {
        width: 100%;
        margin-bottom: 5px;
    }
    .option-buttons {
        float: right;
    }
    .option-buttons .mleft4 {
        margin-left: 0px !important;
    }
    .option-buttons a,
    .option-buttons .pull-right {
        float: left !important;
        margin-right: 4px;
    }
    #top_search_dropdown {
        width: 300px;
    }
    .table-responsive {
        padding: 15px 0px 15px 0px;
        border: 1px solid #F7F7F7;
    }
    #task .panel-body {
        padding-bottom: 20px;
    }
    .task-info-col {
        padding: 5px;
        border: 1px solid #03A9F4 !important;
    }
    .task-info-col:nth-child(3) {
        margin-bottom: 20px;
    }
    .home-stats .col-md-5ths {
        width: 100%;
        margin-bottom: 4px;
    }
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 11px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #1C841B;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1C841B;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon.success span {
    background: #84c529;
}

.ribbon.success span::before {
    border-left: 3px solid #1C841B;
    border-top: 3px solid #1C841B;
}

.ribbon.success span::after {
    border-right: 3px solid #1C841B;
    border-top: 3px solid #1C841B;
}

.ribbon.muted span {
    background: #6c7888;
}

.ribbon.muted span::before {
    border-left: 3px solid #606973;
    border-top: 3px solid #606973;
}

.ribbon.muted span::after {
    border-right: 3px solid #606973;
    border-top: 3px solid #606973;
}

.ribbon.danger span {
    background: #FC2D42;
}

.ribbon.danger span::before {
    border-left: 3px solid #DE1D30;
    border-top: 3px solid #DE1D30;
}

.ribbon.danger span::after {
    border-right: 3px solid #DE1D30;
    border-top: 3px solid #DE1D30;
}

.ribbon.warning span {
    background: #FF6F00;
}

.ribbon.warning span::before {
    border-left: 3px solid #CA5800;
    border-top: 3px solid #CA5800;
}

.ribbon.warning span::after {
    border-right: 3px solid #CA5800;
    border-top: 3px solid #CA5800;
}

.ribbon.info span {
    background: #03a9f4;
}

.ribbon.info span::before {
    border-left: 3px solid #03a9f4;
    border-top: 3px solid #03a9f4;
}

.ribbon.info span::after {
    border-right: 3px solid #03a9f4;
    border-top: 3px solid #03a9f4;
}

.ribbon.default span {
    background: #6c7888;
}

.ribbon.default span::before {
    border-left: 3px solid #6c7888;
    border-top: 3px solid #6c7888;
}

.ribbon.default span::after {
    border-right: 3px solid #6c7888;
    border-top: 3px solid #6c7888;
}

.feed_description img {
    display: none;
}

.attachment-icon-preview {
    font-size: 35px;
    color: #CACACA;
    margin-right: 15px;
}

.attachment-preview-icon-small {
    color: #CACACA;
    margin-right: 5px;
    font-size: 13px;
}

#dropzoneDragArea {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    padding: 60px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.dropzone-manual {
    border: 0px !important;
    padding: 0px;
    background: transparent;
}

.dropzone-manual.dropzone .dz-message {
    margin-top: 0px;
}

.font-medium {
    font-size: 15px !important;
}

.font-medium-xs {
    font-size: 13px !important;
}

.dropzone-expense-preview {
    height: 250px;
}

#expense p {
    margin-bottom: 5px;
}

.ticket-reply-tools .panel-body {
    background: #f9f9f9;
}

.ticket-reply-tools .panel-body .btn-default,
.table.items tr.main .btn-default {
    border: 1px solid #CACACA;
}

.ticketstaffnotes {
    margin: 0 0 5px 0;
    padding: 0;
    background-color: #FFFFE6;
    border: 1px dashed #DACD83;
}

.ticketstaffnotes table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px dashed #DACD83;
}

.ticketstaffnotes table td {
    padding: 5px 10px;
    color: #695F1F;
}

table.expenses-report {
    margin-top: 0px;
}

#expenses-report-table.table tbody td {
    padding: 12px 10px 12px 10px;
}

#expenses-report-table.table>thead>tr>th {
    background: #323a45;
    color: #fff;
    border: 0px;
}

.home-summary a {
    text-transform: uppercase;
}

.home-summary a:hover,
.home-summary a:active {
    opacity: 0.7;
    color: inherit;
}

.home-summary-separator {
    border-top: 1px dashed #EEF2F4;
}

.home-summary ._total {
    font-size: 14px;
}

.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-video {
    background-image: url(../images/mime/video.png);
}

.mime-audio {
    background-image: url(../images/mime/audio.png);
}

.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;
    text-decoration: none;
}

.fc-view {
    overflow-y: scroll;
}

.lead-attachment-wrapper hr,
.invoice-attachment-wrapper hr {
    margin-top: 0px;
}

#lead_attachments .lead-attachment-wrapper:first-child {
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

#sales_attach_file .sales-attach-file-preview {
    padding-top: 5px;
}

#sales_attach_file .sales-attach-file-preview:first-child {
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

#contract_attachments .contract-attachment-wrapper {
    padding-bottom: 8px;
}

#contract_attachments .contract-attachment-wrapper:first-child {
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

.table .item.ui-sortable-helper {
    background: #f0f0f0;
    opacity: 0.5;
    border: 0px !important;
}

.table .item.ui-sortable-helper input,
.table .item.ui-sortable-helper textarea {
    background: transparent;
}

table.items tr.main td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.notification_link:hover {
    color: #03a9f4;
}

.customer_map {
    height: 500px;
}

.customer-profile-attachment {
    border: 1px solid #f0f0f0;
    padding: 20px;
    height: 200px;
}

.customeer-profile-attachment-image {
    max-height: 200px;
    overflow: hidden;
}

.customeer-profile-attachment-image img {
    width: 100%;
    height: 100%;
}

.kan-ban-wrapper {
    overflow: auto;
}

#kan-ban .panel-heading-bg {
    padding: 9px;
    position: relative;
    border-bottom: 1px solid #e4e5e7;
}

.kb-kan-ban#kan-ban {
    overflow: auto;
}

#kan-ban .panel-body {
    border-top: 0px;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 10px 5px 10px 5px;
}

.kan-ban-content {
    background: #f0f0f0;
    padding: 7px;
}

#kan-ban .panel-body .lead-name,
#kan-ban .panel-body .task-name {
    background: url(../images/dragger.png) 10px 10px no-repeat;
    padding-left: 25px;
}

.ms-task .sortable {
    background: url(../images/dragger.png) 1px 2px no-repeat;
    padding-left: 14px;
}

#kan-ban .border-right:last-child {
    border-right: 0px;
}

.kan-ban-col {
    width: 340px;
    margin-right: 3px;
    display: inline-block;
    float: left;
}

.kan-ban-col:last-child {
    margin-right: 0px;
}

.kan-ban-content-wrapper {
    word-break: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
}

#kan-ban li,
#kan-ban ul {
    list-style: none !important;
}

#kan-ban .panel-heading-bg {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.cpicker {
    cursor: pointer;
    border-radius: 2%;
}

.cpicker {
    float: left;
    margin-right: 15px;
    border-radius: 1px;
}

.kan-ban-settings {
    display: inline-block;
    padding: 18px 0px 7px 10px;
}

.cpicker-small {
    width: 10px;
    height: 10px;
}

.cpicker-big {
    width: 20px;
    height: 20px;
}

.color-white {
    color: #fff !important;
}

.task-icon {
    border-radius: 50%;
    padding: 3px;
    margin-right: 6px;
    vertical-align: middle;
}

.table .task-icon {
    font-size: 11px;
    margin-left: 7px;
    margin-right: -3px;
}

[dir="rtl"] .table .task-icon {
    margin-left: -3px;
    margin-right: 7px;
}

.task-finished-icon {
    color: #84c529;
    border: 1px dashed #84c529;
}

.task-unfinished-icon {
    color: #6F6F6F;
    border: 1px dashed #6F6F6F;
}

.main-tasks-table-href-name {
    display: inherit;
    font-size: 14.5px;
}

.table-rel-tasks tbody tr td,
.table-tasks tbody tr td {
    min-height: 32px;
}

.table-rel-tasks thead tr th:last-child,
.table-tasks thead tr th:last-child,
.table-projects thead tr th:last-child,
.table-payments thead tr th:last-child,
.table-invoice-items thead tr th:last-child,
.tickets-table thead tr th:last-child,
.table-contacts thead tr th:last-child,
.table-clients thead tr th:last-child {
    width: 90px;
}

body.home .table-tasks thead tr th:last-child {
    width: 64px;
}

[dir="rtl"] .main-tasks-table-href-name {
    float: right;
}

[dir="rtl"] a+.main-tasks-table-href-name {
    float: right;
}

.fc-toolbar h2 {
    font-size: 20px;
    margin-top: 4px;
}

.kan-ban-body .panel_s {
    margin-bottom: 0px;
}

#kan-ban .not-sortable {
    opacity: 0.7;
}

#kan-ban .popover,
.milestone-column .popover {
    width: 340px;
    max-width: 340px;
    text-align: center;
}

.ui-state-highlight-card {
    height: 130px !important;
    border: 2px dashed #D1D1D1;
    margin-bottom: 15px;
    display: block;
    width: 95.5%;
    margin-left: 7px;
}

.ui-state-highlight-kan-ban-kb {
    height: 100px;
    border: 2px dashed #D1D1D1;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    width: 95.5%;
    margin-left: 7px;
}

.modal .task-single-col {
    z-index: 999999999999;
}

.task-modal-single {
    z-index: 10001;
}

.task-modal-single .modal-header {
    border-bottom: 1px solid #f1f1f1;
}

#task-comments .comment-content {
    word-break: break-word;
}

textarea#task_comment {
    line-height: initial;
    height: initial;
    opacity: 0.7;
}

.task-modal-single .edit-task-comment {
    padding-top: 15px;
}

.task-modal-single .task-comment {
    padding: 10px 8px 0px 8px;
    margin-bottom: 10px;
}

.task-modal-single .task-comment.highlight-bg:last-child {
    padding-bottom: 10px;
}

.task-modal-single .task-comment.highlight-bg {
    border-radius: 5px;
}

.task-modal-single .task-comment.highlight-bg .task-info-separator {
    border: 1px solid transparent;
}

.task-single-col-right {
    background: #F0F5F7;
    padding: 13px 20px;
    border-bottom-right-radius: 10px;
}

.task-single-col-right .task-menu-options {
    position: absolute;
    margin-top: 15px;
    right: 21px;
}

.task-single-col-left {
    padding: 25px;
    background: #fff;
    min-height: 600px;
    border-bottom-left-radius: 10px;
}

.task-info-heading {
    margin-top: 20px;
    font-size: 15px;
}

.task-modal-single .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f0f5f7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tasks-btn-settings-fix {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
}

.task-modal-single .task-m-close {
    margin-right: 43px;
    margin-top: 9px;
}

.task-modal-single .ribbon {
    top: -20px;
    right: -5px;
}

.task-modal-single .ribbon span {
    right: -22px;
}

.checklist {
    padding: 5px 15px 5px 5px;
    margin-top: 10px;
    border-radius: 4px;
    height: 34px;
}

.checklist .checkbox.checklist-checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checklist:hover {
    background: #eef2f4;
}

.checkbox.checklist-checkbox label::before {
    width: 20px;
    height: 20px;
    margin-left: -21px;
    border-radius: 50%;
}

.checklist label:not(.control-label) {
    font-weight: normal;
}

.checkbox.checklist-checkbox label::after {
    margin-left: -20px;
    padding-left: 4.5px;
    padding-top: 3px;
    font-size: 10px;
}

.checklist .remove-checklist,
.checklist .save-checklist-template {
    margin-top: 2px;
}

.checklist .remove-checklist {
    margin-right: -5px;
}

textarea[name="checklist-box"] {
    cursor: pointer;
}

textarea[name="checklist-description"] {
    position: absolute;
    resize: none;
    overflow: hidden;
    left: 25px;
    top: 0px;
    width: 90%;
    border-radius: 3px;
    border: 0px;
    outline: 0px;
    padding-left: 5px;
}

textarea[name="checklist-description"]:focus,
textarea[name="checklist-description"]:hover,
textarea[name="checklist-description"]:active {
    outline: 0;
}

.task-info {
    font-size: 10px;
    vertical-align: middle;
}

.task-info h5 {
    font-size: 13px;
    margin: 0px;
    font-weight: 400;
}

.task-info h5.task-info-custom-field {
    margin-left: 18px;
}

.label-task-action {
    padding: 9px;
    display: block;
}

.reminder-modal {
    overflow: visible !important;
}

.alert {
    z-index: 99999999999 !important;
}

.dd-nochildren .dd-placeholder {
    display: none;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
    background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 40px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999));
    background: linear-gradient(to bottom, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item>button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 48%;
    }
    .dd+.dd {
        margin-left: 2%;
    }
}

.dd-hover>.dd-handle {
    background: #2ea8e5 !important;
}

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
    background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}

.dd3-item>button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #fbfdff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #e0e0e0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ebf0f5;
}

.dd3-content {
    font-weight: 500;
    height: 40px;
    padding-top: 9px;
    background: #fbfbfb !important;
    border-color: #e0e0e0;
}

.sub-items .dd3-content {
    background: #fff !important;
}

.dd-handle {
    height: 40px;
}

.dd3-handle:before {
    color: #444444;
    top: 8px;
}

.dd3-empty {
    height: 1px;
}

@media only screen and (min-width: 700px) {
    .dd {
        width: 100%;
    }
}

.dd-item>button:before {
    top: 10px;
}

.dd-item>button {
    height: 30px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.dd-item>button:nth-child(2) {
    margin-left: -5px;
}

.menu-options {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

a>.label-default:hover,
a>.label-default:focus {
    background-color: #6c7888;
    color: #fff;
}

.bootstrap-select .dropdown-header+li a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bootstrap-select.task-action-select.btn-default:active,
.bootstrap-select.task-action-select>.btn-default:hover,
.bootstrap-select.task-action-select.btn-default.active,
.bootstrap-select.task-action-select.open>.dropdown-toggle.btn-default {
    background-color: #F0F5F7 !important;
    color: #777 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: none;
}

.bootstrap-select.btn-group .bs-placeholder .filter-option {
    color: #a1b4cc;
}

.bootstrap-select.ajax-search li a.newitem:hover,
.bootstrap-select.ajax-search li a.newitem:active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ct-control--crop,
.ct-control--rotate-ccw,
.ct-control--rotate-cw {
    display: none !important;
}

.ct-control--fetch {
    float: right;
}

.ct-widget .ct-control--upload {
    position: absolute !important;
    top: 300px;
    left: 285px;
}

.ct-widget.ct-image-dialog--uploading .ct-control--fetch {
    display: none;
}

.ct-widget.ct-image-dialog--populated .ct-control--fetch {
    display: none;
}

.ct-control--fetch {
    top: -33px;
    border-radius: 0px;
}

.proposal-convert-modal .panel_s .panel-body,
.invoice-project .panel_s .panel-body,
.estimate-pipeline .panel_s .panel-body,
.proposal-pipeline-modal .panel_s .panel-body {
    padding: 5px;
    border: 0px;
}

.proposal-pipeline-modal .toggle_view,
.estimate-pipeline .toggle_view {
    display: none;
}

.estimate-pipeline .nav-tabs {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.proposal-convert-modal .btn-tr,
.invoice-project .btn-tr,
.estimate-pipeline .panel_s .panel-body .single-option-buttons,
.proposals-pipeline .panel_s .panel-body .single-option-buttons {
    display: none;
}

.proposal-convert-modal .modal-lg,
.invoice-project .modal-lg,
.estimate-pipeline .modal-lg,
.proposal-pipeline-modal .modal-lg {
    width: 1100px;
}

.proposals-pipeline .proposal-convert-modal .modal-lg {
    width: 1000px;
}

@media (max-width: 768px) {
    .proposal-convert-modal .modal-lg,
    .invoice-project .modal-lg,
    .estimate-pipeline .modal-lg,
    .proposal-pipeline-modal .modal-lg {
        width: auto;
    }
    .col-total-home-stats {
        text-align: left !important;
    }
    .team-members {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .proposal-convert-modal .modal-lg,
    .invoice-project .modal-lg,
    .estimate-pipeline .modal-lg,
    .proposal-pipeline-modal .modal-lg {
        width: auto;
    }
}

.top-left-logout {
    cursor: pointer;
    margin-top: 3px;
}

.text-purple {
    color: #B72974;
}

.label-default-light {
    background: transparent;
    border: 1px solid #D8D8D8;
    color: #A5A5A5;
}

.announcement small {
    font-size: 11px;
    color: #333;
}

.announcement {
    font-size: 14px;
}

.kan-ban-content .article-group:first-child a+p {
    margin-top: 10px;
}

.kanban-leads-sort {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.page-leads-admin .float-alert {
    width: 18%;
}

div.dataTables_wrapper div.dataTables_processing {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
}

[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

[dir="rtl"] div.dataTables_wrapper div.dataTables_filter .input-group .input-group-addon {
    border-right: 1px solid #cccccc;
}

[dir="rtl"] div.dataTables_wrapper {
    direction: rtl;
}

.relative {
    position: relative;
}

.project-percent {
    position: absolute;
    font-size: 33px;
    font-weight: 500;
    top: 35%;
    left: 0;
    right: 0;
}

.fn-label a {
    font-weight: 500;
}

.fn-gantt {
    border: 2px solid #EEF2F4;
    border-radius: 4px;
}

.fn-gantt-hint {
    background: #6c7888;
    border: 0px;
    color: #fff;
}

.fn-gantt .leftPanel {
    width: 450px;
    border-right: 1px solid #e4e4e4;
}

.fn-gantt .leftPanel .name {
    font-weight: 500;
    font-size: 13px;
    background: #717a86;
}

.fn-gantt .rightPanel .fn-label:hover {
    cursor: pointer;
}

.fn-gantt .rightPanel .month {
    color: #717a86;
}

.fn-gantt .wd,
.fn-gantt .bottom,
.fn-gantt .rightPanel .month,
.fn-gantt .rightPanel .year,
.fn-gantt .spacer,
.fn-gantt .leftPanel .desc {
    background-color: #ffffff;
}

.fn-gantt .leftPanel .fn-label {
    width: 100%;
}

.fn-gantt .leftPanel .name,
.fn-gantt .leftPanel .desc {
    border-bottom: 1px solid #f5f5f5;
    height: 23px;
}

.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: 0 auto;
    display: block;
    margin-top: 32px;
}

.fn-gantt .leftPanel .name .fn-label {
    color: #fff;
}

.fn-gantt table th:first-child {
    width: 150px;
    width: 150px;
}

.fn-gantt *,
.fn-gantt *:after,
.fn-gantt *:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.task_milestone {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.tasks-phases .panel-body {
    padding: 10px;
    background: #FBFBFB;
}

.tasks-phases .panel-footer {
    border: 1px solid #e4e5e7;
    border-top: 0px;
    border-radius: 0px;
    font-weight: 500;
    color: #B72974;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.width200 {
    width: 200px;
}

.divider.top-dropdown-btn-divider {
    background-color: #f0f0f0;
    margin-left: -15px;
    margin-right: -15px;
}

.started-timers-top {
    padding: 15px !important;
}

.started-timers-top .started-timers-button {
    margin-bottom: 10px;
    border-radius: 4px !important;
}

.started-timers-top .started-timers-button:last-child {
    margin-bottom: 0px;
}


.started-timers-top .top-dropdown-btn {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    width: 50%;
    margin: 0 auto;
    margin-top: 14px;
    border-radius: 3px !important;
}

.started-timers-top {
    max-height: 600px;
    overflow-y: scroll;
}

.top-timers.text-success {
    color: #84c529 !important;
}

.timer {
    padding-bottom: 1px;
}

.timer a._timer {
    padding-left: 0px !important;
    padding-top: 0px;
}

.timer a._timer:hover,
.timer a._timer:active,
a._timer:focus {
    background: transparent !important;
    color: #0081BB !important;
}

.timers-modal-logout .modal-footer {
    text-align: center !important;
}

.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;
}

[dir="rtl"] .project-info {
    margin-left: -15px;
    margin-right: -20px;
}

[dir="rtl"] .hr-panel-heading.project-area-separation {
    margin-left: -15px;
    margin-right: -20px;
}

.team-members .panel-body {
    padding: 0px;
}

.team-members .media {
    margin-top: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.team-members .media:last-child {
    border-bottom: 0px;
}

.team-members .media-left {
    padding: 10px;
    padding-left: 0px;
}

.team-members .media-body {
    padding-right: 10px;
    padding-top: 10px;
}

.project-file-image {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-right: 15px;
}

#task-tracking-stats-modal {
    z-index: 999999999999;
    margin-top: 4.5%;
}

.phase-logged-time {
    color: #3B6900;
}

.progress-bg-dark {
    background-color: #6c7888;
}

.project-progress-bars i {
    font-size: 24px;
}

.project-progress-bars i:not(.text-success) {
    color: #bfbfbf;
}

.light-green-bg {
    background: #adca65 !important;
    color: #fff !important;
}

.panel-heading-bg.light-green-bg {
    border: 1px solid #adca65 !important;
}

.text-light-green {
    color: #adca65;
}

.project_invoices .new-invoice-list {
    display: none;
}

.project_estimates .new-estimate-btn,
.project_estimates .switch-pipeline {
    display: none;
}

.project_invoices .panel-body,
.project_estimates .panel-body {
    border: 0px;
    padding: 0px;
}

.project_invoices .toggle-small-view,
.project_estimates .toggle-small-view {
    display: none;
}

.project_invoices,
.project_estimates {
    margin-left: -15px;
    margin-right: -15px;
}

.jquery-comments [contentEditable=true]:empty:not(:focus):before {
    color: #a1b4cc;
    font-size: 14px;
}

.jquery-comments ul.navigation li,
.jquery-comments ul.main li.comment .actions>*,
.jquery-comments ul.main li.comment .name,
.jquery-comments .highlight-font-bold {
    font-weight: 500 !important;
}

.jquery-comments ul.main li.comment .name {
    color: #0081BB;
}

.jquery-comments ul.main li.comment .wrapper .content {
    padding: 5px 0px 5px 0px;
}

.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: #6c7888;
}

.jquery-comments ul.navigation .navigation-wrapper {
    padding: 10px 0px 0px 0px;
}

.jquery-comments ul.navigation {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 1.5em;
}

#pre_invoice_project_settings .popover {
    width: 300px !important;
}

.td-border-left-transparent {
    border-left: 10px solid transparent;
}

.task-unfinished-table {
    border-left: 10px solid #ff6f00;
}

.task-finished-table-green {
    border-left: 10px solid #84c529;
}

.task-finished-table {
    border-left: 10px solid transparent;
}

.highlight {
    border: 1px solid #C5BE22;
    padding: 1px 4px;
}

.delete-text.text-danger {
    color: #fc2d42;
}

.badge {
    background-color: #6c7888;
    line-height: 12px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    right: 1px;
    font-size: 11px;
    top: 13px;
    font-family: Verdana, serif;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    font-weight: 400;
}

.projects-activity .activity-feed {
    overflow-y: scroll;
    height: 750px;
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #fc2d42 !important;
}

#header li.icon {
    display: inline-block;
}

.task-assignees-dropdown-indicator {
    border: 1px solid #fc2d42 !important;
    border-radius: 4px;
}

.bootstrap-select.task-action-select.task-assignees-dropdown-indicator .btn-default {
    border: 0px !important;
}

#estimate-pipeline,
#proposals-pipeline {
    overflow-x: scroll;
}

.pipeline-heading {
    font-size: 15px;
}

.pipeline-heading a {
    color: #333;
}

.xdsoft_ {
    z-index: 99999999999999;
}

.xdsoft_datetimepicker {
    border-radius: 4px;
    padding-top: 7px;
    font-family: 'Roboto';
    border: 1px solid #bfcbd9;
    margin-top: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #48576a;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #fbfdff;
}

.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: 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
    padding: 5px;
    padding-left: 7px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #8391a5;
    font-weight: 400;
    padding: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: 400;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #33aaff;
    border-radius: 3px;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    color: #97a8be !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #e4e8f1 !important;
    border-radius: 3px;
    color: #2d2d2d !important;
}

#elfinder {
    font-size: 18px;
}

.elfinder-toolbar,
.elfinder-statusbar {
    display: inline-block;
    width: 100%;
}

.elfinder-toolbar .elfinder-button-search .elfinder-button-menu {
    z-index: 9999;
}

.elfinder .elfinder-dialog .ui-dialog-titlebar-close {
    top: 0px;
    left: 1px !important;
}

.elfinder .ui-icon.ui-icon-closethick {
    display: none !important;
}

.elfinder-quicklook-info .elfinder-quicklook-info-data:first-child {
    color: #333 !important;
}

.elfinder-button-search input[type="text"] {
    border: 1px solid #DCDCDC;
}

.elfinder-button-search input[type="radio"] {
    width: 14px;
    vertical-align: middle;
    margin-right: 3px;
}

.elfinder .elfinder-dialog .ui-dialog-titlebar-close {
    float: right;
    margin-top: -3px;
}

.elfinder .elfinder-contextmenu,
.elfinder .elfinder-contextmenu-sub {
    background: #f0f0f0;
    font-weight: 500;
}

.elfinder .elfinder-contextmenu .ui-state-hover,
.elfinder .elfinder-contextmenu-sub .ui-state-hover {
    font-weight: 500;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: -2px;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.pointer {
    cursor: pointer;
}

.customer_profile .nav-tabs>li>a:nth-child(3):after {
    color: red;
}

.font-normal {
    font-weight: 500 !important;
}

.todo-dragger {
    width: 15px;
    height: 27px;
    position: absolute;
    z-index: 999;
}

.text-dark {
    color: #464646;
}

.pinned-separator {
    border-bottom: 2px solid #fff !important;
}

#side-menu.nav>li.pinned_project {
    padding-bottom: 15px;
}

#side-menu.nav>li.pinned_project>a:hover,
#side-menu.nav>li.pinned_project>a:focus,
#side-menu.nav>li.pinned_project.active,
#side-menu.nav>li.pinned_project.active>a {
    background: transparent;
    color: #fff;
}

#side-menu.nav>li.pinned_project:last-child {
    border-bottom: 1px solid #85898E;
}

.tasks-overview thead {
    border: 0px;
}

.tasks-overview tbody:before {
    content: "-";
    display: block;
    line-height: 1.5em;
    color: transparent;
}

.tasks-overview tbody td {
    padding: 10px !important;
    vertical-align: middle !important;
}

.stripped-table-data {
    background-color: #f9f9f9;
}

table.dataTable>tbody>tr.child span.dtr-title {
    font-weight: 500;
}

.dt-buttons.btn-group:empty {
    display: none;
}

.dt-buttons.btn-group .btn {
    color: #2d2d2d;
    border-radius: 3px;
    font-size: 11.5px;
    padding-bottom: 6px;
    padding-top: 7px;
}

.dt-buttons.btn-group .btn:hover,
.dt-buttons.btn-group .btn:focus,
.dt-buttons.btn-group .btn:active {
    background: #fff;
    border: 1px solid #03a9f4;
}

.btn-default-dt-options {
    color: #333;
    background-color: #fff !important;
    border: 1px solid #bfcbd9 !important;
}

.dt-button-collection.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dt-button-collection.dropdown-menu>.active>a,
.dt-button-collection.dropdown-menu>.active>a:focus,
.dt-button-collection.dropdown-menu>.active>a:hover {
    background: #fff;
}

.dt-button-collection.dropdown-menu>li.active>a {
    background-color: #e8eaef;
    color: #424242;
}

@media(max-width:768px) {
    ._buttons .pull-left,
    ._buttons .pull-right {
        float: none !important;
    }
    ._buttons .btn,
    ._buttons .btn-group {
        display: inline-block;
        margin-left: 0px !important;
        width: 100%;
        margin-bottom: 5px !important;
        float: none !important;
        text-align: left;
    }
    ._buttons .mleft5 {
        margin-left: 0px !important;
    }
    ._buttons a,
    ._buttons button {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    body.rtl .post-time-ago {
        left: 55px;
        right: auto;
    }
    body.rtl .btn-post-options-wrapper {
        right: auto;
        left: 20px;
        top: 38px;
    }
    body.rtl ._filter_data.mleft4 {
        margin-right: 0px !important;
    }
    ._buttons .mright5 {
        margin-right: 0px !important;
    }
    .proposal_buttons {
        margin-top: 10px !important;
        display: inline-block;
    }
    ._buttons .btn-group>.btn {
        margin-bottom: 0px !important;
    }
    .custom-close-btn {
        margin-right: 0px !important;
        border: 1px solid #6c7888 !important;
        width: 100%;
        display: inline-block;
        margin-top: 0px !important;
        border-radius: 3px;
        padding: 5px !important;
    }
    table .goal-percent {
        top: -3px;
    }
    div.dt-buttons a.btn {
        padding: 4px 6px !important;
        font-size: 11px !important;
    }
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        text-align: left;
        width: 100%;
        text-align: right;
    }
    .dt-buttons.btn-group .btn {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
    div.dataTables_wrapper div.dataTables_length {
        position: absolute;
        top: 0px;
        z-index: 99;
    }
}

.container-fluid .table-responsive {
    overflow-x: inherit;
}

@media only screen and (max-device-width: 549px) {
    #mce-modal-block {}
    .mce-window {
        width: auto !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: none !important;
        margin: 15px !important;
    }
    .mce-window-head {
        background: #fff !important;
    }
    .mce-window-body {
        background: #fff !important;
    }
    .mce-foot {}
    .mce-foot>.mce-container-body {
        padding: 10px !important;
    }
    .mce-foot button {}
    .mce-panel {
        max-width: 100% !important;
    }
    .mce-container {
        max-width: 100% !important;
        height: auto !important;
    }
    .mce-container-body {
        max-width: 100% !important;
        height: auto !important;
    }
    .mce-form {
        padding: 10px !important;
    }
    .mce-tabs {
        max-width: 100% !important;
    }
    .mce-tabs .mce-tab,
    .mce-tabs .mce-tab.mce-active {}
    .mce-formitem {
        margin: 10px 0 !important;
    }
    .mce-btn>button {}
    .mce-abs-layout-item {
        position: static !important;
        width: auto !important;
    }
    .mce-abs-layout-item.mce-label {
        display: block !important;
    }
    .mce-abs-layout-item.mce-textbox {
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        display: block !important;
        width: 100% !important;
    }
    .mce-abs-layout-item.mce-combobox {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .mce-abs-layout-item.mce-combobox>.mce-textbox {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        height: 29px !important;
    }
}

.colorpicker {
    z-index: 99999;
}

.kan-ban-step-indicator {
    width: 38px;
    height: 38px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 39;
    background: url(../images/stage.svg) no-repeat top left;
}

[dir="rtl"] .kan-ban-step-indicator {
    background: url(../images/stage.svg) no-repeat top right;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    right: auto;
    left: -1px;
}

.kan-ban-step-indicator-full {
    background: #4B5158;
}

.kanban-load-more {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.kanban-color-picker {
    position: relative;
    z-index: 40;
}

.kanban-stage-color-picker {
    margin-right: 24px;
}

.kanban-stage-color-picker-last {
    margin-right: 5px;
}

.modal-content.theme_style_modal_example {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2) !important;
    border-top: 1px solid #d8d8d8 !important;
    margin-top: 12px !important;
}

.modal-content.theme_style_modal_example .modal {
    display: block !important;
    position: relative !important;
    margin-top: 0px !important;
}

.modal-content.theme_style_modal_example .modal .modal-header {
    border-bottom: 0px !important;
}

.s-status {
    display: inline-block;
    padding: 6px 18px;
    text-transform: uppercase;
}

.project_progress_slider_horizontal.ui-widget.ui-widget-content {
    height: 20px;
    border-color: #bfcbd9;
    background: #fff;
}

.project_progress_slider_horizontal .ui-slider-handle {
    height: 25px;
    background: #84c529;
    border: 1px solid #84c529;
}

.jquery-comments .textarea-wrapper {
    padding-left: 21px;
}

.jquery-comments .textarea-wrapper:before {
    border: 0px;
}

.jquery-comments .textarea-wrapper .textarea {
    border-radius: 3px;
    border: 1px solid #bfcbd9;
}

.jquery-comments .textarea-wrapper .textarea:focus,
.jquery-comments .textarea-wrapper .textarea:active {
    border-color: #03a9f4;
}

ul.dt-button-collection.dropdown-menu {
    z-index: 20005;
}

.activity-feed {
    padding: 15px;
    word-wrap: break-word;
}

.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: #4B5158;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}

.lead-modal .ribbon {
    z-index: 9;
}

.lead-modal .lead-top-btn {
    margin-top: -17px;
    z-index: 10;
    position: relative;
}

.lead-modal .lead-actions-left {
    margin-top: -11px;
    margin-bottom: 12px;
}

.lead-modal .activity-feed .feed-item {
    padding-top: 20px;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding-bottom: 15px;
    background: #fdfdfd;
}

.lead-modal .activity-feed .feed-item:first-child {
    border-top-right-radius: 3px;
}

.lead-modal .activity-feed .feed-item:last-child {
    border: 1px solid #eaeaea;
    border-bottom-right-radius: 3px;
}

.lead-modal .activity-feed .feed-item:after {
    top: -5px;
    border: 1px solid #84c529;
}

.email-template-heading {
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
}

.milestone-column .ui-sortable-placeholder {
    height: 50px;
    overflow: hidden;
    border: 2px dashed #D1D1D1;
    background: transparent !important;
    margin-top: 10px;
}

.milestone-tasks-wrapper li.task {
    background: #fff;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
}

.milestone-tasks-wrapper li.task.current-user-task {
    background: #ecf6fb;
    border-color: #c2e7ef;
}

.milestone-tasks-wrapper li.task.overdue-task {
    background: #f2dede !important;
    border-color: #eab8b7 !important;
}

.milestone-tasks-wrapper li.ui-sortable-helper {
    border: 1px dashed #D1D1D1;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 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;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    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: 10px;
    margin-top: 0.2px;
    border-top-left-radius: 0px;
}

.dropdown-submenu.pull-left>.dropdown-menu li.active a:hover,
.dropdown-submenu.pull-left>.dropdown-menu li a:hover,
.dropdown-submenu.pull-left>.dropdown-menu li.active a {
    border-top-left-radius: 0px;
}

.show_quantity_as_wrapper span {
    font-weight: 500;
}

._filter_data .dropdown-menu.height500 {
    max-height: 500px;
    overflow-y: scroll;
}

._filter_data .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a {
    padding: 6px 16px;
}

@media (max-width: 768px) {
    .dropdown-submenu.pull-left>.dropdown-menu {
        display: block;
        left: 1px;
        position: relative;
        border: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    ._filter_data .dropdown-menu {
        max-height: 500px;
        overflow-y: scroll;
    }
    .dropdown-submenu>a:after {
        border-left-color: transparent;
    }
    .dropdown-submenu>a {
        background: #f0f0f0;
    }
    .show_quantity_as_wrapper {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }
    .show_quantity_as_wrapper span {
        float: left;
        margin-bottom: 15px;
    }
    .show_quantity_as_wrapper div.radio {
        display: block;
        clear: both;
        float: left;
        margin-left: 0px;
    }
}

.progress-bar-mini {
    height: 5px !important;
}

.top_stats_wrapper {
    padding: 5px 15px 15px 15px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dce1ef;
}

.progress-finance-status {
    margin-top: -25px;
    margin-bottom: 16px;
    z-index: 1;
}

.text-stats-wrapper {
    z-index: 2;
}

#task_single_timesheets tbody {
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
}

.dataTables_filter input {
    margin-left: 0px !important;
    width: 80px !important;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    height: 31px;
}

.dataTables_filter input:focus {
    width: 160px !important;
}

.dataTables_filter label {
    text-align: right;
}

@media (max-width: 768px) {
    .dataTables_filter input,
    .dataTables_filter input:focus {
        width: 100% !important;
    }
    .fn-gantt .fn-content {
        overflow-x: scroll;
    }
}

#inline-editor-save-btn button {
    color: #ffffff;
    border: 1px solid #84c529;
    background: #84c529;
    border-radius: 2px;
    padding: 4px 10px;
}

#inline-editor-save-btn button:hover,
#inline-editor-save-btn button:active,
#inline-editor-save-btn button:active:focus {
    background-color: #74B31B;
}

.staff_logged_time h3._total {
    font-size: 19px;
    word-break: break-all;
}

.staff_logged_time .staff_logged_time_text {
    word-break: break-all;
}

.staff_logged_time .panel-body {
    padding: 20px 5px;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .s_table table,
    .s_table .table.items .main {
        margin-top: 0px;
        margin-bottom: 35px;
        clear: both;
    }
    .s_table.table-responsive {
        padding: 0px;
        background: #f9f9f9;
    }
    .s_table .table.items tbody>tr>td:not(:first-child) {
        display: inline-block;
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    .s_table table,
    .s_table thead,
    .s_table tbody,
    .s_table th,
    .s_table td,
    .s_table tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .s_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    [dir="rtl"] .s_table thead tr {
        left: auto;
    }
    .s_table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .s_table td.dragger {
        display: none;
    }
    .s_table td:last-child {
        clear: both;
    }
    .s_table td:last-child button,
    .s_table td:last-child a {
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .s_table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .project-percent-col {
        margin-top: 25px;
    }
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label,
.dataTables_empty {
    color: #2d2d2d;
}

.dataTables_empty {
    padding-top: 25px !important;
    padding-bottom: 180px !important;
    text-align: left !important;
    color: #777777;
    font-size: 15px;
    background: url(../images/table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 161px;
}

.app_dt_empty .dataTables_paginate,
.app_dt_empty table tfoot,
.app_dt_empty .dataTables_info {
    display: none;
}

.app_dt_empty table thead,
.app_dt_empty .dataTables_length,
.app_dt_empty .dt-buttons {
    opacity: .5;
}

div.dataTables_wrapper div.dataTables_filter .glyphicon {
    color: #bfcbd9;
}

.modal-backdrop {
    background-color: #a7a7a7;
}

.modal-backdrop.in {
    opacity: .9;
}

.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:not(.modal-not-full-width) {
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.full-screen-modal .modal-footer:not(.modal-not-full-width):after {
    content: " ";
    margin-top: -7px;
    padding-bottom: 3px;
}

.project_file_discusssions_area,
.project_file_area {
    overflow-y: scroll;
    height: 400px;
}

@media(max-width:768px) {
    .project_file_discusssions_area,
    .project_file_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;
    }
}

.preview_image {
    height: auto;
    width: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}

.preview_image:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

.preview_image img {
    width: 100%;
    height: auto;
}

.task-attachment {
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 3px;
    max-height: 195px;
    min-height: 195px;
    overflow: hidden;
}

.task-attachment .preview_image {
    margin: 0px;
    width: 100%;
}

.task-attachment .task-attachment-no-preview {
    margin-top: 45px;
    text-align: center;
}

.task-attachment .task-attachment-user {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.task-attachment-wrapper {
    max-height: 200px;
    overflow: hidden;
}

.task-modal-single .trigger i {
    font-size: 10px;
}

.task-single-menu .popover {
    width: 400px;
}

.popover-inner {
    position: relative;
}

.task-single-menu ul {
    margin: 0px;
    padding: 5px;
}

.task-single-menu ul li {
    margin-bottom: 10px;
}

.task-single-menu ul li:last-child {
    margin-bottom: 0px;
}

.task-single-menu ul li a {
    font-size: 14px;
}

.tc-content ul,
.tc-content ol {
    list-style: inherit;
    margin-left: 16px;
}

.tc-content ol {
    list-style-type: decimal;
}

.tc-content table {
    margin-top: 0px;
    border-collapse: initial;
}

.tc-content img {
    max-width: 100%;
}

.tc-content table>tbody>tr>td {
    padding: 5px 10px 5px 10px;
}

.tc-content table[border="1"],
.tc-content table[border="1"] td {
    border: 1px solid;
}

.task-modal-single .comment-content img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .form-inline textarea.form-control {
        display: block !important;
        width: 100%;
    }
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-right: 15px;
}

.home .home-summary {
    font-size: 12px;
}

.tooltip {
    position: fixed;
}

.tooltip>.tooltip-inner {
    padding: 7px 10px;
    background: #1f2d3d;
}

.email-template-heading {
    margin-bottom: 0px;
    border-radius: 3px;
    margin-left: -20px;
    margin-right: -20px;
    border-left: 0px;
    border-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 25px;
}

.customer-heading-profile {
    margin-bottom: 15px;
    margin-top: 0px;
}

#invoice_top_info .panel-body {
    background: #f5fcff;
    padding: 5px 15px;
    border: 1px solid #c7dde6;
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 22px;
    border: 1px solid #bfcbd9;
    border-radius: 22px;
    background-color: #bfcbd9;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 20px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border: 1px solid #bfcbd9;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #84c529;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #84c529;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    right: 0px;
}

.onoffswitch-checkbox:disabled+.onoffswitch-label {
    opacity: 0.5;
}

.menu-dots a>i {
    font-size: 11px;
}

.tilt.right {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}

.tilt.left {
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}

.float-alert {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 20px;
    right: 20px;
}

.mce-btn:hover,
.mce-btn:focus {
    border-color: transparent !important;
}

.table-image {
    height: 75px;
    width: 250px;
    margin: 15px 0px;
}

.lead-field-heading {
    margin-top: 10px;
    margin-bottom: 0px;
}

.lead-info-heading:first-child {
    margin-left: -15px;
    padding-left: 15px;
}

.lead-info-heading {
    background: #f9fafc;
    padding: 7px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.lead-info-heading h4 {
    color: #005c86;
}

.top-lead-menu {
    background: #f9fafc;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}

.top-lead-menu .nav-tabs {
    border-top: 0px;
}

.lead-latest-activity {
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.nav-tabs.lead-new {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 8px;
}

.input-transparent {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0px !important;
    background: transparent;
}

.frmb .prev-holder .checkbox label::before,
.frmb .prev-holder .radio label::before {
    display: none;
}

.frmb .checkbox input[type="checkbox"],
.frmb .checkbox input[type="radio"] {
    opacity: 1 !important;
}

.frm-holder .access-wrap,
.frm-holder .toggle-wrap,
.frm-holder .multiple-wrap,
.other-wrap,
.maxlength-wrap,
.copy-button,
.frmb-control .fb-separator,
.subtype-wrap,
.view-data,
.option-actions,
.field-options a.remove {
    display: none !important;
}

.frmb-control li.input-set-control:first-child {
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

[id^=frmb-][id$='-form-wrap'] .form-actions .clear-all {
    display: none;
}

[id^=frmb-][id$='-form-wrap'] .form-actions .form-builder-save {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.name-wrap input,
.stage-wrap .form-field input[type="color"],
.stage-wrap .form-field input[type="date"],
.stage-wrap .form-field input[type="file"],
.stage-wrap .form-field [type="datetime"],
[id^=frmb-][id$='-form-wrap'] .frmb .form-field .form-group.field-options input[type="text"] {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #EEE !important;
    color: #9E9999;
}

.cb-wrap li.disabled {
    pointer-events: none;
    opacity: 0.6;
    background: #eef1f6;
}

.stage-wrap .form-field input[type="color"],
.stage-wrap .form-field input[type="date"] {
    width: 100% !important;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.stage-wrap .form-field input[type="color"]::-webkit-color-swatch-wrapper,
.stage-wrap .form-field input[type="color"]::-moz-color-swatch-wrapper {
    display: none;
}

.frmb-control li.ui-sortable-helper,
[id^='frmb-'][id$='-form-wrap'] .frmb li.moving,
[id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-helper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@-webkit-keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 0;
    }
}

@keyframes PLACEHOLDER {
    0% {
        height: 0;
    }
    100% {
        height: 0;
    }
}

[id^=frmb-][id$='-form-wrap'] .frmb .field-actions {
    margin-top: -3px;
    margin-right: -2px;
}

.stage-wrap .form-field input[type="color"]::-webkit-color-swatch,
.stage-wrap .form-field input[type="color"]::-moz-color-swatch {
    display: none;
}

​.stage-wrap .form-field input[type="date"] {
    color: #eeeeee;
}

[dir="rtl"] [id^=frmb-][id$='-form-wrap'] .frmb .field-actions {
    left: 0px !important;
    right: inherit;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-handle {
    border: 2px solid transparent;
}

[id^='frmb-'][id$='-form-wrap'] .frmb li.ui-sortable-handle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
    border: 2px dashed #d6d6d6 !important;
}

[id^=frmb-][id$='-form-wrap'] .frmb .field-actions .toggle-form:hover {
    color: #ffffff;
    background-color: #03a9f4;
}

[id^=frmb-][id$='-form-wrap'] .frmb .field-actions .btn {
    border-width: 1px;
    border: 1px solid #f0f0f0;
}

[id^=frmb-][id$='-form-wrap'] .frmb .field-actions .btn:first-child {
    border-right: 0px;
}

[id^=frmb-][id$='-form-wrap'] .btn-primary {
    background-color: #03a9f4;
    border-color: #03a9f4;
    padding: 5px 10px;
    font-size: 13.5px;
    border: 0px;
}

[id^='frmb-'][id$='-form-wrap'] .frmb .field-actions .del-button:hover,
.form-actions [id^=frmb-][id$='-form-wrap'] .clear-all:hover,
[id^=frmb-][id$='-form-wrap'] .btn-danger:hover,
[id^=frmb-][id$='-form-wrap'] .form-actions .clear-all:hover {
    background-color: #fc2d42;
    color: #fff;
}

[id^=frmb-][id$='-form-wrap'] .frmb {
    margin: 0 0 0 20px !important;
}

[id^=frmb-][id$='-form-wrap'] .frmb .form-elements input[type=color],
[id^=frmb-][id$='-form-wrap'] .frmb .form-elements input[type=date],
[id^=frmb-][id$='-form-wrap'] .frmb .form-elements input[type=number],
[id^=frmb-][id$='-form-wrap'] .frmb .form-elements input[type=text],
[id^=frmb-][id$='-form-wrap'] .frmb .form-elements select,
[id^=frmb-][id$='-form-wrap'] .frmb .form-elements textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.required-asterisk {
    color: #fc2d42;
}

[id^=frmb-][id$='-form-wrap'] .frmb .form-elements .false-label:first-child,
[id^=frmb-][id$='-form-wrap'] .frmb .form-elements label:first-child {
    font-weight: 500;
}

#toplink,
#botlink {
    position: fixed;
    right: 7.5%;
    bottom: 50%;
    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;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}

#botlink {
    top: 50%;
    padding: 10px;
    bottom: auto;
    border: 1px solid #b4b4b4;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
}

#toplink:hover,
#botlink:hover {
    color: #84C529;
    background: #fcfcfc;
    text-decoration: none;
}

[dir="rtl"] #toplink,
[dir="rtl"] #botlink {
    left: 7.5%;
    right: auto;
}

.project-tabs .dropdown-menu>li:first-child>a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.lightboxOverlay,
#lightbox {
    z-index: 100002 !important;
}

input#tags {
    display: none;
}

ul.tagit {
    border: 0px !important;
    background: transparent;
}

ul.tagit input[type="text"] {
    background: transparent;
    border-left: 1px dashed #b3b3b3;
    height: 20px;
    padding-left: 5px;
}

[dir="rtl"] ul.tagit input[type="text"] {
    border-left: 0px;
    border-right: 1px dashed #b3b3b3;
}

ul.tagit li.tagit-new {
    padding-top: 2px;
}

ul.tagit li.tagit-choice-editable:hover {
    border: 1px solid #bfcbd9;
}

ul.tagit li.tagit-choice-editable,
ul.tagit li.tagit-choice-read-only {
    padding: 2px 20px 2px 10px;
    background: #fff;
    color: #2d2d2d;
    border: 1px solid #bfcbd9;
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px;
}

ul.tagit li.tagit-choice-editable a {
    color: #2d2d2d;
}

ul.tagit-autocomplete {
    border-radius: 4px;
    background: #fff;
    padding: 5px 0px;
    border-color: #bfcbd9 !important;
    max-height: 270px;
    min-width: 240px;
    font-family: 'Roboto';
    overflow-y: scroll;
}

ul.tagit-autocomplete li {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px !important;
}

ul.tagit-autocomplete .ui-menu-item-wrapper {
    margin-right: -6px !important;
}

ul.tagit-autocomplete .ui-menu-item-wrapper {
    margin-right: -6px !important;
}

ul.tagit-autocomplete .ui-menu-item-wrapper.ui-state-active,
ul.tagit-autocomplete .ui-menu-item-wrapper:hover,
ul.tagit-autocomplete .ui-menu-item-wrapper:focus {
    background: #e4e8f1 !important;
    border-color: #e4e8f1 !important;
    color: #2d2d2d;
}

ul.tagit-autocomplete li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

ul.tagit-autocomplete {
    z-index: 999999;
}

.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-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
    color: #333;
}

.task-modal-single ul.tagit,
.task-modal-single ul.tagit li.tagit-new {
    padding-bottom: 0px;
    margin-top: 5px;
}

ul.tagit li.tagit-choice .tagit-label:not(a) {
    font-family: 'Roboto';
}

[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 {
    display: none;
}

.tags-read-only-custom ul.tagit input[type="text"] {
    display: none;
}

.tags-read-only-custom ul.tagit li.tagit-choice:hover {
    background: transparent !important;
}

.tags-read-only-custom ul.tagit li.tagit-choice-editable {
    padding-right: 10px;
}

.task-modal-single .tags-labels .label-tag,
.lead-wrapper .tags-labels .label-tag {
    float: left;
    margin-top: 5px;
}

.label-tag {
    margin-right: 5px;
    color: #2d2d2d;
    border: 1px solid #bfcbd9;
    background: #fff;
    font-size: 12.5px;
}

.label-tag:last-child {
    margin-right: 0px;
}

table .tags-labels {
    float: left;
    display: inline-block;
    max-width: 180px;
    word-wrap: break-word;
    word-break: break-word;
    min-width: 100%;
}

table .tags-labels .label-tag,
.kanban-tags .tags-labels .label-tag {
    display: inline-block;
    margin-top: 4px;
}

table.dataTable tbody .tags-labels .label-tag:hover {
    cursor: pointer;
    opacity: 0.8;
}

table .dtr-data .tags-labels {
    float: none;
}

.table.project-overview-table>tbody>tr>td {
    padding-left: 2px;
}

.table.project-overview-table>tbody>tr:first-child>td {
    border-top: 0px;
}

.kanban-tags .tags-labels {
    max-width: 268px;
    min-width: 100%;
}

.kanban-tags .tags-labels .label-tag {
    padding: 3px 7px;
}

.highlight-bg {
    background: #edfaff;
    border: 1px solid #def6ff;
}

#project_view_name .bootstrap-select button[data-id="project_top"] {
    border: 0px !important;
    font-size: 18px;
    font-weight: 500;
}

.custom-field-inline-edit-link {
    float: left;
    margin-right: 5px;
}

[dir="rtl"] .custom-field-inline-edit-link {
    float: right;
    margin-left: 5px;
}

.progress-bar[data-percent="0.00"] {
    color: #2d2d2d;
    margin-left: 5px;
}

.simple-bootstrap-select .bootstrap-select .btn-default {
    border: 0px !important;
    color: #02a9f4;
    padding-left: 0px;
}

.popover-top-timer-note {
    z-index: 88888;
}

.fake-autofill-field {
    height: 1px !important;
    width: 1px !important;
    border: 0px !important;
    padding: 0px !important;
}

.notifications .not_mark_all_as_read {
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
}

.notifications .not_mark_all_as_read a:hover,
.notifications .not_mark_all_as_read a:active,
.notifications .not_mark_all_as_read a:focus {
    border-radius: 0px !important;
    color: #888;
    background-color: transparent !important;
}

.not-mark-as-read-inline {
    width: auto !important;
    position: absolute;
    right: 5px;
    bottom: 7px;
}

.not-mark-as-read-inline:hover,
.not-mark-as-read-inline:active,
.not-mark-as-read-inline:focus {
    background-color: transparent !important;
}

.not-mark-as-read-inline.notification-profile {
    position: relative;
    right: auto;
    bottom: auto;
}

.back-to-from-task {
    float: right;
    margin-left: 10px;
    margin-top: 0px;
    font-size: 17px;
}

.setup-menu-loading {
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0px;
    text-align: center;
    padding-top: 15px;
}

.setup-menu-loading i {
    color: #fff;
}

[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}

[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: auto;
    left: 12px;
}

.vault_password_change_notice {
    margin-top: -10px;
}

.panel-vault .panel-body {
    border: 0px;
}

.customer-profile-group-heading {
    background: #f9fafc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #e4e5e7;
    padding: 15px 15px 15px 20px;
    margin: -20px -20px 15px -20px;
    color: #656565;
}

.panel_s.project-menu-panel,
.project-top-panel {
    margin-bottom: 12px;
}

.panel_s.project-menu-panel .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub-staff-assigned-milestone {
    margin-top: 5px;
    margin-left: 5px;
}

.mce-menubar {
    background: #fbfdff !important;
}

.mce-container.mce-panel {
    border-radius: 3px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mce-btn button {
    font-size: 13px !important;
    line-height: 18px !important;
}

.mce-menubar .mce-menubtn:hover,
.mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus {
    background: #eef1f6 !important;
    border-color: #bfcbd9 !important;
}

.mce-listbox button {
    padding-right: 5px !important;
}

.mce-menu-item.mce-selected {
    background-color: #03a9f4 !important;
}

.mce-menubar .mce-btn .mce-caret {
    margin-top: 6px;
}

.mce-menu-item:hover,
.mce-menu-item:focus {
    background-color: #e4e8f1 !important;
}

.mce-menu-item:hover .mce-text,
.mce-menu-item:focus .mce-text,
.mce-menu-item:focus .mce-ico,
.mce-menu-item:hover .mce-ico,
.mce-menu-item:hover .mce-menu-shortcut,
.mce-menu-item:focus .mce-menu-shortcut {
    color: #2d2d2d !important;
}

.mce-btn:hover,
.mce-btn:active,
.mce-btn:focus {
    border: 1px solid #bdbdbd !important;
    border-radius: 3px !important;
    background: #f5f5f5 !important;
}

.mce-window-body .mce-btn:hover,
.mce-window-body .mce-btn:active,
.mce-window-body .mce-btn:focus {
    border-left: 0px !important;
    border: 1px solid #ababab;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.mce-grid-border a {
    border-color: #bbbbbb !important;
}

.mce-btn-group:not(:first-child) {
    border-left: 0px !important;
}

.mce-primary:hover,
.mce-primary:active,
.mce-primary:focus {
    background-color: #026e9e !important;
    border: 1px solid #026494 !important;
    color: #fff;
}

.mce-flow-layout-item {
    margin: 4px 0 4px 2px !important;
}

.statement_tfoot td:last-child {
    border-left: 0px;
}

.statement_tfoot td:first-child {
    border-right: 0px;
}

.statement-account-summary tbody>tr>td {
    padding: 3px 6px;
    border-top: 0px;
}

.statement-account-summary thead>tr>th {
    border: 0px !important;
}

#project_vault_entries hr:last-child {
    display: none;
}

.font-size-14 {
    font-size: 14px;
}

.ajax-remove-values-option.bootstrap-select.ajax-search.btn-group .dropdown-toggle .caret {
    margin-right: 17px;
}

.ajax-remove-values-option .ajax-clear-values {
    font-size: 10px;
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 99;
    color: #bfcbd9;
}

[dir="rtl"] .ajax-remove-values-option .ajax-clear-values {
    left: 25px;
    right: auto;
}

.hr-panel-heading {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 17px;
}

.hr-panel-heading.project-area-separation {
    margin-right: -15px;
}

.hr-panel-heading-dashboard {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;
}

.hr-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-header .close {
    font-size: 27px;
    font-weight: 400;
    opacity: .5;
}

select.ajax-search {
    display: none;
}

.tagsinput {
    display: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #bfcbd9;
}

#expense-form,
#new-post-form,
#project-expense-form {
    background-color: transparent;
}

.project-overview-left {
    margin-top: -20px;
    padding-top: 20px;
}

.project-overview-right .hr-panel-heading {
    margin-left: -15px;
}

.popover-title {
    background: #f9fafc;
    border-bottom: 1px solid #e4e5e7;
}

@media (min-width: 769px) {
    body.tasks_page ._filter_data {
        margin-bottom: 0px !important;
    }
}

.dt-table-loading.table,
.table-loading table thead th,
.table-loading table tbody tr,
.table-loading .dataTables_length,
.table-loading .dt-buttons,
.table-loading .dataTables_filter {
    opacity: 0 !important;
}

.table-loading table thead tr {
    min-height: 120px;
    height: 120px;
}

.table-loading table thead tr th:first-child {
    border-left: 0px;
}

.table-loading table thead tr>th {
    border: 0px;
}

.table-loading {
    background: url(../images/table-loading.png);
    background-repeat: repeat-x;
}

.task-info-created small {
    font-size: 85%;
}

textarea[data-task-ae-editor="1"] {
    opacity: 0.7;
}

.panel-body.bottom-transaction {
    background: #fbfdff;
}

.modal .panel-body.bottom-transaction {
    background: #fff;
}

.modal .btn-bottom-toolbar,
.modal .btn-bottom-pusher {
    display: none;
}

.btn-bottom-pusher {
    margin-top: 35px;
}

.btn-bottom-toolbar {
    position: fixed;
    bottom: 0;
    padding: 15px;
    padding-right: 41px;
    margin: 0px 0px 0px -46px;
    -webkit-box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, .1);
    background: #fff;
    width: calc(100% - 211px);
    z-index: 5;
    border-top: 1px solid #ededed;
}

.btn-toolbar-container-out {
    margin-left: -10px;
}

body.hide-sidebar .btn-bottom-toolbar {
    width: 100%;
    min-width: 100%;
}

[dir="rtl"] .btn-bottom-toolbar {
    margin-right: -46px;
}

[dir="rtl"] .btn-toolbar-container-out {
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 768px) {
    .btn-bottom-toolbar {
        margin-left: -36px;
    }
    .btn-bottom-toolbar.btn-toolbar-container-out {
        margin-left: 0px;
    }
    [dir="rtl"] .btn-bottom-toolbar.btn-toolbar-container-out {
        margin-right: 0px !important;
    }
    [dir="rtl"] .btn-bottom-toolbar {
        margin-right: -36px;
    }
}

@media (max-width: 500px) {
    .btn-bottom-toolbar .btn-toolbar-notice {
        display: none;
    }
    .btn-bottom-toolbar {
        padding-right: 6px;
        text-align: center;
    }
    .btn-bottom-toolbar .btn:first-child {
        margin-right: 10px;
    }
    .btn-bottom-toolbar .btn {
        text-align: center;
        margin-left: 5px !important;
    }
    [dir="rtl"] .btn-bottom-toolbar {
        margin-right: -36px !important;
    }

    [dir="rtl"] .btn-bottom-toolbar .btn:first-child {
        margin-right: 5px !important;
    }
    [dir="rtl"] .btn-bottom-toolbar .btn {
        margin-right: 5px !important;
    }
}

table tbody tr .checkbox {
    margin-top: 0px;
}

.project-info {
    background: #f9f9f9;
    margin-left: -20px;
    margin-right: -15px;
    margin-top: -20px;
    padding: 8px 22px;
}

.project-member-settings {
    margin-top: -10px;
}

.modal-header.task-single-header[data-status="5"] {
    background: url('../images/task-finished-header-bg.png'),
    url('../images/task-finished-header-bg.png');
    background-position-x: 490px, 366px;
    background-repeat-x: no-repeat;
}

.checklist-template-remove {
    position: absolute;
    right: 5px;
    top: 2px;
}

.task-single-checklist-templates {
    margin-top: -12px;
}

@media (max-width: 767px) {
    .task-single-checklist-templates {
        float: left;
    }
    .save-checklist-template {
        position: absolute;
        right: 8px;
    }
    textarea[name="checklist-description"] {
        width: 82%;
    }
}

.checklist-items-template-select .checklist-item-template-remove {
    position: absolute;
    right: 17px;
    top: 10px;
}

.checklist-items-template-select.show-tick .checklist-item-template-remove {
    margin-right: 20px;
}

.customer-profile-tabs {
    padding-top: 0px !important;
}

.customer-heading-profile {
    background: #f9fafc;
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #e4e5e7;
}

.customer-profile-tabs .nav-tabs {
    border-top: 0px;
    margin-top: -16px;
    margin-bottom: 0px;
}

.dashboard-user-no-qa .top-left-logout {
    float: left !important;
    margin-left: -24px;
}

[dir="rtl"] .dashboard-user-no-qa .top-left-logout {
    margin-left: -22px;
}

.dt-page-jump {
    text-align: right;
    margin-right: 15px;
}

.dt-page-jump .dt-page-jump-select {
    height: 32px;
    float: right;
    margin-top: 2px;
    margin-left: 15px;
    border: 1px solid #dddddd;
}

[dir="rtl"] .dataTables_paginate {
    text-align: left !important;
    margin-left: 15px !important;
}

[dir="rtl"] .dt-page-jump .dt-page-jump-select {
    float: left;
    margin-right: 15px;
}

[dir="rtl"] .task-info .task-info-icon {
    margin-left: 6px !important;
}

[dir="rtl"] .task-single-menu {
    left: 21px;
    right: inherit;
}

[dir="rtl"] .main-tasks-table-href-name {
    margin-left: 3px;
    margin-top: -2px;
}

[dir="rtl"] .task-table-related {
    margin-top: 5px;
    display: block;
}

[dir="rtl"] .task-table-related:before {
    content: '\a';
    white-space: pre;
}


#calendar .fc-header-toolbar .btn-default {
    display: none;
}

#calendar .fc-header-toolbar button,
#calendar .fc-day-header,
#calendar .fc-toolbar .fc-center {
    text-transform: capitalize;
}

.checklist.ui-sortable-helper.relative {
    position: inherit;
}

.checklist-item-completed-by {
    position: absolute;
    bottom: -25px;
}

body.system-popup {
    overflow: hidden;
}

.system-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    text-align: center;
}

.system-popup .popup-wrapper {
    width: 60%;
    margin: 0 auto;
    display: table;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* works with row or column */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.system-popup .popup-content {
    margin-top: 25px;
    width: 100%;
}

.system-popup .popup-message {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 38px;
}

.system-popup .system-popup-close {
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    top: 30px;
    right: 150px;
    background: none;
    border: 0px;
    opacity: 0.2;
    outline: 0;
}

.system-popup .system-popup-close:hover::before,
.system-popup .system-popup-close:hover::after {
    background: #000;
    opacity: 1;
}

.system-popup .system-popup-close::before,
.system-popup .system-popup-close::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}

.system-popup .system-popup-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.system-popup .system-popup-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media(max-width:768px) {
    .system-popup .popup-wrapper {
        width:100%;
    }
    .system-popup .popup-message {
        font-size: 18px;
        max-width: 100%;
    }
    .system-popup .close {
        right: auto;
    }
}

.bg-odd {
    background-color: #f3f3f3;
}

.nav.navbar-right .open>a,
.nav.navbar-right .open>a:focus,
.nav.navbar-right .open>a:hover {
    border-color: #535f6d;
}

.tab-separator {
    border-right: 1px solid #f0f0f0 !important;
}
.theader{
    width:10%;
}
