﻿body {
    font-family: sans-serif;
    background-color: #DDD;
    font-size: 14px;
    color: #585858;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Arial"
}

.main-container:before {
    background-color: transparent;
}

.page-content {
    background-color: transparent;
    margin: auto;
}

.menu-text, .submenu-text {
    margin: 0;
    padding: 7px 0;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 400;
}

.menu-text {
    font-size: 14px;
}

.submenu-text {
    font-size: 13px;
}

.sidebar {
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidebar-collapse {
    text-align: right !important;
    margin-top: 5px !important;
    margin-right: 9px !important;
}

.breadcrumbs {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tabbable {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: white;
}

.widget-box {
    background-color: white !important;
    margin-bottom: 12px !important;
}

.widget-main {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.manageit-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ace-settings-box {
    min-height: 300px;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(254, 242, 205, 1);
}

.page-header h1 {
    margin: 0 8px;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}

.page-header {
    margin: 0 0 0px;
}

.ace-nav > li > a {
    background-color: #f5f5f5;
    color: #2e6589;
}

.user-info {
    color: white;
    max-width: unset;
    text-align: right;
    list-style: none;
    font-size: 13px;
}

.numerator {
    font-weight: bold !important;
    color: red !important;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.input-validation-error {
    border: 1px solid red !important;
}

.mandatory::after {
    content: " *";
    color: red;
    font-size: 13px;
}

.project-view {
    background-color: #2c5976 !important;
    color: white !important;
}

.dropdown-reminders li {
    line-height: normal;
    padding-right: 5px;
    padding-left: 5px;
}

.form-control-readonly, .label-control {
    pointer-events: none;
}

.form-control-readonly {
    background-color: #f7f7f7 !important;
}

.currency-ltr {
    direction: ltr;
}

.ace-file-container {
    height: 34px !important;
}

.date-picker {
    display: flex !important;
}

.timepicker {
    direction: ltr;
}

.label-control {
    font-weight: 500;
    font-size: 13px;
    padding-top: 10px;
    color: #737373;
}

.btn.btn-link {
    text-decoration: none !important;
    color: #337ab7 !important;
}

button:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

.nav-tabs > li.open .dropdown-toggle, .nav-tabs > li.open .dropdown-toggle > .ace-icon {
    color: #08c !important;
}

.nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:focus, .nav > li.dropdown.open.active > a:hover {
    color: #576373;
    border-color: #C5D0DC #C5D0DC transparent;
    border-top: 2px solid #4C8FBD;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
}

input.form-control, select.form-control, .select2-container--default .select2-selection--single, textarea {
    border-radius: 5px !important;
    border-color: #DDD !important;
}

input.form-control, select.form-control, .select2-container--default .select2-selection--single {
    height: 34px !important;
}

.form-control:focus, select:focus {
    border-color: #4492C9 !important;
}

.select2-container {
    width: 100% !important;
}

input[type=checkbox].form-control, input[type=radio].form-control {
    width: 34px !important;
}

.view-action-button {
    color: #AAA !important;
}

.menu-icon {
    font-weight: 900 !important;
}

#loading_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    cursor: pointer;
}

.ace-settings-box {
    border: 0 solid #4cae4c;
}

.popover-content {
    white-space: nowrap !important;
    background-color: lightyellow !important;
}

.popover.right > .arrow:after {
    border-right-color: lightyellow !important;
}

.modal.aside-vc.navbar-offset .modal-dialog .aside-trigger{
    top: 1px !important;
}

.system-notifications {
    width: 500px !important;
}
.system-events {
    width: 100% !important;
}

.bi{
    font-size: 18px !important;
}

.widget-header-sticky {
    position: sticky !important;
    top: 86px !important;
    z-index: 1000 !important;
}

input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::before {
    background-color: #D15B47;
}

input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::before {
    background-color: #82AF6F;
}

span.label > a {
    color: white !important;
}

.control-readonly {
    pointer-events: none !important;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.k-time-tab .k-datetime-selector {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.k-datetime-time-wrap{
    direction: ltr;
}