﻿#remplan-dropdown {
    color: #fff !important;
    background-color: #dd1a32 !important;
    background-image: url(/media/img/header/remplan-dropdown-bg.png) !important;
}

    #remplan-dropdown:hover, #remplan-dropdown.selected {
        background-position: 0 -50px !important;
    }

#remplandropdown-popup a {
    color: #dd1a32 !important;
}

html, body {
    height: 100%;
    font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: small;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background: #F7F7F7;
}

    body.login {
        height: auto;
    }

a {
    text-decoration: none;
}

img {
    border: 0;
}

@font-face {
    font-family: 'Lato Light';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(/media/font/lato_light.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(/media/font/lato.woff) format('woff');
}

@font-face {
    font-family: 'VegurRegular';
    src: url('/media/font/vegur-r_0.602-webfont.eot');
    src: url('/media/font/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'), url('/media/font/vegur-r_0.602-webfont.ttf') format('truetype'), url('/media/font/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    color: #354167;
    font-size: 18px;
    font-weight: normal;
    font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

h2 {
    color: #FF8300;
    font-size: 15px;
    font-weight: 500;
    font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 28px;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 28px;
}

#sidemenu {
    position: fixed;
    float: left;
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    overflow: auto;
}

    #sidemenu .group {
        margin: 10px;
        border-bottom: 1px solid #D6D6D6;
        padding: 0 0 20px 0;
    }

    #sidemenu .subgroup {
        border-bottom: none !important;
        border-left: 1px solid #ccc;
        padding: 0 !important;
        margin: 0px 0px 0 10px !important;
    }

    #sidemenu .subgroup-wrapper {
        margin-bottom: 20px !important;
    }

    #sidemenu .group .label {
        text-transform: uppercase;
        padding: 0 0 10px 0;
    }

    #sidemenu .subgroup .label {
        padding: 6px 0 2px 6px;
        font-size: 10px;
        color: #96aad0;
    }

    #sidemenu .group .item {
        padding: 3px 10px;
        overflow: auto;
        line-height: 32px;
        cursor: pointer;
        display: block;
        color: #333;
    }

    #sidemenu .subgroup .item {
        padding: 5px 5px !important;
        line-height: 20px;
    }

    #sidemenu .group .item.active {
        background: #FFE1B3;
    }

    #sidemenu .subgroup .item.active {
        background: #e7e7e7 !important;
    }

    #sidemenu .group .item.disabled {
        opacity: 0.3;
        cursor: default;
    }

    #sidemenu .group .item > .icon {
        width: 32px;
        height: 32px;
        float: left;
        margin-right: 10px;
    }

    #sidemenu .subgroup .item > .icon {
        width: 16px;
        height: 16px;
        background-size: 16px !important;
    }

    #sidemenu .group .item.rb .icon {
        background: url(/media/img/app-rb.png);
        background-size: 32px;
    }

    #sidemenu .group .item.oep .icon {
        background: url(/media/img/app-oep.png);
        background-size: 32px;
    }

    #sidemenu .group .item.ocp .icon {
        background: url(/media/img/app-ocp.png);
        background-size: 32px;
    }

    #sidemenu .group .item.oip .icon {
        background: url(/media/img/app-oip.png);
        background-size: 32px;
    }

    #sidemenu .group .item.osp .icon {
        background: url(/media/img/app-osp.png);
        background-size: 32px;
    }

    #sidemenu .group .item.newsfeed .icon {
        background: url(/media/img/app-newsfeed.png);
        background-size: 32px;
    }

    #sidemenu .group .item.dash .icon {
        background: url(/media/img/dash.png);
        background-size: 32px;
    }

    #sidemenu .group .item.uploader .icon {
        background: url(/media/img/app-uploader.png);
        background-size: 32px;
    }

    #sidemenu .group .ceuserlabel {
        font-size: 7px;
        float: right;
        color: #ff6100;
        font-family: arial;
    }

    #sidemenu .group .ceusericon {
        position: absolute;
        width: 10px;
        height: 10px;
        background: url(/media/img/ceadmin.png);
        margin: 24px 0 0 24px;
    }

    #sidemenu .subgroup .ceusericon {
        margin: 10px 0 0 10px;
    }

