.OxoWebBuilder .content {
    border: 1px solid #ebebeb;
    border-top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    padding: 5px 5px;
    margin-bottom: 5px;
}


.OxoWebBuilder .menu {
    width: 100%;
}


.OxoWebBuilder .menu ul {
    padding: 0;
    margin: 0;
}


.OxoWebBuilder .menu li {
    background-image: none;
    padding: 0;
    margin-bottom: -1px;
}

.OxoWebBuilder .menu li a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.OxoWebBuilder li {
    background-image: none;
    padding: 0;
}

.OxoWebBuilder .dataTables_scrollBody .selectRow .dataTables_sizing {
    display: none;
}

#logout {
    float: right;
    font-size: 12px;
    color: black;
}

#logout a {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ebebeb;
    display: inline-block;
}

#logout a:hover {
    background-color: #CCCCCC;
}

#loading {
    position: fixed;
    width: 400px;
    height: 200px;
    border: 1px solid #aaaaaa;
    font-size: 20px;
    left: 50%;
    top: 30%;
    margin-left: -200px;
    background-color: #eeebeb;
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 1000;
}

#loading .fa {
    /* display: block; */
    font-size: 50px;
}

#login {
    position: fixed;
    left: 50%;
    width: 400px;
    text-align: center;
    top: 20%;
    margin-left: -200px;
    background-color: #eeebeb;
    border: 1px solid #ccc9c9;
    border-radius: 5px;
    padding: 20px;
}

#login label {
    width: 120px;
}

#login input {
    width: 220px;
}

#login input[type=submit] {
    margin-top: 10px;
}

.loader .fa.hidden {
  display:none;
}
