/*New custom reset css*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

html {
    background: #f6f7f9;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #041731;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-weight: 400;
}

h5 {
    font-size: 13px;
}


.font-semi-bold {
    font-weight: 500;
}

.font-medium {
    font-size: medium !important;
}

.sidebar {
    background: #041731;
    box-shadow: none;
}

.top-left-part {
    background: #041731;
    padding-top: 10px;
    padding-left: 15px
}

.logo img {
    max-height: 50px;
    max-width: 180px;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 4px;
    margin-top: 13px;
}

.help-block {
    display: table-footer-group;
}
@media (min-width: 992px) {
    #side-menu.nav {
        margin-bottom: 190px;
    }
}

#side-menu>li>a {
    padding: 12px 30px 12px 15px;
}

.user-pro {
    background: #212732;
}

.sidebar #side-menu .user-pro .img-circle {
    border: 2px solid #00bcfb;
}

#side-menu>li:not(.user-pro)>a {
    color: #a6b0cf;
    font-weight: 500;
}

#side-menu>li a i {
    /*color: #6a7187 !important;*/
    font-size: 14px;
}

#side-menu>li {
    margin-bottom: 5px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.container-fluid>.col-md-12:first-child {
    padding-left: 0;
    padding-right: 0;
}

.navbar-header {
    background: #041731;
}

.navbar-static-top,
.data-section {
    background: #ffffff;
}

.data-section {
    min-height: 100vh;
    /* padding-bottom: 100px; */
}

.data-section.col-md-9 {
    height: 90vh;
    overflow-y: scroll;
}


.data-section.col-md-9::-webkit-scrollbar {
    /*display: none;*/
}


.sidebar {
    padding-top: 0;
}


.white-box {
    padding: 0 25px;
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .nav {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .fc .fc-toolbar {
        display: block;
    }
    .fc-toolbar-chunk{
        margin-bottom: 10px;
    }
}

.bg-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    /* padding: 25px 25px 15px 25px; */
    overflow: visible;
}

.bg-title h4 {
    color: inherit;
}

.bg-title .breadcrumb {
    display: none;
}

#page-wrapper {
    background: #f6f7f9;
    padding: 0;
}

#side-menu>li>a.active {
    border-color: transparent;
    background: #09203a;
    color: #ffffff;
}

.fix-sidebar.content-wrapper #side-menu>li>a.active {
    border-color: transparent;
    background: transparent;
    position: relative;
}

.fix-sidebar.content-wrapper #side-menu>li>a.active:hover {
    border-color: transparent;
    background: #09203a;
}

.fix-sidebar.content-wrapper #side-menu>li>a.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    bottom: 0;
    background: #09203a;
    z-index: -1;
}

#side-menu>li>a.active i {
    color: #ffffff;
}

#side-menu ul>li>a.active {
    color: #ffffff;
}

#side-menu li a {
    color: #a6b0cf;
}

#side-menu ul>li>a:hover {
    color: #ffffff;
}

.content-wrapper #side-menu ul>li>a:hover {
    color: inherit;
}

.content-wrapper #side-menu ul>li>a.active {
    color: inherit;
}

.content-wrapper .sidebar #side-menu>li>a {
    padding: 15px 23px 15px 20px;
}


#side-menu li a {
    border-left: none;
}

.media .btn-circle {
    cursor: default;
}

.form-control {
    height: 30px;
    padding: 2px 10px;
    font-size: inherit;
}

.filter-section {
    padding: 20px 15px;
    height: 100vh;
    /* %-height of the viewport */
    overflow-y: scroll;

}

.filter-section::-webkit-scrollbar {
    display: none;
}