#maincontent.content {
    background: white;
    padding: 25px 20px 20px 20px;
    float: left;
    position: absolute;
    left: 230px;
    right: 20px;
    top: 70px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    min-height: 300px;
    max-width: 960px;
    margin-bottom: 50px;
}

#maincontent.logincontent {
    background: #E8E8E8 url(/media/img/poweredbyremplan.png) no-repeat 95% 95%;
    padding: 20px 20px 50px 20px;
    width: 500px;
    margin: 10% auto 0 auto;
}


    #maincontent.logincontent h1 {
        color: #E88009;
    }

.ce-toolbar .icon {
    background-image: url(/media/img/icons.png);
}

.icoback {
    background-position: 0px 0px;
}

.icoadd {
    background-position: -48px 0px;
}

.icoedit {
    background-position: -16px 0px;
}

.icopublish {
    background-position: -64px 0px;
}

.icodel {
    background-position: -32px 0px;
}

.icoadddoc {
    background-position: -80px 0px;
}

.icoaddphoto {
    background-position: -96px 0px;
}

.icoaddlink {
    background-position: -112px 0px;
}

.icoaddfaq {
    background-position: -128px 0px;
}

.icorepublish {
    background-position: -240px 0px;
}

.icogetdata {
    background-position: -256px 0px;
}

.icohealthcheck {
    background-position: -272px 0px;
}

.icopreviewpublish {
    background-position: -288px 0px;
}

.errorbox {
    padding: 10px 10px;
    background: #FDF7F7;
    border: 1px solid #D5AFAF;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #AE4F4F;
}

.view_addproject .desc {
    color: #999;
    font-size: 11px;
}

.view_addproject td {
    vertical-align: top;
}

.loginform #UserName {
    width: 250px;
}

.loginform #Password {
    width: 250px;
}

.loginbutton {
    background: #FF6100;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    clear: both;
}

.validation-summary-errors {
    background: rgb(255, 210, 210);
    padding: 7px 15px;
    margin: 10px 0;
}

.field-validation-error {
    position: absolute;
    background: rgba(255, 0, 0, 0.57);
    color: white;
    width: 211px;
    border-radius: 3px;
    padding: 5px;
    margin: -1px 0 0 5px;
}

.loginform {
    margin-top: 15px;
}

    .loginform .editor-label {
        float: left;
        width: 140px;
        clear: left;
        line-height: 20px;
    }

    .loginform .editor-field {
        height: 40px;
        font-size: 13px;
    }

        .loginform .editor-field input {
            font-size: 13px;
            padding: 4px 8px;
        }

.licence {
    font-size: 11px;
    overflow: hidden;
}

    .licence table {
        font-size: 11px;
        border-collapse: collapse;
        margin: 20px 0 0 0;
    }

        .licence table td:first-child {
            width: 80px;
        }

#header {
    top: 33px;
    height: 50px;
    background: #24324C url(/media/img/logo.png) no-repeat;
    position: fixed;
    width: 100%;
    color: white;
    font-size: 15px;
    line-height: 50px;
    z-index: 999;
}

.view_addsector {
}

    .view_addsector .inner {
        max-width: 1092px;
    }

    .view_addsector .mainpanel {
        overflow: auto;
    }

        .view_addsector .mainpanel .resources h4 {
            margin: 4px 0 10px 4px;
        }

        .view_addsector .mainpanel .resources .ce-toolbar {
            border-bottom: none;
            padding: 0;
        }

        .view_addsector .mainpanel .resources.table {
            width: 100%;
        }

    .view_addsector .sidepanel {
        padding: 20px 0 20px 20px;
        width: 270px;
        float: right;
        min-height: 800px;
        border-left: 1px solid #ccc;
        margin: 0px 0 0 20px;
    }

    .view_addsector .titleicon {
        background-color: #EA602F;
        float: left;
        width: 32px;
        height: 32px;
        margin: 0 10px 0 0;
    }

    .view_addsector .heading {
        font-size: 20px;
        color: #EA602F;
        margin: 0 0 8px 0;
    }

    .view_addsector .gwt-ListBox {
        float: left;
        margin: -1px 10px 0 40px;
    }

