/* brokenPIXEL Custom CSS Additions */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 6px 0;
    background-color: #fff;
}
.tippy-tooltip {
    font-size: 12px;
    padding: 8px 8px;
}
.bf-user-navigation ul {
    max-width: 100%;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    margin-left: -10px;
    white-space: nowrap;
    list-style: none;
}

.bf-user-navigation ul li {
    position: relative;
    display: block;
    float: left;
    z-index: 1;
    background-color: #00AAFF;
}

.bf-user-navigation ul li > a {
    position: relative;
    display: block;
    padding: 1.25rem 1.8rem;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    background: none;
    border: none;
    border-radius: 0;
}

.bf-user-navigation ul li > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    z-index: -1;
}

.bf-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #979797;
}

.bf-user-navigation ul li.active > a::after,
.bf-user-navigation ul li:focus > a::after,
.bf-user-navigation ul li:hover > a::after {
    background-color: rgba(255, 255, 255, 0.1);
}

.bf-user-navigation ul li.active > a::after {
    background-color: #080325;
}

.bf-user-navigation ul .flickity-viewport {
    overflow: visible;
}

.bf-user-navigation + .info {
    padding-bottom: 120px;
}
.full-width {
    width: 100%;
    width: calc(100% / 1);
}
.half-width {
    width: 50%;
    width: calc(100% / 2);
}
.third-width {
    width: 33.33%;
    width: calc(100% / 3);
}
.quarter-width {
    width: 25%;
    width: calc(100% / 4);
}
.fifth-width {
    width: 20%;
    width: calc(100% / 5);
}
.sixth-width {
    width: 16.66%;
    width: calc(100% / 6);
}
.seventh-width {
    width: 14.28%;
    width: calc(100% / 7);
}
.eighth-width {
    width: 12.50%;
    width: calc(100% / 8);
    width: calc(100% / 8);
}
.ninth-width {
    width: 11.11%;
    width: calc(100% / 9);
}
.tenth-width {
    width: 10%;
    width: calc(100% / 10);
}
/* Just odd use */
.nine-tenths-width {
    width: 90%;
}
.eight-tenths-width {
    width: 80%;
}
.two-tenths-width {
    width: 20%;
}
.three-quarter-width {
    width: 75%;
}
.two-thirds-width {
    width: 66.66%;
}
.slimScrollDiv {
    margin-top: -9px;
}
#wrapper .sidebar {
    width: 180px;
}
.layout-fullwidth #wrapper .sidebar {
    left: -180px;
}
#wrapper .main {
    width: calc(100% - 180px);
    padding-top: 78px;
}
#wrapper .main .alert {
    padding: 10px 35px 10px 15px;
}
#wrapper .main .profile-left .profile-detail .profile-info .alert.action-alert {
    padding: 10px 15px 10px 15px!important;
}
#wrapper .main .profile-left .profile-detail .profile-info .alert.action-alert button.close {
    line-height: .9!important;
}
#wrapper #sidebar-nav {
    padding-top: 69px;
}
.navbar-default .brand {
    padding: 14px 10px 0 15px;
    font-size: 22px;
    background-color: transparent;
}
.navbar-default .brand a {
    color: #2B333E;
}
.navbar-default .brand a span {
    font-weight: 700;
}
.navbar-btn {
    padding: 6px 0;
}
.navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-nav .icon-menu,
.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
}
.sidebar .nav > li > a {
    padding: 10px 10px;
}
.sidebar .nav .nav > li > a {
    padding: 7px 10px;
}
.sidebar .nav .nav > li:last-of-type > a {
    padding: 7px 10px 10px;
}
.main-content {
    padding: 0;
}
.page-title {
    color: #000;
    margin-bottom: 20px;
}
select[multiple].form-control {
    height: 114px;
    padding: 5px;
}
select.form-control option {
    height: 34px;
    padding: 7px 10px;
}
.error-text{
    color: red;
    margin: 10px;
}
.display-error{
    color: red;
    border: 2px solid red;
    padding: 5px;
}

/* Panels */
.panel {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}
.panel .panel-body {
    padding: 5px 20px;
}
.panel.debug-panel {
    margin-bottom: 12px;
}
.panel.debug-panel .panel-heading {
    padding: 10px 0 10px 15px;
}
.panel.debug-panel .panel-heading .right {
    top: 25%;
}
.panel.debug-panel .panel-body {
    padding: 0px 15px 15px;
}