.filter-section-close {
    position: absolute;
    right: -8px;
    top: 5px;
    z-index: 5;
    /* border-right: 0; */
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.filter-section-show {
    position: absolute;
    left: 0;
    top: 5px;
    margin-left: -9px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


.filter-section .form-control {
    background: #edeef1;
    border: none;
}

.filter-section h1,
.filter-section h2,
.filter-section h3,
.filter-section h4,
.filter-section h5,
.filter-section h6,
.filter-section label {
    color: #283038;
    font-weight: 400;
}

.other-section {
    background: white;
    border-right: 1px solid #f2f2f3;
}

.two-part li {
    width: 47.8%;
}

.two-part li i,
.two-part li span {
    font-size: inherit;
}

tbody {
    color: inherit;
}


.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #f2f2f3;
}

.table-bordered,
.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: 1px solid #f2f2f3;
}

.table>thead>tr>th {
    color: #8d8d8d;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: none;
}

td {
    font-size: 12px;
}

/* .table-bordered {
    border-top: none;
} */

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
}

.table-hover>tbody>tr:hover {
    background-color: #ffffff !important;
}

.datepicker {
    font-size: 12px;
}

.label-success {
    background-color: #edf9f7;
    color: #53af9a;
}

.label-info {
    background-color: #eef6fe;
    color: #3594fa;
}

.label-primary {
    background-color: #faeefd;
    color: #cf55e9;
}

.label-danger {
    background-color: #fcf2ed;
    color: #e15931;
}

.label-warning {
    background-color: #fff3d0;
    color: #f9bc03;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #00bcfb;
}

.btn.active,
.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dropdown-menu {
    font-size: 13px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2) !important;
}

.table .dropdown-menu,
.table .btn,
#sortable .btn {
    font-size: 12px;
    background: #ffffff;
}

.table .btn-circle,
#sortable .btn-circle {
    border-radius: 4px;
    background: transparent;
}

.table .btn-info,
#sortable .btn-info {
    color: #03a9f3;
}

.table .btn-warning,
#sortable .btn-warning {
    color: #fec107;
}

.table .btn-success,
#sortable .btn-success {
    color: #00c292;
}

.table .btn-danger,
#sortable .btn-danger {
    color: #fb9678;
}

.table .btn-primary,
#sortable .btn-primary {
    color: #ab8ce4;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
    color: #b4b7bc;
}

.pagination>li>a,
.pagination>li>span {
    padding: 4px 9px;
    font-size: 12px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #dedede;
    border-color: #dedede;
    color: inherit;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 12px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel-black .panel-heading,
.panel-inverse .panel-heading {
    border-color: #f6f7f9;
    color: inherit;
    background-color: #f6f7f9;
}

.content-wrap section {
    padding: 0;
}

.tabs-style-line nav a {
    padding: 10px 10px 10px 0;
}

.tabs-style-line nav a {
    text-transform: capitalize;
}

.tabs-style-line nav li.tab-current a {
    box-shadow: inset 0 -2px #041831;
    color: black;
    font-weight: 400;
}

.customtab li a,
.customtab li a:focus,
.customtab li a:hover {
    color: black;
    font-weight: 400;
}

.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
    border-bottom: 2px solid #041831;
    color: #041831;
    font-weight: 400;
}

.list-group-item {
    border: 1px solid #f2f2f3;
    border-left: none;
    border-right: none;
}

#sortable .input-group-addon {
    background-color: #ffffff;
    border-radius: 4px;
}



.table-responsive .dropdown-menu {
    right: 0;
    left: auto;
}

.select2-container-multi .select2-choices {
    min-height: 30px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 2px 10px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #dcddde !important;
    padding: 3px 18px 2px 5px;
    border-radius: 21px;
    font-size: 10px;
}


.select2-container-multi .select2-search-choice-close {
    left: unset;
    border-radius: 50%;
    top: 2px;
}

.filter-section .select2-container-multi .select2-choices {
    background: #f6f7f9;
    border: none;
}

