/* @override 
	http://localhost:7777/portalserver/static/dashboard/build/extCommon.min.css */

/** Copyright © 2011 Backbase B.V. **/

html.bd-designMode-true {
    overflow: hidden;
}

.bd-designMode-true .pageContainer {
    bottom: 40px;
    overflow: auto;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 200px;
    border: 0 solid;
}

.pageDesignerWithCatalog .pageContainer {
    bottom: 180px;
}

.bd-designMode-true .blank-template .pageContainer {
    padding-top: 30px;
}

.bd-designMode-true .bd-widgetChromless:hover .bd-widgetBody, .bd-designMode-true .bd-widgetHover .bd-widgetBody {
    outline: #999 solid 1px;
}

.portal-samplePlaceholder {
    width: 100%;
    height: auto;
    min-height: 120px;
    color: #939394;
    border-radius: 8px;
    text-align: center;
    position: relative;
    border: 2px dashed #ccc;
    text-transform: uppercase;
    font: normal bold 16px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
    background: #fff url(../media/drag-area-inactive.png) no-repeat center 24px;
    padding: 0 0; margin: -2px 0 0 -2px;
}

.portal-samplePlaceholder .portal-samplePlaceholder-text {
    position: absolute;
    top: 68px; left: 50%;
    margin-top: 0; margin-left: -120px;
    width: 240px;
    text-align: center;
}

.portal-samplePlaceholder-hover {
    background: #fff url(../media/drag-area-inactive.png) no-repeat center center;
}

/*.portal-samplePlaceholder {
    
    width: 100%; font-size: 16px;
    
}
.portal-widgetHolder, .portal-samplePlaceholder {
	background-color: #fff;
	border-radius: 8px;
	margin: 0;
	width: auto;
	text-align: center;
	padding: 20px;
	font-weight: bold; color: #ccc;
}
.portal-samplePlaceholder { margin: 0; }*/

.bd-widgetChromless .bd-widgetControls {
    display: none;
    position: absolute;
    height: 25px;
    top: -27px;
    left: -1px;
    right: -1px;
    border: 1px solid #999;
    padding: 0;
    padding: 0 45px 0 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #333;
    background: -moz-linear-gradient(top, #fff 0, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0, #eee 100%);
    background: -o-linear-gradient(top, #fff 0, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background: linear-gradient(top, #fff 0, #eee 100%);
    z-index: 10;
}

.bd-designMode-true .bd-widgetChromless:hover .bd-widgetControls, .bd-designMode-true .bd-widgetHover .bd-widgetControls, .bd-designMode-true .bd-widgetHover-onDrag .bd-widgetControls {
    display: block;
}

.bd-widgetChromless .bd-widgetBody {
    border: 0;
    padding: 0;
}

.bd-dragHandle {
    cursor: move;
}

.pageContainer .bd-dialog-maximizedLayout {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    min-height: 300px;
    min-width: 500px;
    background-color: #efefef;
}

.pageContainer .bd-dialog-maximizedLayout .portal-area-container {
    height: 100%;
}

.pageContainer .bd-dialog-maximizedLayout .bd-dialog-closeIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    padding-top: 17px;
    padding-left: 17px;
    background: url(../media/icon_close_dialog.png) no-repeat;
}

.pageContainer .bd-dialog-maximizedLayout .bd-dialog-closeIcon:hover {
    background-position: 0 -20px;
}

.bd-dialog-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    text-align: left;
}

