@font-face {
    font-family: 'Roboto Mono Regular';
    src: url('../fonts/Roboto_Mono/RobotoMono-Regular.ttf');
}

@font-face {
    font-family: 'Droid Sans Mono';
    src: url('../fonts/Droid_Sans_Mono/DroidSansMono.ttf');
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/Open_Sans/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
}

:root {
    --main-navy-1: rgba(3, 59, 92, 1);
    --main-red-1: rgba(244, 100, 95, 1);
    --main-blue-1: rgba(26, 155, 252, 1);
    --main-green-1: rgba(61, 200, 90, 1);
    --main-green-2: rgba(61, 216, 90, 1);
    --main-grey-1: rgba(127, 127, 127, 1);
    --main-grey-2: rgba(150, 164, 172, 1);
    --main-grey-3: rgba(223, 226, 230, 1);
    --main-grey-4: rgba(223, 226, 230, 0.25);
}

.opad {
    padding: 0;
}

.hover-pointer {
    cursor: pointer;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.display-none {
    display: none;
}

.start-hidden {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.label {
    border-radius: 0;
}

.btn, .btn-group .btn {
    border-radius: 0;
}

td .btn-xs {
    line-height: 1.2;
}

.modal-content {
    border-radius: 0;
    margin-top: 140px;
}

.caret-reversed {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

.unstyled {
    text-decoration: none;
    color: black;
}

.white {
    color: white !important;
}

.sw-theme-default .step-content {
    padding: 15px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: var(--main-blue-1);
}

.force-100-bootstrap-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.colored-status {
    padding: 0 3px 0 3px;
}

.status-red {
    color: var(--main-red-1) !important;
}

.status-active, .status-Active, .status-COMPLETED {
    color: var(--main-green-1);
}

.status-Cancelled, .status-Disposed, .status-FAILED {
    color: var(--main-red-1);
}

.status-overdue {
    color: var(--main-red-1);
}

.currency-code {
    font-size: 0.85em;
    color: var(--main-grey-1);
}

/*Start of body*/

html, body {
    font-family: 'Open Sans Regular';
    font-size: small;
}

.table {
    font-size: 0.95em;
}

#row-top {
    background-color: var(--main-navy-1);
    height: 60px;
    color: rgba(256, 256, 256, 1);
}

/* Notifications */
.notifications-icon {
    font-size: 4.5em;
}

.notifications-message {
    font-size: 1.1em;
}

.notifications-icon-red {
    color: var(--main-red-1);
}

.notifications-icon-blue {
    color: var(--main-blue-1);
}

.notifications-icon-green {
    color: var(--main-green-1);
}

/* Top Bar */
#logo {
    height: 28px;
    margin-top: 16px;
}

#actions-holder {
    height: 100%;
    color: white;
    padding-right: 15px;
}

#actions-holder .actions-level-1 {
    font-size: 1.6em;
    padding: 17px 5px 0 15px;
}

#actions-holder .actions-level-1:hover {
    color: var(--main-green-1);
}

/*Sidebar*/
#side-bar {
    background-color: white;
    color: rgba(0, 0, 0, 0.5);
    height: calc(100vh - 60px); /*note space before and after the minus sign*/
}

#sidebar-business-swith-holder {
    margin-top: 15px;
}

#business-switch-caret-div:hover {
    background-color: var(--main-grey-4);
}

#business-switch-main-div {
    overflow: hidden;
}

#business-switch-name {
    font-size: 1.35em;
    font-weight: 600;
}

.business-switch-list-d {
    position: absolute;
    top: 60px;
    left: -200px;
    z-index: 2;
}

#business-switch-caret-div {
    text-align: center;
}

#business-switch-caret-div .custom-caret {
    font-size: 1.4em
}

#sidebar-hr {
    border-top: solid 1px var(--main-grey-3);
}

#business-dropdown button {
    max-width: 100%;
    overflow: hidden;
}

#business-dropdown button .cadret {
    float: right;
    margin-right: 10px;

}

.side-bar-items {
    height: 32px;
    padding: 0 0 0 15px;
    font-family: "Open Sans Semibold";
    transition: color 0.15s;
    transition-timing-function: ease;
    border-right: solid 3px white;
}

.side-bar-items .side-bar-ionicons {
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
    font-size: 1.65em;
}

