body {
    background-color:#f5f5f5;
    color:#666666;
    font-family: 'Cabin', sans-serif;
    font-size:12px;
    margin:12px;
    padding-top: 60px;
}

body.mce-content-body {
    padding-top: 0;
}

.head {
    height:5px;
    padding-bottom:12px;
    min-width:1150px;
}
.logo {
    width:250px;
    height:30px;
    margin-top:6px;
    float:left;
    margin-left:0;
}

#topbar {
    position: fixed;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    left: 0;
    top: 0;
    background-color: #5F5F5F;
    height: 40px;
    width: 100vw;
    z-index: 50000;
}
.functions, #head {
    position: fixed;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 10px;
    left: 0;
    top: 40px;
    background-color: #f5f5f5;
    height: 44px;
    width: 100vw;
    background: linear-gradient(180deg, #FFF 0%, #DDD 80%, #DDD 100%);
    z-index: 50000;
}

.action_buttons {
    padding-right: 20px;
}
.topbar_head {
    color: white;
    margin: 5px;
    font-size: 14pt;
}

body.standard #head .select {
    padding-right: 45px;
}
.logo {
    width: 250px;
    height: 30px;
    padding: 10px;
    margin-top: 6px;
    margin-left: 0;
}

a.button {
    display: block;
    float: left;
    background: linear-gradient(180deg, #FFF 0%, #DDD 80%, #DDD 100%);
    color: #444;
    font: normal 11px arial, sans-serif;
    text-decoration: none;
    padding: 5px 16px;
    border: 1px solid #AAA;
    border-radius: 12px;
    margin: 0 6px;
}

a.button:active {
    display: block;
    float: left;
    background: linear-gradient(0deg, #FFF 0%, #DDD 80%, #DDD 100%);
    color: #444;
    font: normal 11px arial, sans-serif;
    text-decoration: none;
    padding: 6px 16px 4px 16px;
    border: 1px solid #AAA;
    border-radius: 12px;
    margin: 0 6px;
}

div.error {
    color: #de4a21;
}

.userstuff {
    float:right;
    padding: 10px 20px 0 0;
}

.username {
    float:left;
    height:30px;
    padding-top:5px;
    margin-right:20px;
    color: white;
    font-family: 'Cabin', sans-serif;
    font-size:12px;
}

.useraccount {
    height:30px;
    margin-right:10px;
    float:left;
}

.userlogout {
    height:30px;
    margin-right:10px;
    float:left;
}

.userhelp {
    height:30px;
    margin-right:10px;
    float:left;
}

.buttonleft {
    margin-right:10px;
    float:left;
}

.buttonright {
    height:30px;
    margin-right:10px;
    float:right;
}

.statusbox {
    position: fixed;
    display: flex;
    top: 80px;
    right: 0;
    background-color: #DDD;
    flex-direction: column;
    border-left: 1px solid #AAA;
    overflow-y: auto;
    height: calc(100vh - 84px);
    padding: 10px;
    width: 420px;
    transition: right .5s cubic-bezier(0.820, 0.085, 0.395, 0.895);
}

.statusbox.closed {
    right: -440px;
}

#statusbox-hide {
    display: flex;
    position: fixed;
    font: normal 20px arial, sans-serif;
    color: #FFF;
    top: 100px;
    right: 440px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50% 0 0 50%;
    transition: right .5s cubic-bezier(0.820, 0.085, 0.395, 0.895);
}
#statusbox-hide::before {
    content: '»';
}

#statusbox-hide.closed {
    right: 0px;
}
#statusbox-hide.closed::before {
    content: '«';
}

#statusbox-hide.all_success {
    display: none;
}
#statusbox-hide.an_error {
    background-color: #de4a21;
}
#statusbox-hide.an_warning {
  background-color: #F5B85F;
}

.success, .error, .warning, .info {
    margin: 10px;
    padding: 15px;
    width: 400px;
    box-sizing: border-box;
    border-radius: 4px;
    border-right: 2px outset rgb(200, 200, 200, 0.5);
    border-bottom: 2px outset rgb(200, 200, 200, 0.5);
}

.success {
    background-color: #E7F4E7;
    border-left: 7px solid green;
}

.warning {
    background-color: #FFF2DB;
    border-left: 7px solid #F5B85F;
    cursor: pointer;
}

.error {
    background-color: #FFE7E1;
    border-left: 7px solid #de4a21;
    cursor: pointer;
}

.info {
    background-color: #E0EEFB;
    border-left: 7px solid #6CA9E0;
}

.title {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin: 0 0 0 60px;
}
.desc {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 13pt;
    margin: 0 0 0 60px;
    padding: 6px 0 0 0;
    white-space: normal;
}

.icon {
    float: left;
    font-size: 20pt;
    padding: 0 10px;
}

.close {
    float: right;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: 800;
    cursor: pointer;
}

.success .close,.success .icon {
    color: #82C885;
}

.warning .close,.warning .icon {
    color: #F5B85F;
}

.error .close,.error .icon {
    color: #de4a21;
}

.info .close,.info .icon {
    color: #6CA9E0;
}

select.select_wrapper {
    display: block;
    position: relative;
    background: transparent;
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 14px;
    height: 30px;
    width: 416px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 5px;
    border: 0;
    outline: none;
}

div.select_wrapper {
    position: relative;
    height: 30px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid silver;
    background-color: #fff;
    z-index: 10;
}

div.select_wrapper:after {
    position: absolute;
    content: "\2B9F";
    font-family: 'Cabin Condensed';
    font-weight: bold;
    font-size: 14px;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-left: 1px solid silver;
    color: silver;
    z-index: -1;
    padding-top: 2px;
    box-sizing: border-box;
}