/* Tables */
.table.table-striped {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

/* Login Screen */
.auth-box {
    width: 30%;
    height: 350px;
}
.auth-box .left {
    width: 100%;
}
.auth-box .right {
    background-image: url('/assets/klorofil/img/bp-logo-bg.png');
    background-position-x: -35px;
    width: 70%;
}
.auth-box .right .overlay {
    background: rgba(99, 156, 185, 0.32);
}
.auth-box .right .heading {
    margin-top: 400px;
}
.auth-box .right .text {
    text-align: right;
}
.profile-header .profile-main {
    background-image: url('../../img/profile-bg3.jpg');
    background-position-y: center;
}
.profile-info {
    margin: 20px 0;
}
.profile-right h4 {
    margin-top: 0;
}
.profile-right .left {
    border-right: 1px solid #eee;
}
.panel .profile-right {
    padding-bottom: 5px;
}
.cursor-pointer {
    cursor: pointer;
}
.action-buttons-col {
    width: auto;
}
.user-info-td {
    padding: 3px 0 4px 78px !important;
}

/* Users Listing DataTable */
div.dataTables_wrapper {
    padding-top: 8px;
}
div.dataTables_wrapper table.dataTable {
    margin-top: 0 !important;
}
div.dataTables_wrapper table.dataTable thead .sorting:before,
div.dataTables_wrapper table.dataTable thead .sorting:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc:before,
div.dataTables_wrapper table.dataTable thead .sorting_asc:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc:before,
div.dataTables_wrapper table.dataTable thead .sorting_desc:after,
div.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:before,
div.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
div.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:before,
div.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}
div.dataTables_wrapper div.dataTables_filter {
    /*position: relative;*/
}
div.dataTables_wrapper div.dataTables_filter label {
    /*position: absolute;*/
    /*right: 80px;*/
    /*top: -39px;*/
}
div.dataTables_wrapper div.dataTables_filter input {
    /*height: 30px;*/
}
div.dataTables_wrapper .dataTables_length select {
    margin: 0 5px;
}
div.dataTables_wrapper .dataTables_length select::after {
    display: none;
}
div.dataTables_wrapper .dataTables_info {
    width: 50%;
    float: left;
    padding-top: 12px;
}
div.dataTables_wrapper .dataTables_paginate {
    /*width: 50%;*/
    /*float: left;*/
    text-align: right;
    margin-top: 10px !important;
}
div.dataTables_wrapper .dataTable thead tr th:first-of-type {
    width: 20px; /*!important;*/
    padding: 8px 0 8px 8px;
    text-align: center;
}
div.dataTables_wrapper .dataTable tbody tr td:first-of-type {
    width: 20px !important;
    padding: 8px 0 6px 8px;
    text-align: center;
}
div.dataTables_wrapper .dataTable tbody tr td:last-of-type {
    padding: 6px 0 6px 8px;
}
div.dataTables_wrapper .dataTable tbody tr td input {
    height: 30px;
}
div.dataTables_wrapper .dataTable thead tr th:last-of-type {
    padding-right: 10px;
}
.btn-group-xs > .btn, .btn-xs {
    line-height: 1;
}
#toTopBtn {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 4px 10px 3px;
    border-radius: 4px;
    opacity: 0.6;
}
#toTopBtn:hover {
    /*background-color: #555;*/
    opacity: 1;
}
.auth-message p {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 0;
}
.slider.slider-horizontal,
.permission-slider {
    width: 100%!important;
    margin-left: 15px;
}
.slider.slider-horizontal:after {
    margin-bottom: 15px;
}
.sidebar .nav .nav > li > a {
    padding-left: 41px !important;
}
.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
    font-weight: 700;
}
.profile-header .online-status.status-unavailable:before {
    background-color: #f03205;
}
.clients-main-page .metric {
    padding: 10px;
    margin-bottom: 20px;
}

/* Scrollbars */
/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #bbb;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
.btn-xxs {
    padding: 0 5px;
}

/* Kanban */
.card-body h4.card-title {
    margin: 0 0 14px;
}
.metric .icon {
    width: 35px;
    height: 35px;
    line-height: 37px;
}

/* Clients */
#clientcontent .row .well {
    padding: 0 10px 10px;
    min-height: 110px;
}
#clientcontent .row .well p.service-note {
    padding-right: 34px;
}
.client-card .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    background-color: #0081c2;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    opacity: 0.2;
}
.client-card .icon .fa {
    font-size: 25px;
}
.client-card h4 span {
    font-size: 14px;
}
#clientcontent .row .well h4 {
    line-height: 24px;
}
#clientcontent .row .well hr {
    border: 1px solid #ddd;
    margin: 8px 0;
}
#clientcontent .listing-count h3 {
    margin: 0 0 20px;
}

/* Projects */
#project-panel-selects {
    position: relative;
}
#p_status {
    margin-right: 160px;
}
#p_team_members {
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    border: 1px solid #555;
    text-align: left;
    padding: 0 4px;
    background-color: #fff;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#p_team_members > li {
    display: none;
}
#p_team_members > li:first-of-type {
    display: block;
}
#p_team_members:hover > li {
    display: block;
}
#p_team_members .team-checkbox {
    margin: 7px 6px 7px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#pa_team_members {
    display: none;
    list-style: none;
    position: fixed;
    width: 300px;
    height: auto;
    top: 37%;
    left: 30%;
    margin-top: -200px;
    margin-left: -165px;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 2px 1px #7d7d7d;
    box-shadow: 1px 1px 2px 1px #7d7d7d;
    z-index: 99;
}
#pa_team_members > li {
    padding: 5px 0;
}
#pa_team_members .team-checkbox {
    margin: 7px 10px 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#t_team_members {
    display: none;
    list-style: none;
    position: fixed;
    width: 300px;
    height: auto;
    top: 40%;
    left: 30%;
    margin-top: -200px;
    margin-left: -165px;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 2px 1px #7d7d7d;
    box-shadow: 1px 1px 2px 1px #7d7d7d;
    z-index: 99;
}
#t_team_members > li {
    padding: 5px 0;
}
#t_team_members .team-checkbox {
    margin: 7px 10px 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#et_team_members {
    display: none;
    list-style: none;
    position: fixed;
    width: 300px;
    height: auto;
    top: 35%;
    left: 30%;
    margin-top: -200px;
    margin-left: -165px;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 2px 1px #7d7d7d;
    box-shadow: 1px 1px 2px 1px #7d7d7d;
    z-index: 99;
}
#et_team_members > li {
    padding: 5px 0;
}
#et_team_members .team-checkbox {
    margin: 7px 10px 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#projectcontent .row .well {
    padding: 0 10px 10px;
    min-height: 110px;
}
#projectcontent .row .well p.project-note {
    padding-right: 34px;
}
.project-card .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    background-color: #0081c2;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    opacity: 0.2;
}
.project-card .icon .fa {
    font-size: 25px;
}
.project-card h4 span {
    font-size: 14px;
}
#projectcontent .row .well h4 {
    line-height: 24px;
}
#projectcontent .row .well hr {
    border: 1px solid #ddd;
    margin: 8px 0;
}
#projectcontent .listing-count h3 {
    margin: 0 0 20px;
}
/* START - Draggable Task Blocks float and width */
#projectcontent .card-handle,
#projectcontent .card-complete,
#projectcontent .card-id,
#projectcontent .card-scope,
#projectcontent .card-priority,
#projectcontent .card-title,
#projectcontent .card-updated,
#projectcontent .card-created,
#projectcontent .card-estimate,
#projectcontent .card-deadline,
#projectcontent .card-edit,
#projectcontent .card-archive {
    float: left;
    border-right: 1px solid lightgrey;
    padding: 0 9px;
}
#projectcontent .card-title {
    border-right: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
}
/*#projectcontent .card-deadline {
    border-right: none;
}*/
#projectcontent .card-handle { width: 3%; }
/*#projectcontent .card-complete { width: 3%; }*/
#projectcontent .card-id { width: 74px; text-align: center; cursor: default; }
#projectcontent .card-scope .lnr-warning { cursor: pointer; opacity: 40%; }
#projectcontent .card-scope .lnr-warning.not { opacity: 100%; color: orangered; font-weight: bold; }
/*#projectcontent .card-priority { width: 3%; }*/
#projectcontent .task-title {
    cursor: default;
    margin: -8px 0 0px 0px;
    padding: 0 0 3px 0;
}
#projectcontent .card-updated { cursor: default; }
#projectcontent .card-created { cursor: default; }
#projectcontent .card-estimate { cursor: default; }
#projectcontent .card-deadline { cursor: default; }
#projectcontent .card-edit { margin-top: 3px; }
/*#projectcontent .card-archive { width: 3%; }*/
/* END - Draggable Task Blocks float and width */

