﻿@font-face {
    font-family: 'Satisfy';
    src: url("../Resources/Satisfy-Regular.ttf");
}
.text-error {
    color: red;
}
.text-small {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.print {
    display: none;
}

.navbar-inverse {
    background: white;
    color: white;
    border: none;
    box-shadow: 1px 1px 10px gray;
}

    .navbar-inverse .navbar-brand {
        margin-left: 0 !important;
        color: black;
    }

        .navbar-inverse .navbar-brand:hover {
            /*background: #0060A9;*/
            background: #009A66;
            color: white !important;
        }

        .navbar-brand:focus {
            color: black !important;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: black;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            /*background: #0060A9;*/
            background: #009A66;
        }



body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*yeah, no. I like the 100% default. */
    /*max-width: 280px;*/
}

textarea {
    overflow-x: hidden;
}

.datepicker, .datepicker-dropdown, .dropdown-menu, .datepicker-orient-left, .datepicker-orient-bottom, .ui-datepicker {
    /*z-index: 100000 !important;*/
}

    .datepicker td, .datepicker th {
        min-width: 40px;
    }

/* temporary until draggable is implemented */
.fc-content:hover {
    cursor: pointer;
}

.fc-list-view .fc-scroller {
    height: auto !important;
}

.fc-today {
    background: #deeaf3 !important;
}

.ui-button {
    margin-bottom: 1px;
    height: 34px;
}

.combobox {
    margin-bottom: 0px !important;
}

