@import url("notes.css");
@import url("calendar.css");
@import url("pdf_report.css");
@import url("tabs.css");
@import url("table_report.css");
@import url("dropit.css");
@import url("inbox.css");
@import url("grower_badge.css");

.dialog_default {
    text-align: left;
    display: none;
}

.navbar-nav {
    background-color: #416600;
}

.navbar-nav-user {
    background-color: #fff;
}

.nav > li > a {
    color: #fff;
}

.nav.navbar-nav-user > li > a {
    color: #000;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.row {
    margin: 15px;
}

.nav {
    margin: 0px;
}

#inbox_menu {
    display: inline-block;
}

#inbox_menu .notify {
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
}

.ui-datepicker-trigger {
    height: 24px;
    width: 24px;
    margin-left: 2px;
    margin-top: 2px;
    background-color: #416600;
    box-shadow: none;
    appearance: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 14px;
}

.ui-datepicker-trigger:before {
    font-family: "Glyphicons Halflings";
    content: "\e109";
}

.form-group label {
    white-space: nowrap;
}

a {
    cursor: pointer;
}

.tab_nav div {
    cursor: pointer;
}

button {
    border: solid 1px #000;
}

.big {
    padding: 20px;
    font-size: 2.0em;
    font-weight: bold;
    margin: 20px;
}

.big.checked {
    background-color: #0f0;
    padding: 20px;
    color: #fff;
}

.modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.modal-title {
    white-space: nowrap;
    margin-right: 20px;
}


.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}