﻿/* Bootstrap */

.nav-item {
    margin-right: 10px !important;
}

.nav-item > a:hover {
    opacity: 0.8;
}

.main-menu-sub-item:hover
{
    background-color: transparent !important;
    opacity: 0.6;
}

/* Datatables */

.text-vertical-top {
    vertical-align: top !important;
}

.table.dataTable thead th, table.dataTable thead td {
    padding: 6px 10px !important;
    
}

table.datatable table-bordered td, .table-bordered th {
    border: none;
}

table.dataTable tbody td {
    padding: 4px 8px !important;
    vertical-align: middle;
} 

/* Toastr */

#toast-container > div {
    opacity: 0.9 !important;
}

/* General */

.display_inline {
    display: inline;
}

.form-group {
    margin-bottom: 8px;
}

/* Data Tables */

#tblSurveyNotes td {
    vertical-align: top;
}

.w100 {
    width: 100px !important;
}

.w130 {
    width: 130px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.btn-info {
    color: #fff;
    background-color: #0076BA;
    border-color: #0076BA;
}