.custom-combobox-input {
    height: 34px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.combobox .ui-autocomplete-input {
    min-width: 260px;
}

.panel-footer {
    text-align: right;
}

.toobar-record-container {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}

.toolbar-record-buttons-container {
    overflow: hidden;
    float: left;
}

img.add-record {
    width: 40px;
}

.add-record:hover {
    cursor: pointer;
}

.page-header h2 img {
    width: 40px;
    margin-right: 10px;
}

.alert {
    box-shadow: 0px 0px 4px -2px #3d3c3c;
}

.alert-container {
    position: fixed;
    top: 51px;
    z-index: 1100;
}

.td-command-buttons {
    min-width: 100px;
    text-align: right;
}

.record-switch-container {
    display: inline-block;
    float: right;
}

.spacer {
    height: 10px;
}

.topspace {
    margin-top: 10px;
}

.topspace-medium {
    margin-top: 20px;
}

.topspace-large {
    margin-top: 50px;
}

.bottomspace {
    margin-bottom: 10px;
}

.bottomspace-medium {
    margin-bottom: 20px;
}

.bottomspace-large {
    margin-bottom: 50px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.panel-header-name {
    /*font-weight: bold;*/
    display: inline-block;
    line-height: 37px;
    font-size: 20px;
}

.panel-white {
}

.large-button {
    /*display: inline-block;*/
    /*float: left;*/
    min-width: 260px;
    min-height: 150px;
    margin: 5px;
    white-space: normal;
}

    .large-button h3 {
        margin-bottom: 5px;
    }

    .large-button p {
        margin-top: 5px;
    }

.number-field-small {
    max-width: 70px;
}

.number-field-medium {
    max-width: 115px;
}

.description {
    /*min-width: 300px;*/
}

.travel-fields {
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
}

table.popover-table td {
    padding: 5px;
    vertical-align: top;
}

.td-two-command-buttons {
    min-width: 101px;
}

.selectedRow {
    /*background: #0e7fa0 !important;*/
    background: #5bc0de !important;
    color: white !important;
}

.cost-centers-table td {
    vertical-align: middle !important;
}

.instructions {
    display: none;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
    margin: 10px 0 10px 0;
    font-style: italic;
}

.instructions-switch-container {
    margin-bottom: 10px;
}

.editing-title {
    color: white;
    font-weight: lighter;
    background: #ff7600;
    box-sizing: border-box;
    padding: 20px;
    /*border-radius: 10px;*/
}

.filter-container {
    height: 80px;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 15px;
}

.filter-container-two-rows {
    height: 143px;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 15px;
}

.filter-container-two-rows-plus {
    height: 165px;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 15px;
}

.showme {
    display: block;
    background: red;
    color: white;
}

.totalrow {
    font-weight: bold;
}

.bordertop {
    border-top: 1px solid;
}

.signline {
    padding: 2px !important;
}

.report-icon {
    text-align: center;
}

    .report-icon img {
        width: 60px;
    }

.report-icon-data {
    font-family: 'Fjalla One', sans-serif;
    margin-top: 10px;
    font-size: 30px;
}

.datebox {
    color: lightgray;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border: 1px solid;
    width: 65px;
    height: 65px;
    border-radius: 3px;
}

    .datebox:hover {
        cursor: pointer;
        border: 1px solid;
        color: black;
    }

.datebox-active {
    color: black !important;
}

.datebox-today {
    background: lightgray;
    color: white;
}

.datebox-hours {
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-align: center;
}

.required-error {
    color: red !important;
}

.page-break {
    page-break-after: always;
}

.updatelog-dateline {
    /*color: #49b0ac;*/
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
}

.bold {
    font-weight: bold !important;
}

.ckeditor-container {
    clear: both;
    margin-bottom: 20px;
}

.kbedit-container {
    /*background: rgba(0, 179, 255, 0.57);*/
    overflow: hidden;
    padding: 20px;
    margin: 5px 0 5px 0;
    border-top: 3px dashed;
    border-left: 3px solid;
    border-right: 3px solid;
    transition: height 2s ease-in;
    -moz-transition: height 2s ease-in;
    -ms-transition: height 2s ease-in;
    -o-transition: height 2s ease-in;
    -webkit-transition: height 2s ease-in;
}

.kbedit-container-add {
    border-bottom: 3px solid;
}

.kbedit-separator {
    border-top: 4px dashed gray;
    margin: 10px 0 10px 0;
}

    .kbedit-separator:last-child {
        border-top: none;
        margin: -20px !important;
    }

.kbedit-step-header {
    font-size: 20px;
    float: left;
}

.mark-for-delete {
    height: 65px !important;
    background: dimgray;
}

.categories-container {
    color: white;
    overflow: hidden;
    border-bottom: 1px solid rgb(218, 218, 281);
    border-right: 1px solid rgb(218, 218, 281);
    border-left: 1px solid rgb(218, 218, 281);
    border-radius: 8px;
    margin-bottom: 2px;
}

/*.categories-container-inner {
}*/

.category-image-container {
    width: 50px;
    float: left;
}

.category-name-container {
    line-height: 50px;
    margin-left: 60px;
}

.category-image {
    padding: 8px;
    width: 60px;
}

.category-name {
    padding: 5px;
    font-size: 25px;
    font-family: "Segoe UI Light","Segoe UI",Arial;
    /*transition: background 0.5s ease;
    transition: color 0.5s ease;*/
}

    .category-name:hover {
        cursor: pointer;
    }

.category-articles-container {
    display: none;
    color: black;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 15px;
}

.category-article {
    padding: 5px;
    cursor: pointer;
    border-radius: 8px;
}

.step-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.step-image {
    box-shadow: 0px 0px 05px 2px #ececec;
    margin-bottom: 50px;
    max-width: 100%;
    border-radius: 5px;
}

.article-header {
    float: left;
    margin-left: 10px;
}

.article-back-link-container {
    float: right;
    margin-right: 10px;
    line-height: 60px;
}

.article-back-link {
    color: white;
    font-size: 30px;
    vertical-align: middle;
    margin-top: -6px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.article-footer {
    min-height: 50px;
    margin-top: 50px;
    color: silver;
    padding: 5px;
}

.footer-label {
    width: 60px;
    display: inline-block;
}

.table-control-span-error {
    margin-left: 5px;
    display: block;
    font-style: italic;
    color: red;
}

.week-overage {
    color: red;
    font-weight: bold;
}

.week-overage-row {
    background: #fbf1f1 !important;
}

.status {
    border: 1px solid white;
    padding: 1px 5px;
    width: 80px;
    text-align: center;
    border-radius: 14px;
    font-size: 12px;
    color: white;
}

.status-completed {
    background: #4e9a4e;
}

.status-inprogress {
    background: #8700ff;
}

.status-reviewing {
    background: brown;
}

.status-pending {
    background: #3ebac4;
}

.status-onhold {
    background: black;
}
.feedback-table {
    cursor: pointer;
}
.comments-footer {
    text-align: left !important;
    padding: 0 !important;
}

.comments-footer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 1px;
}
.comments-footer ul li {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.comments-footer ul li:first-child {
    border-top: 1px solid #e5e5e5;
}
.comments-footer ul li:last-child {
    border-bottom: none;
}
.comments-add-container {
    padding: 15px;
}
.comment-author {
    font-style: italic;
    font-size: 11px;
}
.comment-author::before {
    content: '-';
}
.comment-date {
    text-align: right;
    margin-bottom: 5px;
}
.print-info p {
    margin: 0;
}
.print-info h3 {
    font-size: 16px;
    margin: 0;
}
.print-info h5 {
    font-weight: bold;
    margin-right: 5px; 
    margin-bottom: 0px;
}
.print-info h5.inline {
    display: inline-block;
}
.print-footer {
    font-size: 12px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 10px !important;
}
.signature-line {
    border-bottom: 1px solid;
    width: 50%;
    height: 25px;
    display: inline-block;
}
th.number {
    text-align: right;
}
tfoot>tr>th>.number,
td.number {
    font-family: Consolas, monospace !important;
    text-align: right;
}
.fancy-signature {
    font-family: 'Satisfy', cursive;
    font-size: 30px;
    text-transform: capitalize;
}
.signature-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #4e5690;
    text-indent: 5px;
}
.signature-input:active,
.signature-input:focus {
    outline: none !important;
    border: none !important;
    border-bottom: 2px solid #0999ff !important;
}
.employee-fancy-signature {
    display: inline-block;
    font-family: 'Satisfy', cursive;
    font-size: 30px;
    text-transform: capitalize;
}
.employee-signature-date {
    display: inline-block;
    font-size: 20px;
    float: right;
}
.inlineblock {
    display: inline-block;
}
.btn-black {
    background-color: hsl(0, 0%, 16%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
    background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
    background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
    background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
    background-image: -o-linear-gradient(top, #5b5b5b, #282828);
    background-image: linear-gradient(#5b5b5b, #282828);
    border-color: #282828 #282828 hsl(0, 0%, 11%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}
.btn-purple {
    color: #ffffff;
    background-color: #611BBD;
    border-color: #130269;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        color: #ffffff;
        background-color: #49247A;
        border-color: #130269;
    }

    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        background-image: none;
    }

    .btn-purple.disabled,
    .btn-purple[disabled],
    fieldset[disabled] .btn-purple,
    .btn-purple.disabled:hover,
    .btn-purple[disabled]:hover,
    fieldset[disabled] .btn-purple:hover,
    .btn-purple.disabled:focus,
    .btn-purple[disabled]:focus,
    fieldset[disabled] .btn-purple:focus,
    .btn-purple.disabled:active,
    .btn-purple[disabled]:active,
    fieldset[disabled] .btn-purple:active,
    .btn-purple.disabled.active,
    .btn-purple[disabled].active,
    fieldset[disabled] .btn-purple.active {
        background-color: #611BBD;
        border-color: #130269;
    }

    .btn-purple .badge {
        color: #611BBD;
        background-color: #ffffff;
    }
@media print {
    .print {
        display: block !important;
    }

    .noprint {
        display: none;
    }

    .page-header-print {
        text-align: center;
    }

    body {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 1mm;
        margin-bottom: 0px !important;
        margin-left: 1mm;
        margin-right: 1mm;
    }

    table {
        margin-bottom: 0 !important;
    }

    td {
        padding: 0 !important;
    }
}

tr.SelectedRow {
    background: #337ab7;
    color: white;
}