/*Globals*/
* {
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
}

html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: font;
    src: url(../fonts/ubuntu.ttf);
    font-weight: bold;
}

body {
    font-family: Ubuntu, sans-serif;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow-x: hidden;
    background-color: #f3fbf32e;
    margin-top: 50px;
}

.inactive {
    pointer-events: none;
    cursor: default;
    color: #999 !important;
}

.inactive .fa {
    color: #999 !important;
}


.app {
    position: relative;
    top: 55px;
    margin-bottom: 50px;
    animation-name: app-layout;
    animation-duration: 1s;
}

input[type=text]:focus, input[type=number]:focus, textarea:focus, select:focus {
    border: 1px solid #5e8050;
}

.feather {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: #888;
    vertical-align: text-bottom;
}

.logo {
    display: inline !important;
    height: 20px;
    vertical-align: middle;
}

.sad_computer {
    height: 60px;
    width: 90px;
}

.print-logo {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-bottom: 8px;
}

a {
    color: #5e8050;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a, a:active, a:focus {
    outline: none;
}

pre {
    background-color: #5e8050;
    color: #ccc;
    border: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination > .active > span {
    background-color: #5e8050;
    border-color: #5e8050;
}

.pagination > .active > span:hover {
    background-color: #4f7341;
    border-color: #5e8050;
}

.notify {
    padding: 8px;
}

.search_top {
    border: none;
    color: #fff;
    width: 600px !important;
    background-color: #678665;
}

.search_top::placeholder {
    color: #fafafa;
}

code {
    color: #13cc13;
    font-weight: bold;
}

.alert-help {
    color: #5e8050;
    background-color: #d6ecce;
}

.alert-help p {
    line-height: normal !important;
    padding-left: 18px;
}

@media print {
    .list-inline {
        display: none;
    }
}

.due {
    font-weight: bold !important;
}

/*Layouts*/
.scrollTop {
    position: fixed;
    bottom: 35px;
    right: 10px;
    padding: 4px 8px;
    color: #ccc;
    background-color: #222d32;
    /*border-radius: 50% !important;*/
    cursor: pointer;
    z-index: 99999;
    opacity: .7;
    display: none;
    text-align: center;
}

.app-wrapper {
    overflow: hidden;
    padding: 20px;
    border-radius: 2px !important;
    background: #fff;
    border: 1px solid #ddd;
}

.flapycon {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 60px;
    bottom: 68px;
    z-index: 9999;
    border-radius: 50% !important;
    background: radial-gradient(#F6FCFF, #34495E);
    background: -webkit-radial-gradient(#F6FCFF, #34495E);
    background: -moz-radial-gradient(#F6FCFF, #34495E);
    text-align: center;
    line-height: 51px;
    padding: 0 0 0 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.footer {
    height: 20px;
    width: calc(100% - 180px);
    transition: width 0.3s;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    color: #333;
    font-size: 11px;
    background-color: #f3fbf3;
    border-top: 1px solid #eee;
}

.footer a {
    color: #fff;
    cursor: pointer;
    margin: 0 10px;
}

.footer.active {
    width: 100%;
}

.footer .footer-header {
    display: inline;
    line-height: 20px;
}

.footer-header a {
    color: #666;
}

.footer .footer-buttons {
    display: inline;
    padding: 5px 20px;
    line-height: 10px;
    color: #fff;
    float: right;
    margin-top: -1px;
    transition: all 0.3s;
    background-color: #7b9b79;
}

.footer .trapezoid {
    border-bottom: 25px solid #7b9b79;
    border-left: 15px solid transparent;
    height: 0;
    width: 15px;
    float: right;
}

/*Tables*/
table {
    background-color: #fff;
    font-size: 13px;
}

.table {
    border: 1px solid #f5f5f5;
}

.table tbody > tr > td, .table-bordered tbody > tr > td {
    padding: 4px;
    border-top: 1px dotted #d2e4e8;
}

.table-bordered > tbody > tr > td {
    border: 1px dotted #eee;
}

.table > thead > tr > th, .table > tfoot > tr > th {
    border: none;
    background-color: #fafafa;
}

.table > tfoot > tr > td {
    padding: 4px 2px;
    border: 1px solid #defbd2;
}

table tr:hover {
    background-color: #fafffa;
}

.btn-table {
    padding: 1px 2px;
    font-size: 12px;
}

.table-list td:nth-child(even) {
    color: gray;
}

.charges-table {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.no-border tbody > tr > td {
    padding: 4px;
    border-top: none;
}

.no-border thead > tr > th {
    border-bottom: none;
}

.no-border input[type=text], .no-border select {
    width: 75%;
}

/*Styles*/
.profile-cover {
    padding: 8px;
    text-align: center;
    overflow: hidden !important;
}

.profile-cover img {
    vertical-align: middle;
    height: 120px;
    width: 120px;
    padding: 2px;
    border: 1px solid #eee;
    border-radius: 50% !important;
}

.profile {
    height: 75px;
    width: 75px;
}

.head-profile {
    height: 42px;
    width: 42px;
    padding: 0;
    background-color: #fff;
}

.page {
    padding: 6px;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.panel-default > .panel-heading {
    background-color: #fafafa;
    border-color: #f5f5f5;
}

.panel-default {
    box-shadow: none;
    border-color: #f5f5f5;
}

.print {
    position: fixed;
    right: 0;
    top: 160px;
    height: 40px;
    width: 70px;
    background-color: #666;
    color: #000;
    z-index: 1000;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-weight: bold;
    opacity: 0.15;
}

.print:hover {
    color: #fff;
    opacity: .95;
}

@media print {
    .print {
        display: none;
    }
}

.my-comment {
    padding: 6px;
    margin: 4px 0;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.results {
    margin-top: 10px;
    text-align: center;
}

/*Modal dialog*/
.modal {
    margin-top: 32px;
}

.modal-footer {
    border-top: none;
}

.modal-header {
    background-color: #f5f5f5;
}

#yield_profiles {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #333;
    border-color: #e3f1e0;
    background-color: #e3f1e0;
}

.list-group {
    border: 2px solid #e3f1e0;
}

.list-group-item {
    border: none;
}

.audit-files {
    text-align: center;
    padding: 8px;
    display: block;
    margin: 10px 0;
    min-height: 140px;
    border: 1px solid #eee;
}

/*Two Factor Auth*/
.nf-profile {
    height: 120px;
    width: 120px;
    border-radius: 50% !important;
    border: 4px double #d2e4e8;
}

#nf-status {
    color: teal;
    padding: 4px;
    margin-bottom: 12px;
    font-family: "Ubuntu mono", sans-serif;
}

.nf-error {
    color: red;
}

.nf-attempt {
    color: orange;
}

.nf-success {
    color: green;
}

.report-list {
    /*height: 240px;*/
    /*overflow-y: scroll;*/
}

.report-list a {
    display: block;
    margin: 10px 0;
}

canvas.chart {
    height: 320px;
}

.header_logo {
    margin: 0px;
    padding: 0;
    font-weight: bold;
    letter-spacing: -.06em;
    font-size: 32px;
    color: white;
    line-height: 70px;
    text-shadow: 1px 1px 1px #0f0f11;
}

.job-data {
    padding: 10px;
    border: 1px solid #d6ecce;
    background-color: #fff;
    font-size: 12px;
    word-wrap: break-word;
    font-family: monospace, Consolas
}

.job-data hr:last-child {
    display: none;
}