/*
body{
  background-color: #e1e1e1;
}
.form-wrapper{
  border-radius: 7px;
}
.form-wrapper label{
  font-weight: bold;
}


.page-display {
    float: right;
}
.pagination b {
    border: 1px solid #999999;
    transition: background-color .3s;
    text-decoration: none;
    padding: 8px 16px;
    color: #fff;
    background: #999999;
    float: left;

}
.pagination a:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination a:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination .label-pagination {
    float: left;
}
.pagination a:hover {
    background: #999999;
}

.pagination {
    display: inline-block;
    width: 100%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid black;
}

.pagination a.active {
    background-color: red;
    color: red;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

@media (max-width: 768px){
  .form-wrapper .text-right{
    text-align: center !important;
  }

  .form-wrapper .btn-primary{
    display: block;
    margin: 0 auto;
  }
}
*/

.errors li{
    list-style: none;
    width: 100%;
    text-align: center;
}
.errors ul{
    padding-left: 0;
    margin-bottom: 0;
}
/* ALE */

body {
    /*
    font-size: .875rem;
    */
}

.breadcrumb li{
    font-size: .8rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}


.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar .nav-link {
    color: #727272;
}

.sidebar .nav-link .fas {
    margin-right: 4px;
}

.sidebar .nav-link.active {
    color: #2470dc !important;
    font-weight: 500;
}

.sidebar .nav-link:hover{
    color: #222222;
}
.sidebar .nav-link.active {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}
.sidebar .secondary-link{
    display: inline-block;
    opacity: .3;
}
.sidebar li:hover .secondary-link{
    opacity: 1;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

/* --------------------------------------------------------------
DNS check for SPF and DKIM
-------------------------------------------------------------- */

#DNScheck p, #DNScheck div {
    word-wrap:break-word;
    border-radius: 5px;
}
#DNScheck .defaultValue {
    color: #666;
    padding: 0 1rem;
    font-family:"Courier New", Courier, monospace;
}
#DNScheck .res {
    padding: 1rem;
    font-family:"Courier New", Courier, monospace;
    margin-bottom: 1rem;
}
#DNScheck .resOk {
    background-color:#D5FFBF;
    color:#006600;
}
#DNScheck .resKo {
    background-color: #C30;
    color: #FFF;
}
#DNScheck .res span {
    background-color:#CC3300;
    color: #FFFFFF;
}
#DNScheck #error {
    display: none;
}

/* account issues */

.rblTable .IDs a {
    background-color: #2E6194;
    border: 1px solid #2E6194;
    border-radius: .5em;
    color: #FFFFFF;
    padding: .2em .4em;
    text-decoration: none;
    font-size: .85em;
}
.rblTable .IDs a:hover {
    background-color: #FFF;
    color: #2E6194;
    text-decoration: none;
}