#projectcontent .card-h4 {
    display: flex;
}
#projectcontent .card-updated-img img,
#projectcontent .card-created-img img {
    margin-top: -4px;
}
#projectcontent .card-notes {
    margin-top: 27px;
    border-top: 1px solid lightgray;
    padding: 0 5px;
}
#projectcontent .card-checklist {
    margin-top: 27px;
    border-top: 1px solid lightgray;
    padding: 0 5px;
}
.container-fluid .card.collapse {
    display: none !important;
}
#contractinfo h3 { margin-left: -7px; }
#name_results {
    position: fixed;
    z-index: 99;
    width: auto;
    min-height: 44px;
    list-style: none;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 1px 1px 2px 1px #bfbfbf;
    box-shadow: 1px 1px 2px 1px #bbbbbb;
}
#name_results > li {
    padding: 10px;
    margin-left: -40px;
    cursor: pointer;
}
#name_results > li:hover {
    background-color: #e5e5e5;
}

.users-user-groups {
    font-size: 12px;
    margin-left: 35px;
}

.completed-task {
    color: #a3a3a3;
}

/* Sprite Stuff */
.sprite-delete,
.sprite-edit,
.sprite-search,
.sprite-users,
.sprite-delete-comment,
.sprite-edit-comment,
.sprite-calendar,
.sprite-print,
.sprite-restore,
.sprite-arrow,
.sprite-billable,
.sprite-copy,
.sprite-accept {
    width: 16px;
    height: 16px;
    background: url('../../img/sprite-sheet.png');
    cursor: pointer;
}
.sprite-accept.left,
.sprite-copy.left {
    float: left;
    margin-right: 4px;
}
.sprite-calendar {
    background-position: -96px top;
}
.sprite-print {
    background-position: -112px top;
}
.sprite-arrow {
    background-position: -128px top;
}
.sprite-restore {
    background-position: -144px top;
}
.sprite-billable {
    background-position: -160px top;
}
.sprite-copy {
    background-position: -178px top;
}
.sprite-accept {
    background-position: -194px top;
}
.sprite-delete.right {
    margin: 0 0 0 6px;
}

/* Clearable Inputs */
.clearable {
    position: relative;
    display: block;
}
.clearable input[type=text] {
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}
.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.6em;
    user-select: none;
    cursor: pointer;
    font-weight: 900;
    color: red;
}
.clearable input::-ms-clear {  /* Remove IE default X */
    display: none;
}
.relative {
    position: relative;
}
.client-content-well-trash {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: red;
    font-size: 30px;
    cursor: pointer;
}
.well.client-card {
    min-height: 80px;
}
.users-services-row.usr-first,
.users-services-row.usr-last {
    padding-top: 6px;
}
h5.modal-title {
    font-size: 24px;
    float: left;
}
#editorpanel .panel-body {
    margin: 15px 0;
    border-top: none;
}
#editorpanel .panel-heading {
    padding: 10px 10px 10px 18px;
}
#editorpanel .panel-heading a {
    font-weight: 500;
}
#editorpanel .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
#editorpanel .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
#editorpanel .pages-menu-item {
    padding: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
#editorpanel .pages-menu-item span {
    margin: -8px -20px 0 0;
    font-size: 24px;
}
#formsTabsContent {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
select.form-control {
    padding-right: 10px;
}