.filter-section .select2-container-multi .select2-choices {
    background: #edeef1;
    border: none;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-bg {
    margin: 0;
    border-radius: 6px;
}

.user-bg .overlay-box {
    background: #6b6a6b;
}

.user-btm-box {
    padding: 0;
}

.col-in h3 {
    font-size: 16px;
}

.m-t-25 {
    margin-top: 25px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-r-25 {
    padding-right: 25px !important
}

/* attendance info */
.punch-det {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.punch-det h6 {
    line-height: 20px;
    margin-bottom: 0;
}

.punch-det p {
    color: #727272;
    font-size: 14px;
    margin-bottom: 0;
}

.punch-info {
    margin-bottom: 20px;
}

.punch-hours {
    align-items: center;
    border: 5px solid #5fc798;
    border-radius: 50%;
    display: flex;
    font-size: 18px;
    height: 120px;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
}

.statistics .row {
    margin-left: -5px;
    margin-right: -5px;
}

.statistics .row>div {
    padding-left: 5px;
    padding-right: 5px;
}

.punch-status .stats-box {
    margin-bottom: 0;
}

.stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 5px;
}

.stats-box p {
    margin: 0;
    font-size: 12px;
}

.stats-box>h6 {
    margin-bottom: 0;
}

.recent-activity .res-activity-list {
    max-height: 336px;
    list-style-type: none;
    margin-bottom: 0;
    overflow-y: auto;
    padding-left: 30px;
    position: relative;
}

.recent-activity .res-activity-list li {
    margin-bottom: 15px;
    position: relative;
}

.recent-activity .res-activity-list li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    left: -30px;
    top: 0px;
    border: 2px solid #ff9b44;
    margin-right: 15px;
    z-index: 2;
    background: #fff;
}

.recent-activity p {
    font-size: 13px;
    margin-bottom: 0;
}

.recent-activity .res-activity-time {
    color: #bbb;
    font-size: 12px;
}

.recent-activity .res-activity-list:after {
    content: "";
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
}

.vtabs {
    width: 100%;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
    background: #041831;
    border-right: 2px solid #041831;
}

.modal-title {
    font-size: 14px;
    color: white;
}

.modal-header {
    background-color: #69c2fd;
    border-radius: 6px 6px 0 0;
}

.modal-header .close {
    color: white;
    opacity: 1;
}

.fc th.fc-widget-header {
    background: #041731;
}

.fc-state-down,
.fc-state-active {
    box-shadow: none;
    background-color: #041731;
    color: #ffffff;
}

.fc-toolbar h2 {
    font-size: 14px !important;
}


.fc-list-table .fc-event {
    background: unset;
}

.fc .fc-event {
    font-size: 11px;
    padding: 2px;
}

a.fc-event {
    color: #ffffff;
}

/* dashboard stats */
.dashboard-stats .text-danger {
    background: #fb9678;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-block !important;
    text-align: center;
}

.dashboard-stats .text-dark {
    background: #686868;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-block !important;
    text-align: center;
}

.dashboard-stats .text-warning {
    background: #fec107;
    color: #0c0c0c !important;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-block !important;
    text-align: center;
}

.dashboard-stats .text-success {
    background: #00c292;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-block !important;
    text-align: center;
}

.dashboard-stats .text-info {
    background: #03a9f3;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-block !important;
    text-align: center;
}

.dashboard-stats .text-primary {
    background: #ab8ce4;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-block !important;
    text-align: center;
}


/* dashboard stats end*/

.sttabs .panel .panel-body {
    padding: 15px;
}

.sttabs .panel .panel-heading {
    padding: 10px 15px;
    letter-spacing: 0.5px;
}


.label {
    padding: 4px 12px 4px;
}

.label-rouded,
.label-rounded {
    border-radius: 50%;
    padding: 6px 8px;
    font-weight: 400;
}

.project-stats {
    padding: 10px;
    border: 1px solid #f2f2f3;
    border-radius: 6px;
}

.project-stats span {
    padding: 11px 6px !important;
    width: 40px !important;
    height: 40px !important;
    margin-right: 5px;
}

.project-top-stats span {
    font-weight: 400;
    font-size: 14px;
}

.steamline {
    border-left: 2px dotted rgba(120, 130, 140, .13);
}

#project-timeline .steamline, #notices-timeline .steamline {
    margin-left: 0;
}

