/* Minification failed. Returning unminified contents.
(106,33): run-time error CSS1046: Expect comma, found '0'
(106,37): run-time error CSS1046: Expect comma, found '/'
(106,59): run-time error CSS1046: Expect comma, found '0'
(106,63): run-time error CSS1046: Expect comma, found '/'
(106,85): run-time error CSS1046: Expect comma, found '0'
(106,89): run-time error CSS1046: Expect comma, found '/'
 */
body {
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: Roboto,Helvetica Neue,sans-serif;
    color: #3B3B3B;
    height: auto;
}

.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 66;
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}

    .navbar-inverse .navbar-nav > li > a > span.menu-subtitle {
        margin-left: 5px;
    }

.dropdown-menu > li > a {
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a > span.menu-subtitle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        margin-left: 0;
    }
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
}

.navbar-right {
    margin-right: -5px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

.md-button:not(.md-fab):not(.md-datepicker-triangle-button):not(.md-icon-button) {
    text-transform: none;
    justify-content: center;
    min-width: 125px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0 15px;
}

    .md-button:not(.md-fab):not(.md-datepicker-triangle-button):not(.md-icon-button).md-primary.md-raised {
        background-color: #0051D3;
    }

.md-button.md-fab.md-mini {
    line-height: 35px;
    width: 35px;
    height: 35px;
}

.md-select-value, .md-datepicker-input, .md-input {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

.md-multipleSelect-header {
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%), 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%);
    padding-left: 16px;
    height: 46px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: auto;
}

    .md-multipleSelect-header input {
        border: none;
        outline: none;
        height: 100%;
        width: 100%;
        padding: 0;
    }

md-autocomplete .autocomplete-edit {
    color: #0051D3;
    position: absolute;
    right: 55px;
    top: 4px;
}

md-autocomplete md-icon {
    width: 30px;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
    margin: 0 6px;
}

.packages {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.package {
    width: 25%;
    display: flex;
    align-items: center;
}

    .package[hidden] {
        display: none;
    }

md-checkbox {
    margin: 0;
}

table md-checkbox {
    min-height: 26px;
}

    table md-checkbox .md-container {
        margin: 13px 3px 3px;
    }

table i[class^="fa-"] {
    font-size: 20px;
}


.md-button.md-icon-button {
    padding: 0;
    padding: 0;
    margin: 0;
}

a.md-button.md-icon-button md-icon {
    height: 100%;
    display: flex;
    align-items: center;
}

.expandIcon {
    margin: 0;
    vertical-align: middle;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
}

    .expandIcon > .md-container.md-ink-ripple {
        display: none;
    }

    .expandIcon > .md-label {
        margin: 0;
        height: 24px;
    }

.selectIcon {
    margin: 0;
    vertical-align: middle;
}

.jconfirm-title {
    font-weight: 500;
}

.jconfirm-content {
    font-size: 15px;
}

.ui-tooltip {
    box-shadow: none;
    padding: 3px 7px;
}

.table thead tr th {
    padding: 8px 4px;
}

.table tbody tr td {
    font-size: 12px;
    padding: 0 3px;
    vertical-align: middle;
}

    .table tbody tr td:last-child {
        text-align: right;
    }

.contractsTable {
    table-layout: fixed;
    white-space: nowrap;
}

    .contractsTable thead th,
    .contractsTable tr td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .contractsTable tbody[canceled="canceled"] {
        opacity: 0.35;
    }

    .contractsTable thead tr th:first-child {
        width: 75px;
    }

    .contractsTable thead tr th:nth-child(3) {
        width: 100px;
    }

    .contractsTable thead tr th:nth-child(5) {
        width: 110px;
    }

    .contractsTable thead tr th:nth-child(8),
    .contractsTable thead tr th:nth-child(9) {
        width: 128px;
    }

    .contractsTable thead tr th:nth-child(10),
    .contractsTable thead tr th:nth-child(11) {
        width: 80px;
    }

    .contractsTable thead tr th:nth-child(12) {
        width: 105px;
    }

    .contractsTable thead tr th:nth-child(13) {
        width: 115px;
    }

    .contractsTable thead tr th:last-child {
        width: 200px;
    }

    .contractsTable tbody:nth-of-type(odd) {
        background-color: #efefef;
    }

@media (max-width: 500px) {
    .table tbody tr td {
        font-size: 14px;
    }

    .contractsTable thead tr th:first-child {
        width: 32px;
    }

    .contractsTable thead tr th:nth-child(2) {
        width: 78px;
    }

    .contractsTable thead tr th:nth-child(10),
    .contractsTable thead tr th:nth-child(11) {
        width: 88px;
    }

    .contractsTable thead tr th:last-child {
        width: 40px;
    }

    .contractsTable tbody tr {
        height: 42px;
    }

        .contractsTable tbody tr td:last-child {
            position: relative;
            overflow: visible;
        }

            .contractsTable tbody tr td:last-child md-fab-speed-dial {
                position: absolute;
                right: 0px;
                top: -4px;
            }

                .contractsTable tbody tr td:last-child md-fab-speed-dial md-fab-actions i {
                    background-color: white;
                }
}

.chartsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chartContainer {
    width: 100%;
    max-width: 1280px;
    min-height: 400px;
    margin: auto;
    position: relative;
}

    .chartContainer.loading {
        opacity: 0.20;
    }

.chartDate {
    position: relative;
    width: 120px;
    z-index: 5;
}

.md-datepicker-input-container {
    width: 100%;
}

._md-datepicker-has-triangle-icon {
    padding: 0;
    margin: 0;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
    margin-right: 15px;
}

.inputClear {
    position: absolute;
    cursor: pointer;
    outline: none;
    user-select: none;
}

    .inputClear.datepicker {
        right: 40px;
        top: 5px;
    }

    .inputClear.multiSelect {
        right: 20px;
        top: 9px;
    }

.dateRange {
    width: 370px;
}

@media (max-width: 500px) {
    .dateRange {
        width: 100%;
    }
}

.material-icons {
    align-self: center;
    vertical-align: middle;
    outline: none;
    user-select: none;
}

    .material-icons.blue {
        color: rgb(63,81,181);
    }

    .material-icons.red {
        color: rgb(255,64,129);
    }

    .material-icons.green {
        color: #1d671d;
    }

    .material-icons.orange {
        color: #e98d1c;
    }

md-fab-actions .material-icons {
    width: 36px;
}

md-icon[md-svg-src] {
    height: 48px;
    transform: scale(1.2);
}

.contractFieldEditor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inputAddon {
    position: relative;
}

    .inputAddon::after {
        content: attr(addon);
        font-size: 15px;
        font-weight: 500;
        right: 6px;
        top: 1.2px;
        position: absolute;
    }

.inputCurrency {
    width: 65px;
}

.inputPercentage {
    width: 55px;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    height: 100%;
    max-height: calc(90% - 50px);
    min-width: 50%;
    max-width: 1280px;
    background-color: #fff;
    padding: 18px;
    border-radius: 6px;
    margin-top: 50px;
    overflow: hidden;
}

    .modal__container.wide {
        max-width: calc(90% - 50px);
        width: 100%;
    }

@media (max-width: 500px) {
    .modal__container, .modal__container.wide {
        max-height: calc(100% - 50px);
        max-width: 100%;
        width: 100%;
    }
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
}

@media (max-width: 500px) {
    .modal__header {
        font-size: 22px;
    }
}

.modal__title {
    color: #00449e;
}

@media (max-width: 500px) {
    .modal__title {
        font-size: 19px;
    }
}

.modal__close {
    background: transparent;
    border: 0;
    outline: none;
}

.modal__header .modal__close:before {
    content: '\2715';
}

.modal__content {
    height: calc(100% - 58px);
    overflow-y: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-right: 10px;
}

@media (max-width: 500px) {
    .modal__content {
        padding: 0 10px 0 0;
    }
}

#loading {
    display: none;
}

    #loading > div {
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.6);
        display: flex;
        justify-content: center;
        align-items: center;
    }