/* jQuery Sortable Lists */
#s-l-base dt,
#sTreeWrap dt {
    font-style: italic;
    font-weight: bold;
}
#s-l-base li,
#sTreeWrap ul.text li {
    list-style: none;
}
#s-l-base,
#s-l-base li,
#sTreeWrap ul,
#sTreeWrap li {
    list-style-type: none;
    color: #b5e853;
    border: 1px solid #3f3f3f;
}
#s-l-base,
#s-l-base li,
#sTreeWrap ul,
#sTreeWrap #sTree {
    padding: 0;
    background-color: #151515;
}
#s-l-base li,
#sTreeWrap #sTree li,
#sTreeWrap #sTreePlus li,
#sTreeWrap ul#s-l-base li {
    padding-left: 40px;
    margin: 5px;
    border: 1px solid #3f3f3f;
    background-color: #3f3f3f;
}
#s-l-base li div,
#sTreeWrap li div {
    padding: 7px;
    background-color: #222;
}
#s-l-base li, #s-l-base div,
#sTreeWrap li, #sTreeWrap ul, #sTreeWrap div {
    border-radius: 3px;
}
#sTreeWrap #sTree { margin:10px auto; }
#sTreeWrap .clickable { cursor: pointer; }
#s-l-base .far.fa-times-circle,
#sTreeWrap .far.fa-times-circle {
    margin: -25px 10px 0 0;
}
.sTreeWrap {
    margin: 0;
}
#sTree1, #sTree1 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree1 { padding: 0; background-color: #e3e3e3; }
#sTree1 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree1 li div { padding: 7px; background-color: #222; }
#sTree1 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree1, #sTree1 li, #sTree1 div { border-radius: 3px; }
#sTree1 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree1 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree2, #sTree2 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree2 { padding: 0; background-color: #e3e3e3; }
#sTree2 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree2 li div { padding: 7px; background-color: #222; }
#sTree2 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree2, #sTree2 li, #sTree2 div { border-radius: 3px; }
#sTree2 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree2 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree3, #sTree3 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree3 { padding: 0; background-color: #e3e3e3; }
#sTree3 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree3 li div { padding: 7px; background-color: #222; }
#sTree3 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree3, #sTree3 li, #sTree3 div { border-radius: 3px; }
#sTree3 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree3 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree4, #sTree4 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree4 { padding: 0; background-color: #e3e3e3; }
#sTree4 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree4 li div { padding: 7px; background-color: #222; }
#sTree4 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree4, #sTree4 li, #sTree4 div { border-radius: 3px; }
#sTree4 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree4 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree5, #sTree5 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree5 { padding: 0; background-color: #e3e3e3; }
#sTree5 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree5 li div { padding: 7px; background-color: #222; }
#sTree5 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree5, #sTree5 li, #sTree5 div { border-radius: 3px; }
#sTree5 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree5 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree6, #sTree6 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree6 { padding: 0; background-color: #e3e3e3; }
#sTree6 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree6 li div { padding: 7px; background-color: #222; }
#sTree6 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree6, #sTree6 li, #sTree6 div { border-radius: 3px; }
#sTree6 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree6 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree7, #sTree7 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree7 { padding: 0; background-color: #e3e3e3; }
#sTree7 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree7 li div { padding: 7px; background-color: #222; }
#sTree7 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree7, #sTree7 li, #sTree7 div { border-radius: 3px; }
#sTree7 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree7 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree8, #sTree8 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree8 { padding: 0; background-color: #e3e3e3; }
#sTree8 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree8 li div { padding: 7px; background-color: #222; }
#sTree8 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree8, #sTree8 li, #sTree8 div { border-radius: 3px; }
#sTree8 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree8 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree9, #sTree9 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree9 { padding: 0; background-color: #e3e3e3; }
#sTree9 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree9 li div { padding: 7px; background-color: #222; }
#sTree9 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree9, #sTree9 li, #sTree9 div { border-radius: 3px; }
#sTree9 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree9 li div .fa { padding: 3px 3px 0; cursor: pointer; }
#sTree10, #sTree10 li { list-style-type: none; color: #fff; border: 1px solid #cccccc; }
#sTree10 { padding: 0; background-color: #e3e3e3; }
#sTree10 li { padding-left: 40px; margin: 5px; border: 1px solid #3f3f3f; background-color: #3f3f3f; }
#sTree10 li div { padding: 7px; background-color: #222; }
#sTree10 li div h4 { margin: 0; padding: 0 0 4px 0; }
#sTree10, #sTree10 li, #sTree10 div { border-radius: 3px; }
#sTree10 .fa-bars { float: left !important; margin: 10px 0 0 -32px !important; cursor: move !important; }
#sTree10 li div .fa { padding: 3px 3px 0; cursor: pointer; }
/* jQuery Sortable Lists ***************************************/