#project-timeline .steamline .sl-left, #notices-timeline .steamline .sl-left {
    margin-left: -6px;
}

#project-timeline .panel-body {
    max-height: 530px;
    overflow-y: auto;
}

.pending-leaves {
    border: 1px solid #f2f2f3;
    border-radius: 6px;
}

.shw-rside {
    width: 70%;
}

.right-sidebar .rpanel-title {
    background: #181e29;
}

.container-scroll {
    background: #f6f7f9;
    padding-top: 15px;
}

.container-scroll>.container-row {
    overflow-x: auto;
    white-space: nowrap;
}

.container-scroll>.container-row>.col-xs-3 {
    display: inline-block;
    float: none;
    white-space: normal;
    width: 290px !important;
}

.container-scroll>.container-row {
    margin-top: 24px;
}

.board-column {
    background-color: transparent;
    /*margin-left: 10px;*/
}

.board-column .panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 20px 10px;
}

.board-column .panel-body {
    padding: 10px;
    font-size: 1.3rem;
}

.lobipanel .panel-body {
    cursor: move;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.board-column .panel-heading a i {
    font-size: 14px;
}

.board-column .panel-title h6 {
    font-weight: 500;
}

.bg-grey {
    background-color: #fafbfb;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-5 {
    padding: 5px !important;
}

.btn-inverse.btn-outline {
    color: inherit !important;
    background-color: white !important;
    transition: all .5s;
}

.btn-inverse.btn-outline:hover {
    color: white !important;
    background-color: #041831 !important;
    transition: all .5s;
}

div.dataTables_wrapper div.dataTables_processing {
    color: #ab8ce4;
}

.tooltip-inner2 {
    padding: 10px;
    background: #eef6fe;
}

.tooltip-content5 {
    font-size: inherit;
    color: #000000;
    width: 180px;
    margin: 0 0 20px -90px;
}

.tooltip-content5::after {
    border-color: #3594fa transparent transparent;
    border-width: 5px;
    bottom: -10px;
    margin-left: -5px;
}

.tooltip-text3 {
    border-bottom: 3px solid #3594fa;
}

a.mytooltip {
    color: #171f28;
    z-index: 10;
}

.bootstrap-tagsinput {
    border-radius: 4px;
}

.bootstrap-tagsinput .tag {
    background-color: #03a9f3;
}

.bg-owner-reply {
    background: #f6f7f9;
    margin-bottom: 10px;
    border-radius: 6px;
}

.bg-other-reply {
    background: #f6fbff;
    margin-bottom: 10px;
    border-radius: 6px;
}


.bg-best-reply {
    background: #e6ffe7;
    margin-bottom: 10px;
    border-radius: 6px;
}

#ticket-messages {
    max-height: 550px;
    overflow-y: auto;
}

.chat-main-box {
    background: inherit;
}

.chat-main-box .chat-left-aside {
    position: relative;
    width: auto;
    border-right: none;
}

.chat-main-box .chat-right-aside {
    margin-left: 0;
}


.chat-list .chat-text {
    background: #f6fbff;
}

.chat-list .odd .chat-text {
    background: #f6f7f9;
}

.chat-list .odd .chat-body {
    color: #1a2942;
}

.chat-list .odd .chat-text h4 {
    color: #1a2942;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: unset;
}

.note-editor.note-frame {
    border: none !important;
}

.note-editor .panel-heading {
    border-color: #f6f7f9;
    color: inherit;
    background-color: #f6f7f9;
}

.asColorPicker-trigger {
    height: 30px;
    border: 1px solid #e4e7ea;
}

.h-30 {
    height: 30px;
}

.w-30 {
    width: 30px;
}

.w-100 {
    width: 100px;
}

.h-50 {
    height: 50px;
}

.w-50 {
    width: 50px;
}

.role-members {
    padding-bottom: 19px !important;
    padding-top: 13px !important;
}


.menu-user {
    padding: 0 12px;
}