.bd-dialog-wrapper-big {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.bd-dialog-wrapper-open {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 10;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.bd-dialog-wrapper-close {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.ie9 .bd-dialog-wrapper-big {
    opacity: .7;
}

.ie9 .bd-dialog-wrapper-open {
    opacity: 1;
}

.ie9 .bd-dialog-wrapper-close {
    opacity: .7;
}

.ie8minus .bd-dialog-wrapper-big {
    opacity: 1;
    width: 50%;
    height: 50%;
    filter: Alpha(opacity = 50);
}

.ie8minus .bd-dialog-wrapper-open {
    width: 100%;
    height: 100%;
    filter: Alpha(opacity = 100);
}

.ie8minus .bd-dialog-wrapper-close {
    opacity: 1;
    width: 50%;
    height: 50%;
    filter: Alpha(opacity = 50);
}

.bd-widget {
    position: relative;
    min-width: 122px;
    margin: 5px;
}

.bd-widgetBody {
    position: relative;
    border: 1px solid #ccc;
    min-width: 110px;
    padding: 5px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bd-widgetControlsRegular {
    min-height: 25px;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 80px 0 26px;
    position: relative;
    background: #333;
    background: -moz-linear-gradient(top, #fff 0, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0, #eee 100%);
    background: -o-linear-gradient(top, #fff 0, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background: linear-gradient(top, #fff 0, #eee 100%);
}

.bd-widgetHover .bd-widgetBody, .bd-widgetHover .bd-widgetControlsRegular {
    border-color: #999;
}

.bd-widgetTitle {
    font-size: 12px;
    margin: 0;
    padding-top: 6px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    min-width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bd-chromeButtons {
    cursor: default;
    margin: 0;
    padding: 2px 3px 0 1px;
    position: absolute;
    right: 0;
}

.bd-chromeButtons a, .bd-chromeButton {
    float: left;
    margin: 0;
    color: #999;
    font-size: 11px;
    border: 0;
    cursor: pointer;
    padding: 2px;
    background: none;
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.bd-chromeButtons i, .bd-chromeButton i {
    display: block;
    background: url(../media/blank/gadgetWindow-buttons.png);
    height: 16px;
    width: 16px;
}

.bd-showPreferences i {
    background-position: 0 0;
}

.bd-showPreferences:hover i {
    background-position: 0 -16px;
}

.bd-showPreferences:active i {
    background-position: 0 -32px;
}

.bd-refreshButton i {
    background-position: -32px 0;
}

.bd-refreshButton:hover i {
    background-position: -32px -16px;
}

.bd-refreshButton:active i {
    background-position: -32px -32px;
}

.bd-maximizeButton i {
    background-position: -96px 0;
}

.bd-maximizeButton:hover i {
    background-position: -96px -16px;
}

.bd-maximizeButton:active i {
    background-position: -96px -32px;
}

.bd-deleteButton i {
    background-position: -112px 0;
}

.bd-deleteButton:hover i {
    background-position: -112px -16px;
}

.bd-deleteButton:active i {
    background-position: -112px -32px;
}

.bd-widgetIcon {
    display: inline-block;
    margin: 4px 5px 0;
    position: absolute;
    left: 0;
}

.bd-widgetIcon i {
    background-position: -48px 0;
}

.portal-widgetHolder-head {
    background: -moz-linear-gradient(left center, #333, #999) repeat scroll 0 0 #F6F6F6;
    border-bottom: 2px solid #886262;
    color: white;
    min-width: inherit;
    padding: 4px 10px;
    position: relative;
}

/* Taken out for a reason */
/*.logo {*/
    /*background-image: url('../media/bb_ribbon.png');*/
    /*background-repeat: no-repeat;*/
    /*width: 90%;*/
    /*height: 40px;*/
/*}*/

.userInfoArea {
    position: absolute;
    right: 23px;
    padding-top: 5px;
}

.portal-area-container {
    height: inherit;
    min-height: inherit;
}

.portal-layouts-StackFlowLayout {
    border: 0;
    min-height: 200px;
    margin-left: 2px;
}

.portal-layouts-BorderLayout, table.portal-container {
    border-collapse: collapse;
}

.portal-layouts-BorderLayout td, table.portal-container td {
    border: none;
    overflow: visible;
    vertical-align: top;
    padding: 0;
}

.portal-layouts-BorderLayout-north, .portal-layouts-BorderLayout-south {
    min-height: 25px;
    height: auto;
}

.portal-layout-area-item-wrapper .portal-layout-area-wrappedline-item-wrapper {
    border: inherit;
    padding: inherit;
}

.portal-layouts-ColumnLayout-column {
    /*border: 1px solid #B1C8E5;*/
    min-height: 100%;
    padding: 0;
    vertical-align: top;
}

.portal-layouts-wrappedLineFlowLayout {
    min-height: 100px;
    border: 1px solid #B1C8E5;
}

.portal-layouts-wrappedLineFlowLayout .portal-area-container {
    min-height: 100px;
}

.pageDesignerCatalog .portal-layouts-wrappedLineFlowLayout .portal-area-container {
    min-height: inherit;
}

.pageDesignerCatalog .portal-layouts-wrappedLineFlowLayout {
    min-height: inherit;
    border: inherit;
}

.portal-layouts-BorderLayout-north .portal-area-container {
    min-height: 25px !important;
}

.portal-layouts-BorderLayout-south .portal-area-container {
    min-height: 25px !important;
}

.portal-layouts-BorderLayout .portal-area {
    min-height: 25px;
!important;
}

.portal-layouts-BorderLayout {
    height: inherit;
}

.portal-layouts-BorderLayout-west .portal-area, .portal-layouts-BorderLayout-center .portal-area, .portal-layouts-BorderLayout-east .portal-area {
    min-height: 50px;
!important;
}

.bd-FlipBoxContainer {
    z-index: 11;
    position: fixed;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: #eee;
    width: 600px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bd-FlipBoxContainer .bd-tab {
    overflow: auto;
}

.bd-PreferenceEditor {
    padding: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}

.bd-PreferenceEditor td {
    border-width: 0;
    padding: 5px;
}

.bd-PreferenceEditor input[type='text'] {
    width: 350px;
    float: inherit;
}

.bd-column {
    margin: 0 5px;
    height: 100%;
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 13px;
}

.bd-columnHeader {
    background-color: #ccc;
    margin: 0;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    overflow: visible;
}

.bd-optionalLabel {
    font-size: 10px;
    color: #888;
}

.bd-openPaneButton, .bd-addButton {
    float: right;
    display: block;
}

.bd-openPaneButton .bd-icon {
    background: url(../media/plus.gif) no-repeat right center;
}

.bd-tabLabel {
    font-weight: normal;
    text-align: center;
    line-height: 1em;
    height: 21px;
    float: left;
    padding: 7px 8px 0;
    margin-top: -5px;
    border-style: solid;
    border-color: #888;
    border-width: 1px 1px 0 1px;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.bd-tabLabels .bd-activeTab {
    padding: 8px 8px 1px;
    margin-top: -7px;
    font-weight: bold;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0, #eee 100%);
    background: -o-linear-gradient(top, #fff 0, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0, #eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background: linear-gradient(top, #fff 0, #eee 100%);
    color: #508F11;
}

.bd-tabLabels .bd-doubleLineTab {
    padding: 2px 8px 5px;
}

.bd-tabLabels .bd-doubleLineTab.bd-activeTab {
    padding-bottom: 7px;
}

.bd-tab {
    display: none;
}

.bd-tabs .bd-activeTab {
    display: block !important;
}

.bd-buttons {
    clear: both;
    font-size: 11px;
}

.bd-button {
    padding: 2px 8px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.bd-buttonText {
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding: 0;
    text-decoration: none;
    margin-left: 4px;
}

.bd-button .bd-icon {
    height: 17px;
    line-height: 17px;
    width: 14px;
}

#widgetContent {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 30px;
    bottom: 10px;
    overflow: auto;
}

.navigation {
    margin: 0;
    padding: 0;
}

.nav-hor {
    border-radius: 5px;
    -moz-box-shadow: 0 3px 6px #666;
    -webkit-box-shadow: 0 3px 6px #666;
    box-shadow: 0 3px 6px #666;
    margin: 0 0 10px;
    font-size: .9em;
    background: #333;
    background: -moz-linear-gradient(top, #5B554F 0, #39322C 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5B554F), color-stop(100%, #39322C));
    background: -webkit-linear-gradient(top, #5B554F 0, #39322C 100%);
    background: -o-linear-gradient(top, #5B554F 0, #39322C 100%);
    background: -ms-linear-gradient(top, #5B554F 0, #39322C 100%);
    background: linear-gradient(top, #5B554F 0, #39322C 100%);
}

.ie9minus .nav-hor {
    background: #333 url(../media/blank/bg_blank_nav.png) repeat-x;
    zoom: 1;
}

.bd-designMode-true .bd-widgetChromless:hover .nav-hor, .bd-designMode-true .bd-widgetHover .nav-hor {
    box-shadow: none;
}

.nav-hor li {
    display: inline-block;
}

.ie7minus .nav-hor li {
    float: left;
}

.nav-hor a, .nav-hor span {
    display: block;
    color: #fff;
    padding: 6px 20px;
    text-decoration: none;
    border-right: 1px solid rgba(0, 0, 0, .5);
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.ie8minus .nav-hor a {
    border-right: 1px solid #191919;
    border-left: 1px solid #6F6F6F;
}

.nav-hor a:hover {
    background-color: #333;
}

.nav-hor .nav-item-first a {
    border-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.nav-hor .nav-item-last {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.nav-hor .nav-item-current a {
    background-color: #333;
    font-weight: bold;
}

.nav-vert {
    display: block;
    list-style-type: disc;
    margin-left: 1em;
}

.nav-vert li {
    margin-left: 1em;
    padding: 2px;
}

.nav-vert .nav-item-current a {
    font-weight: bold;
    text-decoration: none;
}

.securityProfile {
    position: relative;
    z-index: 5;
    color: #333;
    opacity: 0;
    filter: alpha(opacity = 0);
    text-transform: capitalize;
}

.bd-dropdownRights {
    float: right;
    text-align: right;
}

.bd-permission {
    position: relative;
}

.widget-preferences-list {
    height: 260px;
    overflow: auto;
    border-bottom: 1px solid #CCC;
    margin-bottom: 8px;
}

.widget-preferences-list .bd-widgetPreferenceDropdown {
    display: none;
}

.widget-preferences-list .bd-widgetPreferenceDropdownUI {
    white-space: nowrap;
    float: left;
    min-width: 200px;
    text-transform: none;
    font-size: 11px;
}

.widget-preferences-list .bd-widgetPreferenceDropdownUI.bd-open {
    margin-bottom: -10px;
}

.bd-widgetPreferenceDropdownUI .bd-dropdown {
    width: 100%;
    min-width: 200px;
    font-size: 12px;
}

.bd-widgetPreferenceDropdownUI .bd-icon {
    float: right;
}

.bd-widgetPreferenceDropdownUI.bd-open .bd-label {
    color: black;
}

.bd-widgetPreferenceDropdownUI.bd-open .bd-label:hover {
    color: white;
}

.bd-widgetPreferenceDropdownUI .bd-dropdown .bd-option {
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 2px;
}

.bd-widgetPreferenceDropdownUI .bd-dropdown .bd-option:hover {
    color: #480;
    background-color: #EEE;
    text-decoration: none;
}

.bd-widgetPreferenceDropdownUI .bd-dropdown .bd-option-selected {
    color: #480;
    background-color: #EEE;
    cursor: default;
    font-weight: bold;
}

.overlay {
    background: #000;
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.bd-widgetChromless {
    margin: 0;
    padding: 0;
}

.bd-designMode-null .portal-layouts-ColumnLayout-column {
    border: 0;
}

.bd-designMode-null .portal-item {
    border: 0;
}

.bd-designMode-null .portal-layouts-BorderLayout td {
    border: 0 solid black;
}

.bd-designMode-null .itemHolder-deleteButton, .bd-designMode-null .itemHolder-draggrippy {
    display: none;
    background: none !important;
}

.bd-designMode-null .portal-layouts-BorderLayout td, .bd-designMode-null table.portal-container td {
    border: 0;
}

.bd-dialog-wrapper-small {
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bd-dialog-wrapper-small .bd-dialog-container {
    position: absolute;
    min-height: 0;
    min-width: 0;
    width: 400px;
}

.bd-dialog-wrapper .bd-errorMsg {
    background: rgba(255, 255, 255, 0.9) url(../media/icon_error_sign.png) 30px 30px no-repeat;
    border: 2px solid black;
    text-align: left;
    padding: 50px 20px 25px 110px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    height: auto;
    min-height: 100px;
}

.ie8minus .bd-dialog-wrapper .bd-errorMsg {
    background: #fff url(../media/icon_error_sign.png) 30px 30px no-repeat;
    box-shadow: 1px 1px 10px #666;
}

.bd-dialog-wrapper .bd-shadow .bd-errorMsg {
    box-shadow: none;
}

.bd-dialog-wrapper .bd-roundCorner5 .bd-errorMsg {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.bd-errorTitle {
    font-size: 26px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.bd-errorDescription {
    margin: .5em 0 1em;
}

.bd-errorDetails {
    color: #999;
    margin-bottom: 1.5em;
}

.bd-errorDetailsTitle {
    font-weight: bold;
    margin: 0;
}

.bd-errorDetailsContent {
    margin: 0;
    max-height: 4em;
    overflow: auto;
}

.bd-popupForm-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    filter: Alpha(opacity = 10);
}

.bd-dialog-wrapper .bd-confirmationMsg {
    background: rgba(255, 255, 255, 0.99) url(../media/icon_question_sign.png) 20px 30px no-repeat;
    text-align: left;
    padding: 55px 30px 30px 80px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    border-radius: 8px;
}

.ie8minus .bd-dialog-wrapper .bd-confirmationMsg {
    background: #fff url(../media/icon_question_sign.png) 20px 30px no-repeat;
}

.bd-confirmationMsg h2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 18px;
}

.bd-confirmationMsg p {
    margin: 0;
    padding: 0 0 20px;
    font-size: 12px;
}

.bd-imageContent-dropArea {
    position: relative;
}

.bd-imageContent-dropHere-div {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
}

.bd-imageDropAreaBg {
    position: relative;
    background: #e5e5e5 url('../media/add-image-inactive.png') no-repeat center center;
    background: rgba(000, 000, 000, 0.1) url('../media/add-image-inactive.png') no-repeat center center;
    border: 1px solid #bfbfbf;
}

.bd-imageDropAreaReplace {
    background: rgba(000, 000, 000, 0.7) url('../media/add-image-active.png') no-repeat center center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bd-imageDropAreaBg-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 150px;
    margin-left: -75px;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
    color: #b0b0b0;
    text-shadow: 1px 1px 0 #f0f0f0;
    z-index: 2;
    pointer-events: none;
}

.bd-imageContent-dropArea img {
    position: relative;
    z-index: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.bd-imageDropAreaBg img {
    height: 100px;
    min-height: 100px;
    width: 100%;
}

.bd-imageContent-dropArea img::selection, .bd-imageContent-dropArea img::-moz-selection, .bd-imageContent-dropArea img::selection {
    background: rgba(000, 000, 000, 0.2);
}

.bd-imageContent-dropArea-dragover-highLight.bd-imageDropAreaBg {
    background: #444 url('../media/add-image-active.png') no-repeat center center;
    background: rgba(000, 000, 000, 0.7) url('../media/add-image-active.png') no-repeat center center;
}

.bd-imageContent-dropArea-dragover-highLight .bd-imageDropAreaBg-text {
    color: #ccc !important;
    color: rgba(fff, fff, fff, 0.8) !important;
    text-shadow: 1px 1px 0 #222;
}

.bd-imageError {
    position: relative;
    background: #e5e5e5 url('../media/icon_image-broken.png') no-repeat center center;
    background: rgba(000, 000, 000, 0.1) url('../media/add-image-error.png') no-repeat center center;
    border: 1px solid #bfbfbf;
    min-height: 100px;
}

.bd-designMode-true .portal-layout-area-item-wrapper {
    position: relative;
}

.bd-editbar {
    width: 20px;
    max-height: 20px;
    z-index: 5;
    overflow: hidden;
}

.bd-editbarRight {
    float: right;
}

.bd-editbarInner {
    height: 16px;
}

.portal-container .bd-editbar {
    position: absolute;
    right: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyNjI2MiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzMDMwMyIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(98, 98, 98, 0.8) 0, rgba(3, 3, 3, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(98, 98, 98, 0.8)), color-stop(100%, rgba(3, 3, 3, 0.8)));
    background: -webkit-linear-gradient(top, rgba(98, 98, 98, 0.8) 0, rgba(3, 3, 3, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(98, 98, 98, 0.8) 0, rgba(3, 3, 3, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(98, 98, 98, 0.8) 0, rgba(3, 3, 3, 0.8) 100%);
    background: linear-gradient(top, rgba(98, 98, 98, 0.8) 0, rgba(3, 3, 3, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cc626262', endColorstr = '#cc030303', GradientType = 0);
}

.bd-widgetEditContainer .bd-editbar {
    position: absolute;
    left: 0;
    top: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzFkMSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGQ5MSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0, 113, 209, 0.8) 0, rgba(0, 77, 145, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 113, 209, 0.8)), color-stop(100%, rgba(0, 77, 145, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 113, 209, 0.8) 0, rgba(0, 77, 145, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 113, 209, 0.8) 0, rgba(0, 77, 145, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 113, 209, 0.8) 0, rgba(0, 77, 145, 0.8) 100%);
    background: linear-gradient(top, rgba(0, 113, 209, 0.8) 0, rgba(0, 77, 145, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cc0071d1', endColorstr = '#cc004d91', GradientType = 0);
}

.bd-editbarIcon, .bd-editbarTitle {
    display: block;
    float: left;
    color: #fff;
    font: normal 12px helvetica, arial, sans-serif;
}

.bd-editbarIcon {
    width: 16px;
    height: 16px;
    margin: 2px 4px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../media/blank/icons-wysiwig-widget-layout.png);
}

.bd-editbarTitle {
    padding-right: 5px;
    background: 0 none;
    position: relative;
    height: 20px;
    line-height: 20px;
}

.bd-editbarOpen {
    width: 20px;
    overflow: hidden;
    z-index: 9;
    zoom: 1;
    height: 20px;
}

.bd-icon-dragbar, .bd-editOrClose-icon {
    z-index: 9;
    margin: 2px;
    display: none;
}

.portal-container .bd-editOrClose-icon {
    background-position: 0 -172px;
    float: right;
}

.bd-widgetEditContainer .bd-editOrClose-icon {
    background-position: 0 -156px;
    float: left;
}

.bd-editbarOpen .bd-editOrClose-icon {
    background-position: 4px -140px;
}

.bd-icon-dragbar {
    background-position: 4px 0;
}

.bd-icon-edit {
    background-position: 2px -19px;
}

.bd-icon-info {
    background-position: 4px -100px;
}

.bd-icon-trash {
    background-position: 3px -119px;
}

.bd-icon-permissions {
    background-position: 0 -79px;
}

.bd-icon-lock {
    background-position: 3px -59px;
}

.bd-icon-globe {
    background-position: 0 -40px;
}

.bd-icon-divider {
    background-position: 0 -191px;
    width: 2px;
    display: inline-block;
}

    }