.side-bar-items .side-bar-items-chevron {
    font-size: 13px;
    float: right;
    margin: 8px 15px 0 0;
}

.side-bar-items:hover {
    color: var(--main-green-1);
    cursor: pointer;
    border-right: solid 3px var(--main-green-1);
}

.side-bar-selected {
    color: var(--main-green-1);
    border-right: solid 3px var(--main-green-1);
}

.side-bar-submenu {
    display: none;
    padding: 0 0 0 30px;
}

.side-bar-submenu .side-bar-items {
    font-family: 'Open Sans Regular';
    font-size: 0.95em;
}

#side-bar a {
    color: inherit;
    text-decoration: none;
}

/*Main Section Tings*/
#main-section {
    height: calc(100vh - 60px); /*note space before and after the minus sign*/
    overflow-y: auto;
    padding: 15px 30px;
    background-color: var(--main-grey-4);
}

.main-section-header-holder {
    padding-top: 5px;
    margin-bottom: 20px;
}

.main-section-header {
    margin: 0;
    font-family: "Open Sans Semibold";
    color: var(--main-grey-1);
}

.main-section-subtitle {
    margin-top: 10px;
    color: var(--main-grey-1);
}

.main-section-breadcrumb {
    margin: 0;
    padding-left: 0;
    font-size: 0.9em;
    background-color: rgba(0, 0, 0, 0);
}

.main-section-main-event {
    background-color: var(--main-green-1);
    border: solid 1px var(--main-green-1);
    color: white;
    margin-right: 10px;
}

.main-section-main-event:hover {
    background-color: var(--main-green-2);
    border: solid 1px var(--main-green-1);
    color: white;
}

.main-section-main-event.lone {
    margin-right: 0 !important;
}

.main-section-sub-event {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: var(--main-grey-1);
}

.main-section-sub-event:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: black;
}

.main-section-main-event-splitButton .btn {
    background-color: var(--main-green-1);
    border: solid 1px var(--main-green-1);
}

.main-section-main-event-splitButton .btn:first-of-type {
    border-right: solid 2px white;
}

.main-section-content {
    background-color: white;
    min-height: calc(100vh - 195px);
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-section-content.dashboard {
    background-color: rgba(0, 0, 0, 0) !important;
    padding-left: 0;
    padding-right: 0;
}

.footer-copyright {
    margin-top: 10px;
    color: var(--main-grey-1);
    font-size: .85em;
    text-align: center
}

/*
 * Login Page
 */
#login-main-box {
    margin-top: 50px;
    padding-bottom: 30px;
    min-height: 320px;
    background-color: white;
    border: solid 2px rgba(0, 0, 0, 0.15);
}

#login-narrative {
    color: rgba(42, 41, 92, 1);
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 20px 0;
}

.login-input {
    width: 100%;
    height: 36px;
    border: solid 2px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 0 5px;
}

.login-input:focus {
    outline: none;
    border: solid 2px rgba(0, 0, 0, 0.15);
}

.login-button {
    width: 100%;
    height: 36px;
    background-color: var(--main-green-2);
    color: white;
    font-weight: 600;
    margin: 10px 0;
    border: none;
}

/*
 *Custom Elements
 */

.custom-input {
    border-radius: 0;
    box-shadow: none;
}

.bulk-assignment-row td {
    vertical-align: middle !important;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);

    padding: 0.5em;
    padding-right: 1.5em;
}

.form-separator-row {
    padding-top: 15px;
}

.form-separator-row:first-of-type {
    padding-top: 0;
}

.form-separator {
    margin: 0 0 15px 0;
    border-bottom: solid 1px var(--main-grey-3);
    font-family: 'Open Sans Semibold';
    padding-bottom: 10px;
    color: var(--main-navy-1);
}

.form-separator-icon {
    margin: 0 5px 0 0;
}

/*
 * Normal views
 */

.default-view-item {
    padding-top: 5px;
    padding-bottom: 10px;
}

.default-view-title {
    font-size: 0.9em;
    font-family: 'Open Sans Semibold';
    color: var(--main-grey-2);
}

.errors-holder {
    background-color: var(--main-red-1);
    color: white;
    padding: 15px 45px 15px 45px;
}