.user-dropdown {
    padding: 0 5px 5px 5px;
    cursor: pointer;
}

.shortcut-dropdown,
.notification-dropdown {
    padding: 1px 11px;
    border-radius: 4px;
    background: #09203a;
}

.shortcut-dropdown .dropdown-toggle,
.notification-dropdown .dropdown-toggle {
    padding-top: 2px;
    font-size: 14px;
    color: #6ebdff;
}

.shortcut-dropdown.open,
.notification-dropdown.open {
    background: #fff;
    padding: 1px 11px;
    border-radius: 0 0 4px 4px;
}

.user-dropdown img {
    border: 2px solid #00bcfb;
}

.user-dropdown.open {
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.user-dropdown .dropdown-menu,
.shortcut-dropdown .dropdown-menu,
.notification-dropdown .dropdown-menu {
    margin-bottom: 0;
    border: none;
    border-radius: 4px 4px 4px 0 !important;
}

.menu-copy-right {
    padding: 10px 20px;
    background: #09203a;
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 400;
}

.menu-copy-right a {
    color: #c5c5c5;
    font-weight: 400;
}

.notification-dropdown,
.notification-dropdown.open {
    padding: 5px 11px;
}

.language-switcher .dropdown-toggle .caret {
    display: none;
}

.language-switcher .dropdown-toggle {
    padding: 6px 6px;
    background: #ffffff;
    border: 1px solid #78828c21;
}

.menu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 220px;
    background: #041831;
    border-top: 1px solid #2f3544;
    padding-top: 10px;
    z-index: 9999;
}

.content-wrapper .menu-footer {
    width: 60px;
}

.content-wrapper .menu-footer .col-lg-4,
.content-wrapper .menu-footer .col-lg-6 {
    width: 100%;
}

.content-wrapper .top-left-part a {
    overflow: hidden !important;
    width: 29px;
    display: inline-block;
}

.notify .heartbit {
    border: 5px solid #53af9a;
}

.notify .point {
    background-color: #53af9a;
}

.front-dashboard .white-box {
    padding: 13px 12px;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
}

.dashboard-stats .col-xs-3 div span {
    padding: 16px 17px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-block !important;
}

.front-dashboard .col-xs-3 div span {
    padding: 10px 13px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: inline-block !important;
}

.dashboard-stats .col-xs-3 i {
    color: #ffffff;
    font-size: 14px;
}

.front-dashboard .col-xs-3 i {
    color: #ffffff;
    font-size: 12px;
}

.dashboard-stats .col-xs-9 .counter {
    font-size: 15px;
    font-weight: 500;
}
.dashboard-stats .col-xs-9 .counter-loged {
    font-size: 15px;
    font-weight: 500;
}

.widget-title {
    font-size: 13px !important;
    color: #848484;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.bg-success-gradient {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.bg-danger-gradient {
    background-image: linear-gradient(to right, #fa709a 0%, #fe8f40 100%);
}

.bg-warning-gradient {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.bg-info-gradient {
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

.bg-inverse-gradient {
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.dashboard-settings {
    width: 450px;
}

.dashboard-settings li {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 223px;
}

.dashboard-settings li:first-child,
.dashboard-settings li:last-child {
    float: none;
    width: 100%;
}

#footer-sticky-notes {
    right: 37px;
    background: rgba(0, 0, 0, 0.80);
    bottom: 0;
    position: fixed;
    width: 300px;
    z-index: 3;
    display: none;
}

#sticky-note-toggle {
    position: fixed;
    bottom: 0;
    right: 40px;
    padding: 10px 15px;
    background: #fbfbfb;
    border: 1px solid #c3c3c3;
    border-radius: 5px 5px 0 0;
    color: #3e3e3e;
    opacity: 0.8;
    z-index: 3;
}

#sticky-note-header {
    padding: 10px;
    color: #ffffff;
    border-bottom: 1px solid #ccc;
}

#sticky-note-list {
    padding: 0 5px;
    overflow-y: auto;
}

