.bm-confirm {
    width: 300px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    vertical-align: middle;
}

.bm-confirm .message {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.bm-confirm * {
    padding: 10px;
}

.bm-disable-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.bm-message {
    display: table;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    float: left;
}

.bm-message div {
    padding: 10px;
    display: table-cell;
}

.bm-message .column-icon {
    padding-right: 0;
    min-width: 20px;
    vertical-align: middle;
}

.bm-message .bm-icon {
    width: 20px;
    border-width: 1px;
    border-style: solid;
    padding: 1px 8px 1px 8px;
}

.bm-message .close {
    cursor: pointer;
}

.bm-message + * {
    margin-top: 15px;
}

.bm-popup-message {
    display: table;
    position: absolute;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    float: left;
    opacity: 0.95;
}

.bm-popup-message.bm-popup-top {
    top: 10px
}

.bm-popup-message.bm-popup-bottom {
    bottom: 10px;
}

.bm-popup-message div {
    padding: 10px;
    display: table-cell;
}

.bm-popup-message .column-icon {
    padding-right: 0;
    min-width: 20px;
    vertical-align: middle;
}

.bm-popup-message .bm-icon {
    width: 20px;
    border-width: 1px;
    border-style: solid;
    padding: 1px 8px 1px 8px;
}

.bm-popup-message .close {
    cursor: pointer;
}

.bm-popup-message + * {
    margin-top: 15px;
}

.bm-main-menu ul {
    min-height: 76px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.bm-main-menu li {
    padding: 0 19px;
    float: left;
}

.bm-main-menu a {
    display: inline-block;
    padding: 24px 0 29px 0;
    border-top-style: solid;
    border-top-width: 5px;
    cursor: pointer;
}

.bm-user-link {
    padding: 5px;
    cursor: pointer;
}

.bm-user-link a {
    margin-right: 3px;
}

.bm-bubble {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

.bm-bubble .arrow div {
    bottom: 100%;
    left: 75%;
    border-style: solid;
    position: absolute;
}

.bm-bubble .arrow .fill {
    border-width: 8px;
}

.bm-bubble .arrow .outline {
    border-width: 10px;
    margin-left: -2px;
}

.bm-user-menu a {
    display: block;
    padding: 5px;
}

.bm-user-menu .divider {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0;
}

.bm-user-menu span {
    margin-right: 10px;
    margin-left: 5px;
}

.bm-user-link-and-menu {
    position: absolute;
    right: 0;
    text-align: right;
    width: 250px;
    height: 40px;
    margin-right: 10px;
}

.bm-user-link-and-menu .bm-user-menu {
    margin-top: 10px;
    text-align: left;
    display: none;
    width: 250px;
    position: absolute;
}

.bm-user-link-and-menu:hover .bm-user-menu {
    display: block;
}

#custom-header {
    background-size: 100% 100%;
    background-color: #efefef;
    overflow: auto;
}

#custom-header img {
    float: right;
    max-height: 100%;
    max-width: 200px;
    position: relative;
    /*top: 50%;
    transform: translateY(-50%);*/
    margin-right: calc((100% - 960px) / 2);
}

.bm-system-header {
    position: relative;
    height: 75px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.bm-system-header .logo {
    margin: 0 54px 0 12px;
    line-height: 75px;
    width: 180px;
    float: left;
}

.bm-system-header .logo img {
    max-width: 180px;
    max-height: 60px;
    vertical-align: middle;
}

.bm-system-header + .bm-message {
    margin-top: 20px;
    margin-left: 15px;
}

.bm-menu-button {
    cursor: pointer;
}

.bm-menu-button hr {
    width: 18px;
    height: 2px;
    margin: 2px 0 0 0;
    border-radius: 2px;
}

.bm-system-header-small {
    height: 40px;
}

.bm-system-header-small .bm-menu-button {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.bm-system-header-small img {
    max-height: 20px;
    margin-top: 10px;
    margin-left: 15px;
}

.bm-loader .width-holder {
    position: relative;
}

.bm-loader .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -24px;
    width: 32px;
    height: 32px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.bm-loader .circle > div {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    animation-name: color-loader-dot;
    animation-duration: 0.96s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    -webkit-animation-name: color-loader-dot;
    -webkit-animation-duration: 0.96s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
}

.bm-loader .dot1 {
    left: 0;
    top: 13px;
    animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
}

.bm-loader .dot2 {
    left: 4px;
    top: 4px;
    animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
}

.bm-loader .dot3 {
    left: 13px;
    top: 0;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.bm-loader .dot4 {
    right: 4px;
    top: 4px;
    animation-delay: 0.72s;
    -webkit-animation-delay: 0.72s;
}

.bm-loader .dot5 {
    right: 0;
    top: 13px;
    animation-delay: 0.84s;
    -webkit-animation-delay: 0.84s;
}

.bm-loader .dot6 {
    right: 4px;
    bottom: 4px;
    animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
}

.bm-loader .dot7 {
    left: 13px;
    bottom: 0;
    animation-delay: 1.08s;
    -webkit-animation-delay: 1.08s;
}

.bm-loader .dot8 {
    left: 4px;
    bottom: 4px;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.bm-mobile-menu {
    border-width: 1px;
    border-style: solid;
    display: table-cell;
    width: 250px;
    vertical-align: top;
}

.bm-mobile-menu a {
    display: block;
    padding: 5px 5px 5px 25px;
}

.bm-mobile-menu li {
    border-top-style: solid;
    border-top-width: 1px;
}

.bm-mobile-menu li.active {
    border-right-style: solid;
    border-right-width: 5px;
}

.bm-mobile-menu li:first-child {
    border-top-style: none;
}

.bm-mobile-menu .divider {
    height: 30px;
}


.bm-tooltip .bm-tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    min-width: 170px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}


.bm-tooltip:hover .bm-tooltip-text {
    visibility: visible;
    opacity: 1;
}