table#contents-table th:nth-child(2) {
    text-align: center;
}
.display-table-cell {
    display: table-cell;
}
.fas.fa-times-circle.fa-2x.red,
.fas.fa-check-circle.fa-2x.green {
    cursor: pointer;
}
.label-all {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.client-filter-buttons a {
    cursor: pointer;
    text-decoration: none;
}
.client-filter-buttons a .label {
    font-size: 11px;
    padding: 4px 8px;
    cursor: pointer;
}
.client-filter-buttons a.active-filter .label {
    font-weight: bold;
    opacity: 1;
}
.client-filter-buttons a:not(.active-filter) .label {
    opacity: 1;
}
.metric .btn-default {
    color: #fff;
    background-color: #777;
}
.project-panel-links .label.label-default {
    padding: 4px 10px;
    color: #222;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.project-panel-links .label.label-default:hover {
    background-color: #ccc;
}
.modal.fade.show {
    opacity: 1;
}
.toolbar .view-content {
    display: none;
}
.projects-main-page .panel-body .metric button {
    min-width: 50px;
}
.projects-main-page .panel-body .metric > div {
    position: relative;
}
.projects-main-page .panel-body .metric .badge {
    padding: 3px 7px 5px 6px;
    font-size: 27px;
    background-color: #5bc0de;
    border-radius: 10px;
    opacity: 0.7;
    position: absolute;
    right: 0;
    z-index: 1;
}
.projects-main-page .progress-bar {
    padding: 5px 0 !important;
}

footer .copyright {
    text-align: center;
}

.load-projects-data {
    font-size: 14px;
}

.load-projects-data .metric > div {
    padding-left: 80px;
}

/* Margins, Padding, Widths, Helpers */
.padding-0 { padding: 0 !important; }
.padding-1 { padding: 1px !important; }
.padding-2 { padding: 2px !important; }
.padding-3 { padding: 3px !important; }
.padding-4 { padding: 4px !important; }
.padding-5 { padding: 5px !important; }
.padding-10 { padding: 10px !important; }
.padding-15 { padding: 15px !important; }
.padding-20 { padding: 20px !important; }
.padding-25 { padding: 25px !important; }
.padding-left-0 { padding-left: 0 !important; }
.padding-left-1 { padding-left: 1px !important; }
.padding-left-2 { padding-left: 2px !important; }
.padding-left-3 { padding-left: 3px !important; }
.padding-left-4 { padding-left: 4px !important; }
.padding-left-5 { padding-left: 5px !important; }
.padding-left-10 { padding-left: 10px !important; }
.padding-left-15 { padding-left: 15px !important; }
.padding-left-20 { padding-left: 20px !important; }
.padding-left-25 { padding-left: 25px !important; }
.padding-bottom-0 { padding-bottom: 0 !important; }
.padding-bottom-1 { padding-bottom: 1px !important; }
.padding-bottom-2 { padding-bottom: 2px !important; }
.padding-bottom-3 { padding-bottom: 3px !important; }
.padding-bottom-4 { padding-bottom: 4px !important; }
.padding-bottom-5 { padding-bottom: 5px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }
.padding-bottom-15 { padding-bottom: 15px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.padding-bottom-25 { padding-bottom: 25px !important; }
.padding-right-0 { padding-right: 0 !important; }
.padding-right-1 { padding-right: 1px !important; }
.padding-right-2 { padding-right: 2px !important; }
.padding-right-3 { padding-right: 3px !important; }
.padding-right-4 { padding-right: 4px !important; }
.padding-right-5 { padding-right: 5px !important; }
.padding-right-10 { padding-right: 10px !important; }
.padding-right-15 { padding-right: 15px !important; }
.padding-right-20 { padding-right: 20px !important; }
.padding-right-25 { padding-right: 25px !important; }
.padding-top-0 { padding-top: 0 !important; }
.padding-top-1 { padding-top: 1px !important; }
.padding-top-2 { padding-top: 2px !important; }
.padding-top-3 { padding-top: 3px !important; }
.padding-top-4 { padding-top: 4px !important; }
.padding-top-5 { padding-top: 5px !important; }
.padding-top-10 { padding-top: 10px !important; }
.padding-top-15 { padding-top: 15px !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-25 { padding-top: 25px !important; }

.margin-0 { margin: 0 !important; }
.margin-1 { margin: 1px !important; }
.margin-2 { margin: 2px !important; }
.margin-3 { margin: 3px !important; }
.margin-4 { margin: 4px !important; }
.margin-5 { margin: 5px !important; }
.margin-10 { margin: 10px !important; }
.margin-15 { margin: 15px !important; }
.margin-20 { margin: 20px !important; }
.margin-25 { margin: 25px !important; }
.margin-50 { margin: 50px !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-1 { margin-top: 1px !important; }
.margin-top-2 { margin-top: 2px !important; }
.margin-top-3 { margin-top: 3px !important; }
.margin-top-4 { margin-top: 4px !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-right-0 { margin-right: 0 !important; }
.margin-right-1 { margin-right: 1px !important; }
.margin-right-2 { margin-right: 2px !important; }
.margin-right-3 { margin-right: 3px !important; }
.margin-right-4 { margin-right: 4px !important; }
.margin-right-5 { margin-right: 5px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-15 { margin-right: 15px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-25 { margin-right: 25px !important; }
.margin-right-50 { margin-right: 50px !important; }
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-1 { margin-bottom: 1px !important; }
.margin-bottom-2 { margin-bottom: 2px !important; }
.margin-bottom-3 { margin-bottom: 3px !important; }
.margin-bottom-4 { margin-bottom: 4px !important; }
.margin-bottom-5 { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-left-0 { margin-left: 0 !important; }
.margin-left-1 { margin-left: 1px !important; }
.margin-left-2 { margin-left: 2px !important; }
.margin-left-3 { margin-left: 3px !important; }
.margin-left-4 { margin-left: 4px !important; }
.margin-left-5 { margin-left: 5px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-15 { margin-left: 15px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-25 { margin-left: 25px !important; }
.margin-left-50 { margin-left: 50px !important; }

.w-1 { width: 1% !important; }
.w-2 { width: 2% !important; }
.w-3 { width: 3% !important; }
.w-4 { width: 4% !important; }
.w-5 { width: 5% !important; }
.w-6 { width: 6% !important; }
.w-7 { width: 7% !important; }
.w-8 { width: 8% !important; }
.w-9 { width: 9% !important; }
.w-10 { width: 10% !important; }
.w-11 { width: 11% !important; }
.w-12 { width: 12% !important; }
.w-13 { width: 13% !important; }
.w-14 { width: 14% !important; }
.w-15 { width: 15% !important; }
.w-16 { width: 16% !important; }
.w-17 { width: 17% !important; }
.w-18 { width: 18% !important; }
.w-19 { width: 19% !important; }
.w-20 { width: 20% !important; }
.w-21 { width: 21% !important; }
.w-22 { width: 22% !important; }
.w-23 { width: 23% !important; }
.w-24 { width: 24% !important; }
.w-25 { width: 25% !important; }
.w-26 { width: 26% !important; }
.w-27 { width: 27% !important; }
.w-28 { width: 28% !important; }
.w-29 { width: 29% !important; }
.w-30 { width: 30% !important; }
.w-31 { width: 31% !important; }
.w-32 { width: 32% !important; }
.w-33 { width: 33% !important; }
.w-34 { width: 34% !important; }
.w-35 { width: 35% !important; }
.w-36 { width: 36% !important; }
.w-37 { width: 37% !important; }
.w-38 { width: 38% !important; }
.w-39 { width: 39% !important; }
.w-40 { width: 40% !important; }
.w-41 { width: 41% !important; }
.w-42 { width: 42% !important; }
.w-43 { width: 43% !important; }
.w-44 { width: 44% !important; }
.w-45 { width: 45% !important; }
.w-46 { width: 46% !important; }
.w-47 { width: 47% !important; }
.w-48 { width: 48% !important; }
.w-49 { width: 49% !important; }
.w-50 { width: 50% !important; }
.w-51 { width: 51% !important; }
.w-52 { width: 52% !important; }
.w-53 { width: 53% !important; }
.w-54 { width: 54% !important; }
.w-55 { width: 55% !important; }
.w-56 { width: 56% !important; }
.w-57 { width: 57% !important; }
.w-58 { width: 58% !important; }
.w-59 { width: 59% !important; }
.w-60 { width: 60% !important; }
.w-61 { width: 61% !important; }
.w-62 { width: 62% !important; }
.w-63 { width: 63% !important; }
.w-64 { width: 64% !important; }
.w-65 { width: 65% !important; }
.w-66 { width: 66% !important; }
.w-67 { width: 67% !important; }
.w-68 { width: 68% !important; }
.w-69 { width: 69% !important; }
.w-70 { width: 70% !important; }
.w-71 { width: 71% !important; }
.w-72 { width: 72% !important; }
.w-73 { width: 73% !important; }
.w-74 { width: 74% !important; }
.w-75 { width: 75% !important; }
.w-76 { width: 76% !important; }
.w-77 { width: 77% !important; }
.w-78 { width: 78% !important; }
.w-79 { width: 79% !important; }
.w-80 { width: 80% !important; }
.w-81 { width: 81% !important; }
.w-82 { width: 82% !important; }
.w-83 { width: 83% !important; }
.w-84 { width: 84% !important; }
.w-85 { width: 85% !important; }
.w-86 { width: 86% !important; }
.w-87 { width: 87% !important; }
.w-88 { width: 88% !important; }
.w-89 { width: 89% !important; }
.w-90 { width: 90% !important; }
.w-91 { width: 91% !important; }
.w-92 { width: 92% !important; }
.w-93 { width: 93% !important; }
.w-94 { width: 94% !important; }
.w-95 { width: 95% !important; }
.w-96 { width: 96% !important; }
.w-97 { width: 97% !important; }
.w-98 { width: 98% !important; }
.w-99 { width: 99% !important; }
.w-100 { width: 100% !important; }

.border-1 { border: 1px solid lightgrey; }
.border-top-1 { border-top: 1px solid lightgrey; }
.border-right-1 { border-right: 1px solid lightgrey; }
.border-bottom-1 { border-bottom: 1px solid lightgrey; }
.border-left-1 { border-left: 1px solid lightgrey; }

.well-sort-handle {
    width: 34px;
    margin: 0 7px 0 -5px;
    cursor: move;
}

/* KanBan/Tasks/Sortables */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid .pt-3, .container-fluid .py-3 {
    padding-top: 1rem!important;
}
.container-fluid .bg-light {
    background-color: #f8f9fa!important;
}
.container-fluid .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.container-fluid .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.container-fluid .card.draggable {
    margin-bottom: 1rem;
    cursor: grab;
}
.container-fluid .card-title {
    margin-bottom: .5rem;
}
.container-fluid .float-right {
    float: right!important;
}
.container-fluid .rounded-circle {
    border-radius: 50%!important;
    background-color: #00AAFF;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
}
.container-fluid img {
    vertical-align: middle;
    border-style: none;
}
.container-fluid .droppable {
    background-color: green;
    min-height: 120px;
    margin-bottom: 1rem;
}
.container-fluid .card.draggable {
    margin-bottom: 1rem;
    cursor: grab;
}

/* Reports */
.reportlinks .metric {
    min-height: 115px;
}
.time-record-body {
    min-height: 65vh;
    /*max-height: 65vh;*/
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
    position: sticky;
}
.report-hour-breakdown {
    font-weight:  bold;
}
* { box-sizing: border-box; }
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
input[type=select] {
    width: 100%;
}
.suggestion-list {
    display: none;
    position: absolute;
    z-index: 100
}
.suggestion-list-item {
    padding: 3px 7px 4px 9px;
}
.suggestion-list-item:hover {
    cursor: pointer;
    background: #00AAFF;
    color: white;
}
.list-item-focus {
    background: #00AAFF;
    color: white;
}
.bf4-blue-text {
    color: #3287B2;
}
.bf4-yellow-text {
    color: #E4CB10;
}
/* Knowledge Base */
.scroll-body {
    /*max-height: 490px;*/
    /*min-height: 490px;*/
    min-height: 63vh;
    max-height: 63vh;
    min-width: 100%;
    max-width: 100%;
    overflow: auto;
}
#edit-field .CodeMirror-scroll {
    min-height: 420px;
}
.article-edit {
    min-height: 450px;
}
.article-link {
    color: #00AAFF;
}
.article-link:hover {
    cursor: pointer;
    color: #337AB7;
}
.category-select {
    width: 175px;
    float: left
}
.knowledge-btn-mobile {
    margin-left: 50vw;
    margin-bottom: 15px;
}
.button-icon {
    margin-right: 8px;
}
.even {
    background-color: #F1F1F1 ;
}
.odd {
    background-color: ghostwhite;
}
.un-billable {
    background-color: #FFFFAA ;
}
.report-project-footer {
    background-color:#D7EDF9;
}
.report-client-footer {
    background-color: lightgrey;
}

.show-below-768 {
    display: none;
}

/* Track Time */
#addTimeEntrySubmit,
#updateTimeEntrySubmit {
    min-width: 300px;
}
/*.row.time-main-page .col-sm-4.col-lg-3 .panel {
    padding-bottom: 10px;
}*/

.primary-blue {
    color: #00AAFF;
}

#projectdata .progress {
    height: 30px;
}

#TimeCards .well {
    padding: 0 10px 0 40px;
    margin-bottom: 10px;
}

#TimeCards .client-card h4 {
    margin-bottom: 0;
    font-size: 16px;
}

#TimeCards .client-card .icon {
    width: 30px;
    height: 30px;
    line-height: 35px;
}

#TimeCards .client-card .fa.fa-clock {
    font-size: 20px;
}

#TimeCards .client-card div {
    margin-top: -15px;
}

.vertical-text {
    width: 1px;
    word-wrap: break-word;
    font-family: monospace; /* this is just for good looks */
}

#progress_text {
    font-weight: bold;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.task-card {
    border-radius: 3px;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    margin:3px;
}

.sweet-alert {
    border: 1px solid #ddd;
}

/* font helpers */
.bold { font-weight: bold; }
.bolder { font-weight: bolder; }
.boldest { font-weight: 900; }

.font-size-10 { font-size: 10px !important; }
.font-size-11 { font-size: 11px !important; } 
.font-size-12 { font-size: 12px !important; }
.font-size-14 { font-size: 14px !important; }
.font-size-16 { font-size: 16px !important; }
.font-size-18 { font-size: 18px !important; }
.font-size-20 { font-size: 20px !important; }
.font-size-22 { font-size: 22px !important; }
.font-size-24 { font-size: 24px !important; }

/* Priorities Page */
.priorities h2 {
    font-size: 18px;
    margin-top: 6px;
}
.priorities .panel .panel-body {
    padding: 0px 10px 10px;
}
.priorities .card.dPriority {
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(137,137,137,0.07) 50%, rgba(137,137,137,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(137,137,137,0.07) 50%,rgba(137,137,137,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(137,137,137,0.07) 50%,rgba(137,137,137,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#52898989',GradientType=0 ); /* IE6-9 */
}
.priorities .card.dPriority .card-body {
    padding: 0px;
}
.priorities .card.dPriority .card-body .card-info {
    display: table;
}
.priorities .card.dPriority .card-body .card-info .task-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 7px 8px;
    text-align: center;
    border-right: 1px solid #CCC;
    line-height: 1.6rem;
}
.priorities .card.dPriority .card-body .card-info .card-handle,
.priorities .card.dPriority .card-body .card-info .card-complete,
.priorities .card.dPriority .card-body .card-info .card-priority,
.priorities .card.dPriority .card-body .card-info .card-scope {
    width: 30px;
}

.priorities .card.dPriority .card-body .card-info .card-scope .lnr-warning.not { opacity: 100%; color: orangered; font-weight: bold; }
.priorities .card.dPriority .card-body .card-info .card-id { width: 60px; }

.priorities .card.dPriority .card-body .card-info .card-header {
    width: 70%;
    text-align: left;
    vertical-align: top;
}
.priorities .card.dPriority .card-body .card-info .card-deadline {
    width: 60px;
}
.priorities .card.dPriority .card-body .card-info .card-deadline.overdue {
    background-color: lightpink;
}
.priorities .card.dPriority .card-body .card-info .card-complete input {
    margin: 0;
}
.priorities .card.dPriority .card-body .card-info .task-cell:last-of-type {
    border-right: 0;
}

/* Sortable Projects */
.container-fluid .projects-main-page .droppable {
    background-color: green;
    min-height: 50px;
    margin-bottom: 0.8rem;
}
.container-fluid .projects-main-page .dropzone {
    height: 6px;
}
.container-fluid .projects-main-page .metric.draggable {
    cursor: pointer;
    padding: 4px 4px 3px;
    margin-bottom: 0;
    min-height: 45px;
}
.container-fluid .projects-main-page .metric.draggable div {
    margin-left: 57px;
    line-height: 1.4rem;
}
.container-fluid .projects-main-page .card-body {
    padding: 1rem;
}
.container-fluid .projects-main-page .card-body .clearfix {
    margin-bottom: -5px;
}
.container-fluid .projects-main-page .card-body .clearfix .btn-xxs {
    margin: -5px 0 5px;
}
.metric.draggable .btn {
    padding: 6px 9px;
}

/* media queries */
@media screen and (min-width: 768px) {
    .modal-dialog {
        margin: 275px auto 30px;
    }
}
@media screen and (max-width: 1880px) {
    #projectcontent .card-handle,
    #projectcontent .card-complete,
    #projectcontent .card-id,
    #projectcontent .card-scope,
    #projectcontent .card-priority,
    #projectcontent .card-title,
    #projectcontent .card-updated,
    #projectcontent .card-created,
    #projectcontent .card-estimate,
    #projectcontent .card-deadline,
    #projectcontent .card-edit,
    #projectcontent .card-archive { width: auto; }
}
@media screen and (max-width: 1200px) {
    .hide-below-1200 {
        display: none;
    }
    .auth-box {
        width: 35%;
    }
    #projectdata .panel-headline .col-xs-12 h3,
    #projectdata .panel-headline .col-xs-12 p {
        text-align: center;
    }
    .project-panel-links .label.label-default:first-of-type {
        margin-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .hide-below-1024 {
        display: none;
    }
    #wrapper .sidebar {
        left: -180px;
    }
    .layout-fullwidth.offcanvas-active #wrapper .sidebar {
        left: 0;
    }
    #wrapper .main {
        width: 100%;
    }
    .layout-fullwidth.offcanvas-active #wrapper .main {
        left: 0;
    }
    .auth-box {
        width: 60%;
    }
}
@media screen and (max-width: 992px) {
    .hide-below-992 {
        display: none;
    }
    #wrapper .main {
        margin-bottom: 50px;
    }
    .navbar-default .brand {
        display: inline-block;
    }
    /* Kanban Cards */
    .card.draggable .card-body p,
    .card.draggable .card-body .icon {
        display: none;
    }
    .card.draggable .card-body .card-title a {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .hide-below-768 {
        display: none;
    }
    .show-below-768 {
        display: block;
    }
    .auth-box {
        width: 95%;
    }
    #wrapper .navbar {
        height: 60px;
    }
    #navbar-menu .navbar-nav {
        margin: 0;
    }
    #navbar-menu .nav.navbar-nav > li {
        width: 64px !important;
        float: right;
    }
    .navbar-default #navbar-menu {
        width: 68%;
        float: right;
    }
    /*#services, #domains {
        height: 50px;
    }*/
    .category-select{
        justify-self: end;
    }
    .knowledges-table_filter label{
        text-align: right !important;
    }
    div.dataTables_wrapper div.dataTables_filter label{
        text-align: right !important;
    }
    .dataTables_filter{
        display: grid;
        text-align: right;
        grid-row-gap: 5px;
    }
    .category-modal {
        position: absolute;
        left: 50%;
        margin-top: 80%;
        transform: translate(-50%, -50%);
        width: 70%;
    }
}
@media screen and (max-width: 640px) {
    .hide-below-640 {
        display: none;
    }
    .user-info-td {
        padding: 6px 10px 8px 10px !important;
    }
    .client-card .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .client-card .icon .fa {
        font-size: inherit;
    }
    .client-content-well-trash {
        right: 16px;
    }
}
@media screen and (max-width: 480px) {
    .hide-below-480 {
        display: none;
    }
    .page-title {
        font-size: 16px;
    }
    .action-buttons-col {
        width: 100px;
    }
    #projectdata .panel-headline .col-xs-12 h3 {
        font-size: 18px;
    }
    .project-panel-links .label.label-default {
        padding: 3px 6px;
    }
}
@media screen and (max-width: 340px) {
    #wrapper .main {
        padding-top: 140px;
    }
}