#sticky-note-list .sticky-note {
    margin: 5px 0;
    color: #FFFFFF;
}

#sticky-note-list .sticky-note .well {
    margin-bottom: 0;
}

#sticky-note-list .sticky-note .well hr {
    border-color: #FFFFFF;
}

.panel-inverse .fc-title {
    color: #fff;
}

.filter-section .tabs-vertical {
    background: #fff;
}

.filter-section .tabs-vertical li a {
    color: #041731;
}

.filter-section .tabs-vertical li.active a.active {
    color: #fff;
}

.task-description {
    font-size: 12px;
    margin-top: 10px;
    /* max-height: 10vh; */
    overflow-y: auto;
    border-radius: 5px;
}


/*gantt chart*/

.gantt_add,
.gantt_grid_head_add {
    background-image: none;
}

.gantt_task_progress_drag {
    display: none !important;
}

.gantt_link_point {
    display: none !important;
}

.gantt_task_drag {
    width: 6px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYDDjkw3UJvAwAAABRJREFUCNdj/P//PwM2wASl/6PTAKrrBf4+lD8LAAAAAElFTkSuQmCC);
    z-index: 1;
    top: 0;
}

.gantt_task_drag.task_left {
    left: 0;
}

.gantt_task_drag.task_right {
    right: 0;
}

.gantt_grid {
    background: #ffffff;
}

.gantt_grid_data .gantt_row,
.gantt_grid_data .gantt_row.odd {
    background-color: #ffffff;
}

.note-editable.panel-body {
    border: 1px solid #f6f7f9;
}


.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    border: none !important;
}

div.dt-buttons {
    float: right !important;
    margin-left: 5px;
}

.tabs-more {
    box-shadow: inset 0 -2px #d2d3d2;
    padding-bottom: 1px;
}

.tabs-more .dropdown-toggle {
    background: transparent;
}

.mailbox {
    overflow-x: hidden;
}

a.show-task-detail {
    color: #0088ff;
}

.b-all {
    border: 1px solid rgba(120, 130, 140, .13) !important;
}


#discussion #button-area {
    margin-bottom: 30px;
}

#discussion .discussion-categories {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#discussion ul.discussion-categories li {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 8px;
}

#discussion ul.discussion-categories li.active {
    background: #f9f9f9;
    border-radius: 5px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #6fbcfc;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.preloader {
    visibility: hidden;
}

.ribbon {
    top: 58px;
    left: 25px;
}


.sttabs nav a span {
    font-size: 13px;
}

.phone_country_code {
    width: 120px;
    background: #e4e7ea;
    padding: 4px 10px;
    border-radius: 4px 0 0 4px !important;
}

.mobile {
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 0 4px 4px 0 !important;
    box-shadow: none;
    color: #565656;
    height: 30px;
    padding: 2px 10px;
    transition: all 300ms linear 0s;
    margin-left: -4px;
    width: 45%;
}

#task-history-section #project-timeline .steamline .sl-left {
    margin-left: -13px;
}

.h-scroll {
    height: 90vh;
    /* %-height of the viewport */
    overflow-y: scroll;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 4px;
    margin-top: 13px;
}