.highlight {
    background-color: #FFFF00;
}

.same-row {
    display: flex;
}

    .same-row .md-block {
        width: 100%;
    }

@media (max-width: 500px) {
    .same-row {
        flex-direction: column;
    }
}

#searchForm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70px;
}

.searchFilter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 5px;
}

    .searchFilter md-input-container {
        margin: 10px 0;
    }

@media (max-width: 500px) {
    .searchFilter {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
}

.clipText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multipleFiles {
    position: relative;
    padding: 5px;
    margin: 18px 0;
    border: 2px dashed transparent;
}

    .multipleFiles .multipleFilesName {
        display: inline;
        font-size: 17px;
        color: rgba(0,0,0,0.54);
    }

    .multipleFiles .multipleFilesDescription {
        font-size: 13px;
        color: #656565;
        margin-top: 12px;
    }

    .multipleFiles .multipleFilesRequired {
        color: rgb(221,44,0);
        font-weight: 700;
        display: inline;
        font-size: 17px;
    }

    .multipleFiles .fileNames {
        font-size: 13px;
        font-weight: 700;
        margin-right: 9px;
    }

    .multipleFiles .filePreviews {
        margin-left: 25px;
        display: flex;
        align-items: center;
    }

    .multipleFiles .fileImage {
        width: 50px;
        height: 50px;
        object-fit: scale-down;
        margin: 0 2px;
    }

    .multipleFiles.dropBox {
        background-color: white;
        border-color: #3B384E;
        border-radius: 6px;
    }

        .multipleFiles.dropBox::after {
            content: 'Drop your files here';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            font-size: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            opacity: 0.75;
        }

    .multipleFiles.is-dragover::after {
        background-color: #dbdbdb;
        opacity: 1;
    }

    .multipleFiles .filesList {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    .multipleFiles .addFiles {
        margin: 0;
        width: 194px;
        flex-shrink: 0;
    }

.document {
    max-width: 150px;
    max-height: 150px;
    margin: 5px;
    position: relative;
    margin-right: 50px;
}

    .document .documentAction {
        background-color: white;
        position: absolute;
        right: -35px;
        padding: 5px;
        background-color: #dcdcdc;
    }

.checkedItems {
    column-count: 2;
}

@media (max-width: 500px) {
    .checkedItems {
        column-count: 1;
    }
}

.logNotes {
    justify-content: space-between;
    padding: 10px;
}

pre {
    border: 0;
    background-color: transparent;
}

    pre .key {
        color: #1e4c8f;
    }

    pre .string {
        color: #080;
    }

    pre .number {
        color: #ca0;
    }

    pre .boolean {
        color: #1979d3;
    }

    pre .null {
        color: #a65;
    }

#nameDaysNamesForm {
    display: flex;
    flex-wrap: wrap;
}

    #nameDaysNamesForm > div {
        flex: 150px;
    }

.nameDayName {
    margin: 5px;
    color: red;
}

    .nameDayName.selected {
        color: green;
        font-weight: 700;
    }

.logsTable {
    margin-bottom: 0;
}