.texteditableview {
    clear: both;
    margin: 10px 0 0 0;
}

    .texteditableview .ce-toolbar {
        padding: 10px 0 4px 0;
    }

    .texteditableview .readpanel .textarea {
        border: 1px solid white;
        min-height: 20px;
    }

        .texteditableview .readpanel .textarea:hover {
            border: 1px dashed #EFB296;
        }

.addfiledialog .buttoncontainer {
    overflow: auto;
    border-bottom: 1px solid #ccc;
}

    .addfiledialog .buttoncontainer .button.active {
        font-weight: bold;
        border-bottom: 2px solid #F7AB7F;
    }

    .addfiledialog .buttoncontainer .button {
        float: left;
        line-height: 30px;
        padding: 0 10px;
        border-bottom: 2px solid white;
        cursor: pointer;
    }

.addfiledialog .panecontainer {
    min-height: 50px;
    border-bottom: 1px solid #ccc;
}

.addfiledialog h5 {
    color: #EA602F;
    margin: 10px 0 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.addfiledialog .ce-toolbar {
    border: none;
    margin: 12px 8px 8px 8px;
    padding: 0;
}

.addfiledialog .panecontainer {
    padding: 20px;
}

    .addfiledialog .panecontainer .multiuploadbox, .addfiledialog .panecontainer .multilinkbox {
        border: none;
    }

.filexplorer {
    padding: 20px 0 0 0;
    border-top: 1px solid #E2E2E2;
    overflow: auto;
}

    .filexplorer .file {
        float: left;
        width: 120px;
        height: 100px;
        overflow-x: hidden;
        overflow-y: hidden;
        cursor: pointer;
        margin: 0px 10px 20px 10px;
        padding: 8px;
        border-radius: 4px;
    }

        .filexplorer .file:hover {
            background: #FFE9DD;
        }

        .filexplorer .file > .icon {
            display: block;
            margin: 0 auto;
            width: 32px;
            height: 32px;
        }

        .filexplorer .file > .image {
            background-color: white;
            display: block;
            margin: 0 auto;
            width: 64px;
            height: 64px;
            background-size: 64px;
            border: 1px solid #D6CCCC;
        }

        .filexplorer .file > .label {
            clear: both;
            text-align: center;
            padding: 10px 0 0 0;
            font-size: 12px;
            word-wrap: break-word;
        }

        .filexplorer .file > .labeledit {
            width: 100%;
            margin: 5px 0 0 0;
        }

        .filexplorer .file .source {
            clear: both;
            text-align: center;
            padding: 0;
            font-size: 11px;
            color: #666;
        }

        .filexplorer .file .ce-toolbar {
            margin: -4px 0 0 65px;
            position: absolute;
            width: 60px;
            height: 20px;
            display: none;
        }

        .filexplorer .file:hover .ce-toolbar {
            display: block;
            overflow: hidden;
            height: 22px;
        }

            .filexplorer .file:hover .ce-toolbar .button {
                width: 16px;
                height: 16px;
                float: right;
                padding: 3px;
                margin: 0px;
                border: none;
                background-color: transparent;
            }

                .filexplorer .file:hover .ce-toolbar .button .icon {
                    width: 16px;
                    height: 16px;
                    background-image: url(/media/img/icons.png);
                    margin-left: 1px;
                }

                .filexplorer .file:hover .ce-toolbar .button:hover {
                    background-color: #F3B897;
                }

            .filexplorer .file:hover .ce-toolbar .deletebutton .icon {
                background-position: -32px 0px;
            }

            .filexplorer .file:hover .ce-toolbar .editbutton .icon {
                background-position: -16px 0px;
            }

        .filexplorer .file .sourceicon {
            position: absolute;
            margin: -8px 0 0 65px;
            width: 16px;
            height: 16px;
        }

    .filexplorer .nofiles {
        text-align: center;
    }

    .filexplorer .sectionheading {
        width: 100%;
        clear: both;
        font-size: 11px;
        color: #999;
        border-bottom: 1px solid #ddd;
        margin: 0 0 10px 0;
        height: 8px;
    }

        .filexplorer .sectionheading .label {
            background: white;
            display: inline;
            padding-right: 6px;
        }

.view_addsector .resourcestoolbar_container {
    width: 100%;
}

.view_addsector .resourcestoolbar {
    margin: 0;
}

.view_addsector .filesearchbox {
    float: right;
    width: 250px;
}

    .view_addsector .filesearchbox input {
        width: 225px;
        padding: 4px 10px;
    }

.view_sectorlist .searchbox {
    float: right;
    width: 250px;
}

    .view_sectorlist .searchbox input {
        width: 225px;
        padding: 4px 10px;
    }

.sectorgrid, .sectorlist {
    max-width: 960px;
}

.tagbox {
    float: left;
    height: 22px;
    min-width: 50px;
    margin: -1px 0 5px 0;
}

    .tagbox input {
        height: 20px;
        padding: 0 5px;
        margin: 0 0 0 5px;
        font-size: 11px;
        border: white;
    }

    .tagbox .tagboxbutton {
        float: left;
        background: #FFE8C5;
        margin: 0 2px 0 2px;
        padding: 2px 2px 2px 4px;
        border-radius: 3px;
        cursor: pointer;
        text-transform: lowercase;
        transition: opacity .5s linear;
        -moz-transition: opacity .5s linear;
        -webkit-transition: opacity .5s linear;
        overflow: hidden;
    }

        .tagbox .tagboxbutton.deleted {
            opacity: 0;
        }

        .tagbox .tagboxbutton .label, .tagbox .tagboxbutton .deletebutton {
            float: left;
        }

        .tagbox .tagboxbutton .deletebutton {
            float: left;
            width: 12px;
            height: 12px;
            background-image: url(/media/img/deletebuttondark.png);
            background-size: 12px 12px;
            margin: 3px 0 0 2px;
            border-radius: 3px;
        }

            .tagbox .tagboxbutton .deletebutton:hover {
                background-color: #F38C44;
                background-image: url(/media/img/deletebutton.png);
            }

.shadowbox {
    z-index: 1001;
}

    .shadowbox .panel {
        text-align: center;
        vertical-align: middle;
    }

    .shadowbox img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
        background: white;
        padding: 20px;
        border-radius: 3px;
    }

    .shadowbox .prevbutton, .shadowbox .nextbutton {
        background: url(/media/img/arrows.png);
        width: 28px;
        height: 28px;
        vertical-align: middle;
        margin-top: 140px;
        cursor: pointer;
    }

    .shadowbox .prevbutton {
        float: left;
    }

    .shadowbox .nextbutton {
        float: right;
        background-position: -28px 0;
    }

    .shadowbox .closebutton {
        width: 16px;
        height: 16px;
        background: url(/media/img/deletebutton.png);
        float: right;
        margin: -20px 26px 0 0;
        cursor: pointer;
    }

    .shadowbox .Caption, .shadowbox .dialogTop, .shadowbox .dialogTopCenterInner, .shadowbox .dialogMiddleRight, .shadowbox .dialogMiddleLeft, .shadowbox .dialogTopLeft, .shadowbox .dialogBottom, .shadowbox .dialogTopRight, .shadowbox .dialogBottomCenter, .shadowbox .dialogBottomRight, .shadowbox .dialogBottomLeft, .shadowbox .dialogMiddleCenter {
        background: none !important;
        border: none !important;
    }