@media (max-width: 767px) {
    .data-section.col-md-9 {
        height: auto;
        overflow-y: auto;
    }
    .rtl .language-switcher{
        margin-left: 10px !important;
    }
    .rtl .btn-outline{
        float: right;
    }
    .rtl .input-group .form-control:first-child{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .rtl .input-group-btn:last-child>.btn{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .rtl {
        display: contents;
    }
    .rtl #page-wrapper {
        margin: 0 !important;
    }
    .rtl .navbar-header .navbar-toggle {
        float: right;
    }
    .sttabs nav a span {
        display: inline-block;
    }

    .dropdown .mailbox {
        left: auto;
    }

    .navbar-header .navbar-toggle {
        float: left;
    }

    .slimscrollsidebar {
        margin-top: 0;
    }

    .top-left-part {
        display: none;
    }

    .input-group-btn .btn {
        padding: 4px 12px;
    }

    .menu-footer {
        display: none;
    }

    .language-switcher {
        margin: 13px 0;
    }

    .bg-title .text-right {
        text-align: left;
    }

    .bg-title .btn.pull-right {
        float: left !important;
    }

    .filter-section {
        display: none;
    }

    .filter-section > h5.pull-left {
        float: none !important;
    }

    .dashboard-stats .b-l,
    .project-top-stats .b-l {
        border-left: none;
    }

    .dashboard-stats .text-center,
    .project-top-stats .text-center {
        text-align: left;
    }

    .shw-rside {
        width: 100%;
    }

    .chat-main-box .chat-left-aside {
        left: 0;
    }

    .slimScrollBar {
        height: auto !important;
    }

    #sticky-note-toggle {
        display: none;
    }

    .table-responsive .dropdown-menu {
        right: unset;
        left: 0;
    }

    #top-notification-dropdown .notify .point {
        top: -39px !important;
    }

    #top-notification-dropdown .notify .heartbit {
        top: -49px !important;
    }

    .tabs-more .dropdown-menu.pull-right {
        right: unset;
    }

    .slimScrollBar {
        height: inherit !important;
    }

    .content-wrapper #side-menu ul>li>a.active {
        color: #ffffff;
    }

}

@media screen and (min-width: 768px) and (max-width: 768px) {

    .fix-sidebar .top-left-part {
        position: unset;
    }

    .filter-section {
        display: none;
    }

    .dashboard-stats .b-l,
    .project-top-stats .b-l {
        border-left: none;
    }

    .slimscrollsidebar {
        margin-top: 75px;
        padding-bottom: 158px;
        /*overflow-y:auto !important;*/
    }

    #sticky-note-toggle {
        display: none;
    }

    .slimScrollBar {
        height: inherit !important;
    }

}



@media (min-width: 992px) {

    .fix-sidebar .top-left-part {
        position: fixed;
    }

    /* Overwrite the default to keep the scrollbar always visible */

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 7px;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .sidebar {
        height: 100vh;
    }

    .table-responsive {
        overflow: visible;
    }

    .slimscrollsidebar {
        margin-top: 75px;
        padding-bottom: 158px;
        /*overflow-y:auto !important;*/
    }

    .sttabs .content-wrap {
        min-height: 500px;
    }

    .fix-sidebar .sidebar {
        overflow: visible;
    }

}

.form-group .required:after {
    content: " *";
    color: red;
}