.notices-holder {
    background-color: var(--main-blue-1);
    color: white;
    padding: 15px 45px 15px 45px;
}

.notices-errors-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 1.65em;
}

.notices-errors-close {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 1.65em;
    padding: 6px;
}

.table-active {
    color: var(--main-green-1);
}

.table-inactive {
    color: var(--main-grey-1);
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-radius: 0;
}

.datepicker {
    border-radius: 0px;
}

/*
* In-content highlights
*/

.content-highlight {
    padding: 15px 45px 15px 45px;
    border-left: solid 3px var(--main-green-1);
    min-height: 50px;
    background-color: var(--main-grey-4)
}

.content-highlight-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 1.65em;
    color: var(--main-green-1);
}

.content-highlight-close {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 1.65em;
    padding: 6px;
    color: var(--main-grey-1);
}

.content-highlight-header {
    font-weight: 700;
    padding-bottom: 10px;
}

.content-highlight-footer {
    font-size: 0.88em;
    color: var(--main-grey-1);
}

thead {
    font-family: "Open Sans Semibold";
}

.table-highlight tr {
    border-left: solid 3px rgba(0, 0, 0, 0);
}

.table-highlight tbody tr:not(.start-hidden):hover {
    border-left: solid 3px var(--main-green-1);
}

/*
* Accounting
*/

.chart-item-level-1 {
    font-weight: bolder;
}

.chart-item-level-2 {
    font-weight: bold;
}

.chart-item-level-2 td:first-child {
    padding-left: 20px;
}

.chart-item-level-3 td:first-child {
    padding-left: 40px;
}

.chart-item-level-4 td:first-child {
    padding-left: 60px;
}

.chart-item-level-5 td:first-child {
    padding-left: 80px;
}

.chart-item-level-6 td:first-child {
    padding-left: 100px;
}

.chart-item-level-7 td:first-child {
    padding-left: 120px;
}

.chart-item-level-8 td:first-child {
    padding-left: 140px;
}

.chart-item-toggle {
    color: var(--main-grey-2);
}

.chart-item-toggle:hover {
    color: var(--main-green-1);
    cursor: pointer;
}

.balance-credit, .balance-debit {
    float: right;
    text-align: right;
}

.balance-debit-subTotal, .balance-credit-subTotal {
    float: right;
}

/* Table inputs  */

.table-entries td .table-input-sm {
    max-width: 100px;
}

.table-entries td .table-input-sm .btn {
    height: 30px;
    padding: 3px 12px;
    font-size: 0.95em !important;
}

/*
* Accounting - Journal
*/

.borderless.table > tbody > tr > td {
    border: none;
}

.journal-entries-table .bootstrap-select {
    max-width: 200px;
}

.bootstrap-select button.dropdown-toggle {
    border-radius: 0;
}

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

.table-entries td .table-input {
    width: 100%;
    height: 34px;
    border-radius: 0;
}

.table-entries-row:first-of-type td {
    padding-top: 10px;
}

.table-entries-action {
    height: 34px;
    padding-left: 7px;
    padding: 9px 0 7px 7px;
    font-size: 1.2em;
    color: var(--main-grey-2);
}

.table-entries-action:hover {
    cursor: pointer;
    color: var(--main-red-1);
}

.journal-entries-table td .table-input,
.invoice-entries-table td .table-input {
    width: 100%;
    height: 34px;
    border-radius: 0;
}

.journal-entries-row:first-of-type td,
.invoice-entries-row:first-of-type td {
    padding-top: 10px;
}

.journal-credit-input, .journal-debit-input,
.invoice-entries-units, .invoice-entries-price,
.invoice-entries-discount, .invoice-entries-amount {
    text-align: right;
    float: right;
    padding-right: 3px;
    max-width: 100px;
}

.table-entries-removeRow,
.journal-entries-removeRow,
.invoice-entries-removeRow,
.invoice-discount-removeRow {
    height: 34px;
    padding-left: 7px;
    padding: 9px 0 7px 7px;
    font-size: 1.2em;
    color: var(--main-grey-2);
}

.table-entries-removeRow:hover,
.journal-entries-removeRow:hover,
.invoice-entries-removeRow:hover,
.invoice-discount-removeRow:hover {
    cursor: pointer;
    color: var(--main-red-1);
}

