﻿@font-face {
    font-family: 'DejaVuSans';
    src: url('/fonts/DejaVuSans.ttf');
}

.k-grid { font-family: "DejaVu Sans", "Arial", sans-serif; }

html { font-size: 12px; }

.body-content {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

.body-content .container {
    margin-top: 40px;
    margin-bottom: 50px;
}

#create-project-container { margin-top: 0px; }

.k-grid-content { min-height: 200px; }

.navbar {
    min-height: 50px;
    margin-bottom: 40px !important;
    font-size: 13px;
}

.btn-login {
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.row-unhandled {
    background-color: rgb(255 204 204) !important;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus { z-index: 2; }

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert.alert { border-radius: 0px !important; }

.cookiealert a { text-decoration: underline }

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -24px
}

td > span.approval-status { color: chartreuse; }

.fixed-header {
    top: 0;
    position: fixed;
    width: auto;
    z-index: 1;
}

.k-edit-form-container {
    min-width: 600px !important;
}

/*.k-grid td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.k-grid td #Date {
    max-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.k-grid td .k-dropdown-wrap {
        max-height: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
}

.k-grid td .k-dropdown-wrap .k-input {
    padding-top: 0px;
}

.k-grid td .k-textbox {
        padding-top: 1px;
    padding-bottom: 1px;
}*/


#expenses-nav {
    margin-top: -30px;
    margin-bottom: 15px;
}

.submenu-nav {
    margin-top: -30px;
    margin-bottom: 15px;
}

.navbar li:hover { border-bottom: 1px solid #17a2b8; }

.navbar li.active { border-bottom: 1px solid #17a2b8; }

.navbar li.dropdown:hover { border-bottom: 1px solid transparent; }

.navbar li a { border-bottom: 1px solid transparent; }

.navbar-login-info li:hover { border-bottom: 0px solid transparent; }

.no-border-radius-left > .k-dropdown-wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.no-border-radius-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.no-border-radius { border-radius: 0; }

.no-border-radius-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.no-border-radius-right > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.no-border-radius-left > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.k-grid .k-alt { background-color: #efefef; }

.k-grid tr:hover { background-color: #e1e1e1 !important; }

.k-grid tr.alert-success:hover { background-color: #d4edda !important; }

.k-grid tr.alert-warning:hover { background-color: #fff3cd !important; }

.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap { display: none; }

.k-loading-pdf-mask { display: none; }


.submenu-start li:hover { border-bottom: 1px solid #000000; }

.submenu-start li.active { border-bottom: 1px solid #000000; }

.submenu-start li.dropdown:hover { border-bottom: 1px solid transparent; }

.submenu-start li { border-bottom: 1px solid transparent; }


.submenu-start li a:link { text-decoration: none; }

.submenu-start li a:visited { text-decoration: none; }

.submenu-start li a:hover { text-decoration: none; }

.submenu-start li a:active { text-decoration: none; }


.summary-pdf-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.summary-pdf-template .header {
    position: absolute;
    top: 30px;
    left: 50px;
    right: 50px;
    color: #888;
    font-size: 18px;
}

.summary-pdf-template .footer {
    position: absolute;
    bottom: 30px;
    left: 50px;
    right: 50px;
    border-top: 1px solid #888;
    text-align: center;
    color: #888;
}

.summary-pdf-template .body {
    position: absolute;
    top: 200px;
    left: 50px;
    right: 50px;
    font-size: 19px;
}

.summary-pdf-template .body .totals {
    position: absolute;
    top: 120px;
    left: 50px;
    right: 50px;
    font-size: 19px;
}

.bg-black { background-color: #000000 !important; }

.mantime-5-logo {
    height: 41px;
    width: 220px;
}


.k-grid td { padding: 6px; }

.k-dirty { display: none; }

.printable-font-size {
    font-size: 16px;
    font-weight: bold;
}

.history {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.history .k-chart { height: 45px; }

.history td.item {
    line-height: 45px;
    width: 20px;
    text-align: right;
    padding-bottom: 5px;
}

.k-button:active, .k-button.k-state-active, .k-button.k-state-selected, .k-button-group > input[type="radio"]:checked + .k-button, .k-button-group > input[type="checkbox"]:checked + .k-button, .k-dropdown .k-state-active, .k-dropdowntree .k-state-active, .k-spreadsheet-filter.k-state-active, .k-action-buttons .k-button:active, .k-pivot-toolbar .k-button:active, .k-pivot-toolbar .k-button.k-state-active, .k-fieldselector .k-list li.k-item:active, .k-fieldselector .k-list li.k-item.k-state-active, .k-colorpicker .k-state-active, .k-combobox .k-state-active .k-select, .k-datepicker .k-state-active .k-select, .k-timepicker .k-state-active .k-select, .k-datetimepicker .k-state-active .k-select, .k-editor-toolbar a.k-tool:active, .k-editor-toolbar a.k-tool.k-state-active, .k-editor-toolbar a.k-tool.k-state-selected, .k-numerictextbox .k-link.k-state-selected, .k-gantt-views li.k-state-selected, .k-scheduler-views li.k-state-selected {
    color: #212529;
    background-color: #c7cdd5;
    border-color: #bfc6d0;
}