html {
    font-family: sans-serif;
    background-color: #0785AB;
    min-height: 100%;
}

h1 {
    color: white !important;
}
body {
    background-color: #0000 !important;
}

.short_field {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}

.panel-heading {
    margin-left: 8px;
}
.panel-heading, .panel-info {
    border-color: #0000 !important;
    background-color: #0000 !important;
}

.panel-body {
    background-color: white;
    margin: 0px 12px 12px;
    border-radius: 3px;
}

a[data-toggle=tab] {
    background-color: #ddd;
    margin-top: 3px;
    color: #0d4b79 !important;
}

a[data-toggle=tab]:hover {
    color: #0a87c5 !important;
}

a {
    color: #ea7c2d !important;
    margin-left: 4px;
    text-align: center;
}

a:hover {
    color: orange !important;
}

h1 {
    text-align: center;
    color: white;
}

h3 {
    text-align: center;
    color: white;
}

table {
    border: 1px solid #333;
    border-spacing: 4px;
    border-collapse: separate;
    width: 100%;
}

#modreq {
    background-color: #F4F4F4;
}

tbody tr {
    background-color: #F4F4F4;
    border-top: 1px solid #3336;
}

th:last-child {
    text-align: right;
    padding-right: 10px;
}

#spamalyse th:last-child {
    text-align: left;
}

tbody tr:nth-child(4n+1){
    background-color: #FFF !important;
}

tbody td {
    padding: 2px;
}

pre {
    font-family: sans-serif;
    background-color: beige;
    max-width: 100% !important;
    white-space: pre-wrap !important;
}

.infobox {
    background-color: #071b2d;
    color: white;
    border-radius:  4px;
    border: 1px solid #3333;
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding: 4px;
}

li {
    text-align: left;
}


.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

#toast {
    /* min-width: 250px;
    margin-left: -125px; */
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
  }

.webmod_table_header {
    background-color: #0d4b79;
    color: white;
    font-size: 1.4rem;
    height: 24px;
    text-indent: 2px;
}

.spam_others {
    color: red;
}

.spam_me {
    color: orange;
}

.pending {
    color: lightgray;
}

td>a {
    color: #18639a !important;
}
td>a:hover {
    color: #0078ff !important;
}

/* Nav css */

body {
    margin: 0;
    font-family: 'segoe ui', "sans-serif";
}

#topnav  {
    color: white !important;
    height: 50px;
    width: 100%;
    background-color: #0CA7D3;
    position: relative;
}

#topnav > .nav-links {
    font-size: 18px;
    display: inline;
    float: right;

}
#topnav > .nav-links > ul li a{
    color: white !important;
    line-height: 40px;
    font-size: 18px;
    display: block;
    padding: 0 8px;
    text-decoration: none;

}
#topnav > .nav-links > ul{
    list-style: none;
    position: relative;
    padding: 0;
    margin-top: 5px;

}
#topnav > .nav-links > ul li{
    display: inline-block;
    background-color: #0CA7D3;


}
#topnav > .nav-links > ul li:hover{
    background-color: #0A99C3;
    border-radius: 5px;
}

#topnav > .nav-header {
    display: inline;
}

#topnav > .nav-header > .nav-title {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 550;
}