.gwt-PopupPanelGlass {
    position: fixed !important;
    background: rgba(17, 25, 47, 0.65) !important;
    z-index: 1000;
    opacity: 1 !important;
}

.businesslist .icon {
    float: left;
    width: 16px;
    height: 16px;
    background: url(/media/img/business.png);
    margin-right: 5px;
}

.businesslist {
    font-size: 12px;
    line-height: 18px;
}

    .businesslist .icon {
        float: left;
        width: 16px;
        height: 16px;
        background: url(/media/img/business.png);
        margin-right: 6px;
    }

.businesslistheader {
    border-bottom: 1px solid #ccc;
}

.businesslisttoolbar {
    width: auto !important;
    float: right;
    border-bottom: none !important;
    margin: 5px 0 !important;
    padding: 0 !important;
}

.businesslist .tradingname, .businesslist .address {
    box-sizing: border-box;
}

.businesslist .editpanel, .businesslist .detailpanel {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #F9F4F4;
    padding: 0px 8px;
}

.businesslist .detailpanel {
    padding: 0 0 0 8px !important;
}

.businesslist .editpanel input[type=text] {
    font-size: 11px;
    padding: 3px 8px;
    width: 100%;
    box-sizing: border-box;
}

.businesslist .editpanel .label, .businesslist .detailpanel .label {
    font-size: 11px;
}