.empty-space {
    text-align: center;
    display: table;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.empty-space>.empty-space-inner {
    display: table-cell;
    vertical-align: middle;
}

.field-icon {
    float: right;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

/*Make the first input to readonly this is to prevent auto-complete --}}*/
.auto-complete-off[readonly] {
    background-color: #fff !important;
}

.select-required:after {
    content: " *";
    color: red;
}

.truncate {
    /* width: 250px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

@media (max-width: 1024px) {
    .menu-footer {
        width: 60px;
    }

    .menu-copy-right {
        display: none;
    }

    .top-left-part a {
        overflow: hidden !important;
        width: 29px;
        display: inline-block;
    }
}

@media screen and (max-width: 58em) {
    .sttabs nav a span {
        display: inline-block;
    }
}

.modal-body {
    overflow-wrap: break-word;
}

.sidebar .fa-fw {
    vertical-align: unset;
    width: 18px !important;
}

.dropdown-menu {
    padding-bottom: inherit;
}

.user-dropdown .dropdown-menu i {
    font-size: 13px;
}

.border-radius-0 {
    border-radius: 0;
}

.messageDelete {
    position: absolute;
    top: 5px;
    z-index: 99;
    width: 30px;
    height: 30px;
    color: red;
    cursor: pointer;
    transition: 0.3s;
}

.messageDelete.left {
    left: -10px;
}

.messageDelete.right {
    right: -10px;
}

.messageDelete i.fa.fa-trash {
    color: #eca2a2 !important;
    font-size: 15px !important;
}

.messageDelete:hover i.fa.fa-trash {
    color: #e23636 !important;
}

#invoices-table_wrapper .dt-buttons {
    display: none !important;
}

#estimates-table_wrapper .dt-buttons {
    display: none !important;
}

#payments-table_wrapper .dt-buttons {
    display: none !important;
}

#expenses-table_wrapper .dt-buttons {
    display: none !important;
}

#allCreditNote-table_wrapper .dt-buttons {
    display: none !important;
}

#contracts-table_wrapper .dt-buttons {
    display: none !important;
}

#projects-table_wrapper .dt-buttons {
    display: none !important;
}

#allTasks-table_wrapper .dt-buttons {
    display: none !important;
}

#all-time-logs-table_wrapper .dt-buttons {
    display: none !important;
}

#employees-table_wrapper .dt-buttons {
    display: none !important;
}

#clients-table_wrapper .dt-buttons {
    display: none !important;
}

#leads-table_wrapper .dt-buttons {
    display: none !important;
}

.company-switcher.bootstrap-select.fit-width {
    display: flex !important;
    margin-right: 50px;
}

.company-switcher.bootstrap-select.fit-width.margin-right-auto {
    margin-right: 0 !important;
}
.video-box {
    width:75%;
    height: 400px;
}

.margin-top-10 {
    margin-top: 10px;
}

.activated-gateway{
    color: green;
}

.dashboard-clock {
    font-size: 26px;
    font-weight: 300;
}

.front-dashboard .white-box{
    margin-bottom: 8px;
}

/*RTL*/
.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .sidebar, .rtl .menu-footer {
    left: auto;
    right: 0;
}

.rtl #page-wrapper {
    margin: 0 220px 0 0 ;
}

.rtl #side-menu>li>a {
    padding: 12px 15px 12px 30px;
}

.rtl .nav{
    padding-right: 0px;
}

.rtl .sidebar .nav-second-level li a{
    padding-right: 43px;
}

.rtl .sidebar .arrow{
    left: 15px;
    right: auto;
}

.rtl .bg-title .bg-title-right{
    float: left;
}

.rtl .top-left-part{
    padding-right: 15px;
    padding-left: inherit;
}

.rtl .filter-section, .rtl .bg-title .bg-title-left{
    float: right;
}

.rtl .filter-section-close .fa-chevron-left, .rtl .filter-section-show .fa-chevron-right{
    transform: rotate(180deg);
}

.rtl .filter-section-close {
    left: -8px;  
    right: auto;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rtl .pull-left {
    float: right !important;
}

.rtl .pull-right, .rtl div.dt-buttons {
    float: left !important;
}

.rtl .filter-section-show{
    left: auto;
    right: 0px;
    margin-right: -9px;
    margin-left: 0px;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rtl .dataTables_length{
    direction: ltr;
    text-align: left;
}

.rtl .m-l-5 {
    margin-right: 5px!important;
    margin-left: 0px !important;
}

.rtl .m-r-5 {
    margin-left: 5px!important;
    margin-right: 0px !important;
}

.rtl .m-l-10 {
    margin-right: 10px!important;
    margin-left: 0px !important;
}

.rtl .m-r-10 {
    margin-left: 10px!important;
    margin-right: 0px !important;
}

.rtl .m-l-20 {
    margin-left: auto !important;
    margin-right: 20px !important;
}

.rtl .text-right {
    text-align: left;
}
   
#timer-section .btn{
    padding: 7px 10px;
    font-size: 12px;
    margin-right: 25px;
}
.reportrange
{
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%
}
.mt-0{
    margin-top: 0px !important;
}
.blur-code{
    filter: blur(3px);
}
.cursor-pointer{
    cursor: pointer;
}
.link-dialog .checkbox input[type=checkbox] {
    opacity: 1 !important;
}
.link-dialog .checkbox label::before {
    content:none !important;
}