.row-active {
    background-color: var(--main-grey-4);
}

.journal-entries-table tbody tr:last-child {
    margin-top: 10px;
    border-top: solid 1px var(--main-grey-3);
    border-bottom: solid 1px var(--main-grey-3);
    font-family: "Open Sans Semibold";
}

.journal-historical-more {
    display: none;
    border-left: 0;
}

.journal-historical-more:hover {
    background-color: white;
}

.journal-historical-more-doubleEntry-table tbody tr:last-child {
    border-top: solid 1px var(--main-grey-3);
    border-bottom: solid 1px var(--main-grey-3);
    font-weight: 600;
}


/*
* Invoice
*/

.custom-width-35 {
    width: 30%;
}

.custom-width-15 {
    width: 15%;
}

.invoice-subtotal-table td {
    text-align: right;
}

#invoice-entries-newProduct-btn,
#invoice-entries-newDiscount-btn {
    min-width: 165px;
}

/*
 * Elements
*/

.ul-ratio {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 20px;
    /*background-color: var(--main-navy-1);*/
}

.li-ratio {
    display: inline-block;
}

.li-ratio-primary {
    min-width: 50px;
    background-color: var(--main-navy-1);
    color: white;
    height: inherit;
    padding: 0px 10px 0px 5px;
}

.li-ratio-secondary {
    background-color: var(--main-green-1);
    padding: 0px 9px 0px 9px;
    height: inherit;
    width: 20px;
}


/*External*/

.global-main-row {
    background-color: var(--main-grey-4);
    height: calc(100vh - 60px); /*note space before and after the minus sign*/
    overflow-y: auto;
    padding: 15px 30px;
    background-color: var(--main-grey-4);
}

.global-main-section .main-section-content {
    background-color: white;
    min-height: calc(100vh - 210px);
    padding: 30px;
}

.global-footer-left {
    padding-top: 15px;
    font-size: 0.88em;
    color: var(--main-grey-1);
}

.global-footer-right {
    padding-top: 15px;
    text-align: right;
    font-size: 0.88em;
    color: var(--main-grey-1);
}

/*External Invoice*/

.custom-tabs.nav > li > a {
    padding: 5px 20px;
}

.custom-tabs li.active {
    border-top: solid 3px var(--main-green-2);
    border-bottom: none;
}

li.active a {
    border-radius: 0;
}

.nav-tabs > li > a {
    margin: 0;
    border-radius: 0;
    color: var(--main-grey-1);
}

.invoice-summary {
    min-height: 80px;
    margin-bottom: 15px;
}

.invoice-summary-right {
    text-align: right;
}

.invoice-summary-table .title {
    font-family: 'Open Sans Semibold';
    color: var(--main-grey-1);
    padding-top: 5px;
    min-width: 150px;
}

.invoice-summary-table .value {
    font-family: 'Open Sans Regular';
    color: var(--main-grey-1);
    padding-top: 5px;
}

.invoice-status {
    font-family: 'Open Sans Semibold';
    color: var(--main-grey-1);
}

.value-lg {
    font-size: 2em;
    padding-top: 26px;
}

.value-md {
    font-size: 1.4em;
    padding-top: 15px;
}

.value-sm {
    font-size: 0.88em;
    padding-top: 7px;
}

.success {
    color: var(--main-green-2);
}

.danger {
    color: var(--main-red-1);
}

.value-currency {
    margin-right: 5px;
}