.businesslist .editpanel .labelspan, .businesslist .detailpanel .labelspan {
    padding: 3px 0 0 0;
}

.businesslist .errorbox {
    margin: 4px 0 !important;
    padding: 4px 8px !important;
}

.businesslist .businessitem .icon {
    width: 16px;
    height: 16px;
    background: url(/media/img/business.png);
}

.businesslist .businessitem .editbutton, .businesslist .businessitem .deletebutton {
    width: 16px;
    height: 16px;
    background-image: url(/media/img/icons.png);
    cursor: pointer;
}

.businesslist .businessitem .viewpanel .editbutton, .businesslist .businessitem .viewpanel .deletebutton {
    opacity: 0;
}

.businesslist .businessitem:hover {
    background: #FFF1E9;
}

.businesslist .businessitem .viewpanel:hover .editbutton, .businesslist .businessitem .viewpanel:hover .deletebutton {
    opacity: 1;
    transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -webkit-transition: opacity .25s ease-in;
}

.businesslist .businessitem .editbutton {
    background-position: -16px 0;
}

.businesslist .businessitem .deletebutton {
    background-position: -32px 0;
}

.businesslist .viewpanel .label {
    cursor: pointer;
}

.businesslist .detailpanel .icon {
    width: 16px;
    height: 16px;
    background: url(/media/img/business_open.png);
}

.businesslist .detailpanel .tradingname {
    cursor: pointer;
}

.businesslist .detailpanel .hidden {
    display: none;
}

.businesslist .detailpanel .icon {
    width: 16px;
    height: 16px;
}

.businesslist .detailpanel .contactemailicon .icon {
    background-image: url(/media/img/icons.png);
    background-position: -160px 0;
}

.businesslist .detailpanel .contactphoneicon .icon {
    background-image: url(/media/img/icons.png);
    background-position: -176px 0;
}

.businesslist .detailpanel .contactmobileicon .icon {
    background-image: url(/media/img/icons.png);
    background-position: -192px 0;
}

.businesslist .detailpanel .addressicon .icon {
    background-image: url(/media/img/icons.png);
    background-position: -224px 0;
}

.businesslist .detailpanel .websiteicon .icon {
    background-image: url(/media/img/icons.png);
    background-position: -208px 0;
}

.businesslist .detailpanel .address, .businesslist .detailpanel .website, .businesslist .detailpanel .website {
    font-size: 11px;
}

.helplink {
    margin-top: -5px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.anzsiclist {
    font-size: 11px;
}

    .anzsiclist .code {
        float: left;
        width: 45px;
    }

    .anzsiclist .title {
        float: left;
    }

.searchbox .clearbutton {
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 6px 0 0 -20px;
    border: none;
    background: url(/media/img/deletebuttondark.png);
    cursor: pointer;
}

#profileselectform {
    overflow: auto;
}

