Body {
    overflow-y: hidden;
    background-color: #f5f5f5;
}

.tabs.is-boxed {
    background: #fff;
}

.tabs.is-boxed li.is-active a {
    background-color: #f5f5f5;
}

.notification {
    background-color: #fff;
    zpadding-right: 1.5rem;
}

html {
    overflow: auto;
}

.tabs ul li a {
    -o-transition: color .5s ease-out, background .5s ease-in;
    -ms-transition: color .5s ease-out, background .5s ease-in;
    -moz-transition: color .5s ease-out, background .5s ease-in;
    -webkit-transition: color .5s ease-out, background .5s ease-in;
    transition: color .5s ease-out, background .5s ease-in;
}

.tabs ul li a:hover {
    color: #0089ff;
}

div.advInfo {
    cursor: pointer;
    background-color:#f4c63e;
    border: 1px solid black;
}

.boxShadow {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}

a, .tabs li.is-active a {
    color: #4362c2;
}

a, .notification a:not(.button) {
    text-decoration: none;
    color: #0089ff;
}

a:hover {
    color: #4362c2;
}

.bsuccess { background-color: green; }
.berror { background-color: red; }

.red {
    color: red;
}

.green {
    color: #4ee013;
}

.bold {
    font-weight: bold;
    font-size: 12px;
}

.hidden {
    display: none;
}

td.r {
    text-align: right;
}

h4 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}

img.right {
    padding-left: 4px;
    float: right;
}

ul.circle { list-style: circle outside; margin-left: 20px; }

/* Header */

#title {
    width: 100%;
    height: 41px;
    padding: 0px;
    border-bottom: 1px solid white;
    background-color: #202020;
    color: white;
    ztext-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
}

#title a {
    color: white;
    text-decoration: none;
}

#title a:hover {
    color: #03a5de;
}

#title .img {
    position: absolute;
    background: #f5f5f5;
    left: 2px;
    top: 0px;
    height: 39px;
    font-size: 1em
}

#smenu {
    position: absolute;
    right: 10px;
    top: 10px;
}

#title ul {
    margin-left: 160px;
    margin-top: 10px;
    padding: 1px;
    list-style: none outside;
}

#title ul li {
    display: inline;
    margin-bottom: 4px;
    margin-right: 10px;
    line-height: 18px;
}

#pagetitle {
    position: absolute;
    right: 20px;
    top: 0;
    color: #3f51b5;
    font-size: 1.5em;
}

.copyrightbr {
    display: none;
}

@media screen and (max-width: 600px) {
    #title ul  {
        display: none;
    }
    #pagetitle {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    #title select {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #footer .copyrightbr {
        display: block;
    }
}

/* Footer */

#footer {
    border-top: 1px solid #d4d7db;
    background-color: #202020;
    color: white;
    font-size:12px;
    line-height: 1.8em;
    clear: both;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 8px 3px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#footer a {
    text-decoration: none;
    color: white;
    margin: 0 12px 0 12px;
    cursor: pointer;
}

#footer a:hover {
    text-decoration: none;
    color: #03a5de;
}

#footer a.active {
    color: #03a5de;
}

#footer .copyright {
    text-align: center;
    color: #7d7d7d;
    font-weight: bolder;
    width: 100%;
    position: fixed;
    left: 0px;
    z-index: -1;
}

#versionLabel {
    float: right;
    font-size: 10px;
    margin: 1px 0 0 0;
}

.install {
    background-color: #4362c2;
    padding: 10px;
    margin-bottom:10px;
    font-size: .8em;

    color: #ffffff;
}

.nowrap {
    white-space: nowrap;
}

.center { text-align: center; }

textarea {
    max-width: 100%;
    min-width: 100%;
    padding: 0.625em;
    resize: vertical;
}

.email {
    max-width: 100%;
    min-width: 100%;
}

.error { color: red; text-align: center; }

.padding {
    padding: 5px;
}