.invoice-actions-holder {
    border-bottom: solid 2px var(--main-grey-4);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.invoice-actions-holder .actions-icons {
    font-size: 1.5em;
    margin-left: 10px;
    margin-right: 5px;
}

.invoice-actions-holder .actions-labels {
    position: relative;
    top: -3px;
}

/*HTML View Invoice Body*/
.invoice-logo-holder {
    width: 160px;
    height: auto;
    margin-top: 15px;
}

.invoice-address-bar {
    padding-top: 30px;
}

.invoice-address-name {
    font-family: "Open Sans Semibold";
}

.invoice-barcode-bar {
    margin-top: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: dashed 1px rgba(223, 226, 230, 1);
    border-top: dashed 1px rgba(223, 226, 230, 1);
}

.statement-aging-bar {
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: dashed 1px rgba(223, 226, 230, 1);
}

.invoice-items-bar {
    padding-top: 30px;
}

.invoice-item-product {
    font-family: "Open Sans Semibold";
}

/*Reports*/

.reports-item-type-1 td {
    padding-top: 20px !important;
    font-family: "Open Sans Bold";
    border-bottom: solid 1px var(--main-grey-2);
}

.reports-item-type-2 td {
    padding-top: 10px !important;
    font-family: "Open Sans Bold";
    color: var(--main-grey-1);
    border-bottom: solid 1px var(--main-grey-3);
}

.reports-notes {
    color: var(--main-grey-2);
}

.mono-spaced {
    font-family: "Droid Sans Mono" !important;
}

.column-even {
    background-color: var(--main-grey-4);
}

/*Dashboard*/
/*.dashboard-panels-holder{
	border: 0px solid black;
	height: auto;
}*/

.dashboard-panels {
    position: relative;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-left: 5px solid var(--main-grey-2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.17), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
}

.dashboard-panels:hover {
    border-left: 5px solid var(--main-green-1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.panel-x1 {
    height: 80px;
}

.panel-x2 {
    height: 180px;
}

.panel-x3 {
    height: 280px;
}

.dashboard-panel-title {
    display: inline-block;
    font-size: 0.88em;
    font-weight: 600;
    color: var(--main-grey-1);
    padding-bottom: 10px;
}

.dashboard-panel-footer {
    display: inline-block;
    font-weight: 400;
    font-size: 0.6em;
    color: var(--main-grey-1);
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.dashboard-panel-narrative {
    font-size: 0.8em;
    color: var(--main-grey-1);
}

.dashboard-panel-figure-support {
    font-weight: 900;
    color: var(--main-grey-1);
}

.dashboard-panel-figure-main {
    font-size: 1.55em;
    font-family: 'Open Sans Semibold';
    color: var(--main-grey-1);
}

.dashboard-panel-linechart {
    margin-top: 10px;
}

.dashboard-panel-table {
    font-size: 0.76em;
}

.dashboard-panel-chart-containter-x3 {
    width: 100%;
    height: 210px;
}

.dashboard-panel-chart-container-x2 {
    /*width: 100%;*/
    height: 130px;
    /*border: solid 1px rgba(0, 0, 0, 0.13);*/
}

.span-circle {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    font-size: 11px;
    color: rgba(0, 0, 0, 0);;
    line-height: 1;
    text-align: center;
    /* background:#000; */
    margin-right: 5px;
}

.chart-green-accent-1 {
    background: rgba(61, 200, 90, 1.0)
}

.chart-green-accent-2 {
    background: rgba(61, 200, 90, 0.9)
}

.chart-green-accent-3 {
    background: rgba(61, 200, 90, 0.8)
}

.chart-green-accent-4 {
    background: rgba(61, 200, 90, 0.7)
}

.chart-green-accent-5 {
    background: rgba(61, 200, 90, 0.6)
}

.chart-green-accent-6 {
    background: rgba(61, 200, 90, 0.5)
}

.chart-green-accent-7 {
    background: rgba(61, 200, 90, 0.4)
}

.chart-red-accent-1 {
    background: rgba(244, 100, 95, 1.0)
}

.chart-red-accent-2 {
    background: rgba(244, 100, 95, 0.9)
}

.chart-red-accent-3 {
    background: rgba(244, 100, 95, 0.8)
}

.chart-red-accent-4 {
    background: rgba(244, 100, 95, 0.7)
}

.chart-red-accent-5 {
    background: rgba(244, 100, 95, 0.6)
}

.chart-red-accent-6 {
    background: rgba(244, 100, 95, 0.5)
}

.chart-red-accent-7 {
    background: rgba(244, 100, 95, 0.4)
}

/* Datatables */

div.dataTables_length select {
    padding-top: 0px;
    border-radius: 0px;
    width: auto;
}

div.dataTables_filter input {
    padding-top: 0px;
    border-radius: 0px;
}

div.dataTables_paginate .pagination > li:first-child > a,
div.dataTables_paginate .pagination > li:last-child > a {
    border-radius: 0px !important;
}

/* UI Tests */
.list-icon-label-title {
    font-family: "Open Sans Semibold";
    color: var(--main-grey-1);
}

.list-icon-label {
    margin-bottom: 5px;
    position: relative;
}

.list-icon-label .item-icon {
    position: absolute;
    top: 3px;
    color: var(--main-grey-1);
    font-size: 1.1em;
}

.list-icon-label .item-label {
    color: var(--main-grey-1);
    margin-left: 25px;
    /* font-family: "Open Sans Semibold"; */
    font-size: 0.88em;
}

.h4-custom {
    font-family: "Open Sans Bold";
    color: var(--main-grey-1);
}

.h5-custom {
    /* font-family: "Open Sans Semibold"; */
    color: var(--main-grey-1);
}

.content-panels {
    /* background-color: var(--main-grey-4); */
    min-height: 140px;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.17), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
    font-size: 0.88em;
    color: var(--main-grey-1);
}

.content-panels:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.content-panels hr {
    margin-top: 6px;
    margin-bottom: 4px;
}

.content-panels-title {
    font-family: "Open Sans Semibold";
    color: var(--main-grey-1);
    font-size: 1.1em;
}

.content-panels-main-value {
    font-family: "Open Sans Bold";
    color: var(--main-grey-2);
    font-size: 2.2em;
}

.peity {
    position: relative;
    top: 3px;
}

/* Test Background */
.calendar-leave-background {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* width: 320px; */
    /* height: 320px; */
    border: none;
    font: normal 0.5px/normal Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), rgb(0, 153, 151);
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), rgb(0, 153, 151);
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), rgb(0, 153, 151);
    background-position: auto auto;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 100em 100em;
    background-size: 100em 100em;
}