/*#siteselect {
    float: left;
    margin-right: 5px;
}*/

#profileselect {
    float: left;
}

#profilerefreshbutton {
    float: left;
    border: none;
    margin: 2px 0 0 10px;
    background: url(/media/img/profilerefreshbutton.png) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#uploaderframe {
    border: none;
    width: 100%;
    height: 500px;
}

.linkto_codebox {
    border: 1px solid #ccc;
    font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
    font-size: 11px;
    width: 500px;
    height: 60px;
}


/* Bulk Publishing Styles */
#bulkpublish .bp-profile-column {
    width: 30%;
    float: left;
    margin-right: 20px;
}

#bulkpublish .bp-profile-column h4 {
    border-bottom: 1px solid #ccc;
}

#bulkpublish .bp-profile-column .scrollable {
    border: 1px solid #ccc;
    max-height: 330px;
    overflow: auto;
}

#bulkpublish .select-options a {
    cursor: pointer;
}

#bulkpublish .select-options .count {
    float: right;
}

#bulkpublish label {
    display: block;
    line-height: 18px;
    padding-left: 20px;
    text-indent: -20px;
    border-bottom: 1px solid #eee;
    padding-top: 3px;
    padding-bottom: 3px;
}

#bulkpublish label input {
    width: 20px;
}

#bulkpublish .clear,
#monitor-bulkpublish .clear {
    clear: both;
}

#mbp-app select {
    padding: 3px;
    border-radius: 3px;
}

#bulkpublish button,
#mbp-app button {
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #999;
    background-color: #eee;
}

#mbp-app .mbp-log-summary table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#mbp-app .mbp-log-summary table .mbp-s-status-completed {
    color: green;
}

#mbp-app .mbp-log-summary table .mbp-s-status-active {
    color: dodgerblue;
}

#mbp-app .mbp-log-profile {
    width: 288px;
    margin-right: 20px;
    float: left;
    border: 1px solid #999;
}

#mbp-app .mbp-log-profile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mbp-app .mbp-log-profile .profile-list {
    position: relative;
    height: 479px; /* 500 - progress bar height (20) + bottom border (1) */
    overflow: auto;
}

#mbp-app .mbp-log-profile ul li a i.fa {
    margin-right: 10px;
}

#mbp-app i.fa-check {
    color: green;
}

#mbp-app i.fa-exclamation-circle {
    color: red;
}

#mbp-app i.fa-ban {
    color: #999;
}

#mbp-app i.fa-cog {
    color: dodgerblue;
}

#mbp-app .mbp-log-profile a {
    padding: 5px 10px 5px 10px;
    display: block;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#mbp-app .mbp-log-profile a.active {
    background-color: #282d38;
    color: #eee;
    font-weight: bold;
}

#mbp-app .mbp-log-profile a span.profile-type {
    font-family: Consolas, monospace;
    display: inline-block;
    background-color: #282d38;
    color: #eee;
    padding: 2px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
}

#mbp-app .mbp-log-profile a span.profile-type-ocp {
    background-color: #EA602F;
}

#mbp-app .mbp-log-profile a span.profile-type-oep {
    background-color: #354167;
}

#mbp-app .mbp-log-profile a span.profile-type-oip {
    background-color: #AE4F4F;
}

#mbp-app .mbp-log-content {
    width: 648px;
    float: left;
    border: 1px solid #999;
    background-color: #282d38;
    color: #eee;
    height: 500px;
    overflow: auto;
}

#mbp-app .mbp-log-content pre {
    font-family: Consolas, monospace;
    margin: 0;
    padding: 2px;
    font-size: 10px;
}

#mbp-app .progress {
    height: 20px;
    border-bottom: 1px solid #999;
}

#mbp-app .progress .progress-bar {
    height: 20px;
    background-color: #069;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #eee;
    min-width: 3em;
}

.btn-button {
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #999;
    background-color: #eee;
    text-decoration: none !important;
    color: #333 !important;
}
.btn-button:hover {
    border: 1px solid #777;
    background-color: #ddd;
}