
/* --- Bootstrap Overrides --- */
body {
    font-size: 14px;
}

.model-oposity {
    opacity: 1;
}

.navbar-brand-logo {
    display: inline;
    max-height: 40px;
}

/* --- Page --- */
.content-wrapper>.content {
    padding-bottom: 30px;
}

.page-header-actions {
    padding-top: 5px;
}

/* --- Page Specific --- */
.auth-page form {
    width: 340px;
    margin: 30px 0;
}

.auth-page .panel {
    border: 1px solid #ccc;
}

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

/* --- Table --- */
.table-compact td, .table-compact th {
    padding: 6px !important;
}

.table-compact thead th .th-inner {
    padding: 0px !important;
}

.table-tiny td, .table-tiny th {
    padding: 3px 6px !important;
}

.table-tiny thead th .th-inner {
    padding: 0px !important;
}


.td-title {
    min-width: 170px !important;
}

.td-40 {
    min-width: 40px !important;
}

.td-80 {
    min-width: 80px !important;
}

.td-120 {
    min-width: 120px !important;
}

.td-160 {
    min-width: 160px !important;
}


/* Map related */

.map-cont {
    min-height: 600px;
    width: 100%;
}