/* Floating Element */
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 10px);
    }
    to {
        transform: translate(0, -0px);
    }
}

/* Timeline */

.timeline {
    width: 100%;
    /* max-width: 800px; */
    background: #fff;
    padding: 50px 50px;
    position: relative;
    /* box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.17), 0 6px 20px 0 rgba(0, 0, 0, 0.13); */
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: calc(20% + 15px);
    bottom: 0px;
    width: 4px;
    background: #ddd;
}

.timeline:after {
    content: "";
    display: table;
    clear: both;
}

.entry {
    clear: both;
    text-align: left;
    position: relative;
}

.entry .title {
    margin-bottom: 0.5em;
    float: left;
    width: 20%;
    padding-right: 30px;
    text-align: right;
    position: relative;
}

.entry .title:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 4px solid var(--main-grey-2);
    background-color: #fff;
    border-radius: 100%;
    top: 15%;
    right: 7px;
    z-index: 99;
}

.entry .title span.main {
    margin: 0;
    font-family: "Open Sans Bold";
    color: var(--main-grey-1);
}

.entry .title span.sub {
    margin: 0;
    font-size: 0.88em;
    color: var(--main-grey-1);
}

.entry .body {
    margin: 0 0 3em;
    float: right;
    width: 80%;
    padding-left: 30px;
}

.entry .body p {
    line-height: 1.4em;
}

.entry .body p:first-child {
    margin-top: 0;
    font-weight: 400;
}

.entry .body ul {
    color: #aaa;
    padding-left: 0;
    list-style-type: none;
}

.entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}

.entry .body table {
    font-size: 0.88em;
}

/* End of timline */

/* Sortable (drag) */
.sortable-tile {
    min-width: 120px;
    padding: 5px;
    margin: 5px 0;
    /* border: solid 1px grey; */
    background-color: var(--main-grey-3);
}

.sortable-handle {
    padding: 0 10px;
}

.sortable-handle:hover {
    cursor: move;
}

.sortable-ghost {
    background-color: rgba(61, 200, 90, 0.6);
    animation-name: floating;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 3px);
    }
    to {
        transform: translate(0, -0px);
    }
}

.sortable-tile-child {
    background-color: white;
    min-height: 50px;
    height: auto;
    padding: 10px 0;
    margin-top: 10px;
}

.multiline {
    white-space: pre-wrap;
}

.inline-label-row {
    margin-top: 20px;
}

.inline-value-row {
    margin-top: 5px;
}
.bulk-table-content{
    height: 480px;
    overflow-y: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.bulk-assignment-input{
    height: 30px;
}
.bulk-assignment-checkbox{
    height: 15px;
}