/*Misc*/
.bf4-blue-text {
    color: #0081c2;
}

.bf4-blue-bckgrnd {
    background: #0081c2;
}

.bf4-yellow-text {
    color: #E4CB10;
}

/*.report-table-row:hover {*/
/*    backdrop-filter: brightness(90%);*/
/*}*/
.dim-table-row {
    backdrop-filter: brightness(95%);
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card.shadow-sm {
    margin-bottom: 1rem;
}
.card-title {
    margin-bottom: .5rem;
}
.float-right {
    float: right!important;
}
.rounded-circle {
    border-radius: 50%!important;
    background-color: #00AAFF;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
}
img {
    vertical-align: middle;
    border-style: none;
}
.droppable {
    background-color: green;
    min-height: 120px;
    margin-bottom: 1rem;
}
.card-handle.draggable {
    cursor: grab;
}

.draggable {
    cursor: grab;
}

.dropzone {
    height: 5px;
}

.well-metric-card-bottom-bg {
    background-image: url('../../img/well-metric-card-bottom-bg.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

/* ============================================================
   PRINT STYLES — Admin Report Pages
   Hides chrome (navbar, sidebar, footer, toasts, buttons)
   and expands the content area to full width.
   ============================================================ */
@media print {

    /* --- Suppress Bootstrap's built-in href/title URL annotations --- */
    a[href]:after,
    abbr[title]:after          { content: '' !important; }

    /* --- Hide everything on <body> except our temp print div --- */
    body > *:not(#bp-temp-print) { display: none !important; }

    /* --- Temp print div: clean layout outside Klorofil's float structure --- */
    #bp-temp-print             { display: block !important; position: static !important;
                                 padding: 20px 24px; background: #fff; font-size: 13px; }

    #bp-temp-print .bp-print-title { font-size: 15pt; font-weight: 600; margin: 0 0 14px; }

    /* --- Panels --- */
    #bp-temp-print .panel      { box-shadow: none !important; border: 1px solid #ddd !important;
                                 margin-bottom: 16px; page-break-inside: avoid; }
    #bp-temp-print .panel-heading { background: #f7f8fa !important; padding: 10px 14px;
                                    border-bottom: 1px solid #ddd; }
    #bp-temp-print .panel-title { font-size: 13pt; font-weight: 600; }
    #bp-temp-print .panel-body { padding: 0 !important; }

    /* --- Tables --- */
    #bp-temp-print .table      { width: 100% !important; border-collapse: collapse; }
    #bp-temp-print .table th,
    #bp-temp-print .table td   { padding: 6px 10px; border-bottom: 1px solid #eee; word-break: break-word; }
    #bp-temp-print .table thead th { background: #f0f2f5 !important; font-weight: 600; white-space: nowrap; }

    /* --- Utility colors --- */
    .text-success              { color: #3c763d !important; }
    .text-danger               { color: #a94442 !important; }
    .text-muted                { color: #888 !important; }
    code                       { font-size: 12px; background: none; padding: 0; color: inherit; }

    /* --- Ensure backgrounds/colors print --- */
    *                          { -webkit-print-color-adjust: exact !important;
                                          print-color-adjust: exact !important; }
}