.toast-top-full-width{max-width:60%;}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
    background-color: #373e4a;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: white;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #105d5d;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #e8efef;
}


.page-container .sidebar-menu {
    display: table-cell;
    vertical-align: top;
    background: #1e2a7a;
    width: 280px;
    position: relative;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-container .sidebar-menu #main-menu li ul > li > a {
    background-color: #3b5589;
    padding-left: 40px;
}

.tile-title.tile-red:hover {
    background-color: #f4543c;
}
.tile-title.tile-red {
    background: #811a1a;
}

.tile-title.tile-green:hover {
    background: #4d909d;
}
.tile-title.tile-green {
    background: #245a64;
}
