
.bmc_header{
 text-align: center;
}
body {
margin: 0 !important;
padding: 0 !important;

}


.bmc-main-menu {
position: relative;
width: 100%;
background-color: #f8f8f8;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #657483;
z-index: 10000;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.bmc-main-menu.bmc-cmsType-in {
margin-bottom: 1px !important;
}
.bmc-main-menu.bmc-cmsType-in .bmc-logo-wrap {
margin-right: 15px !important;
}
.bmc-main-menu * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bmc-main-menu .bmc-container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.bmc-main-menu ul,
.bmc-main-menu li,
.bmc-main-menu p {
margin: 0;
padding: 0;
}
.bmc-main-menu h1,
.bmc-main-menu h2,
.bmc-main-menu h3,
.bmc-main-menu h4,
.bmc-main-menu h5,
.bmc-main-menu h6 {
margin: 0;
font-size: inherit;
}
.bmc-main-menu li {
line-height: inherit !important;
list-style: none !important;
}
.bmc-main-menu img {
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
}
.bmc-main-menu i {
vertical-align: baseline;
}
.bmc-main-menu i:before {
cursor: pointer !important;
margin-left: 0.2em;
margin-right: 0.2em;
}
.bmc-main-menu a {
text-decoration: none !important;
}
.bmc-text-center {
text-align: center;
}
.bmc-row-fluid {
display: block;
width: 100%;
}
.bmc-m-b {
margin-bottom: 15px;
}
.bmc-m-b-sm {
margin-bottom: 10px;
}
.bmc-line {
height: 1px;
margin: 10px 0;
font-size: 0;
overflow: hidden;
background-color: #fff;
border-width: 0;
border-top: 1px solid #e0e4e8;
}
.bmc-line-dashed {
border-style: dashed;
background-color: transparent;
}
.bmc-main-menu .bmc-container-fluid:before,
.bmc-main-menu .bmc-container-fluid:after,
.bmc-row-fluid:before,
.bmc-row-fluid:after,
.bmc-main-menu .bmc-mainmenu-inner:before,
.bmc-main-menu .bmc-mainmenu-inner:after,
.bmc-main-menu .bmc-logo-wrap:before,
.bmc-main-menu .bmc-logo-wrap:after,
.bmc-main-menu .bmc-navbar:before,
.bmc-main-menu .bmc-navbar:after,
.bmc-main-menu .bmc-site-notices .bmc-notice:before,
.bmc-main-menu .bmc-site-notices .bmc-notice:after,
.bmc-main-menu .bmc-site-notices .bmc-noticeItem-content:before,
.bmc-main-menu .bmc-site-notices .bmc-noticeItem-content:after,
.bmc-main-menu .bmc-clearfix:before,
.bmc-main-menu .bmc-clearfix:after {
content: "";
display: block;
}
.bmc-main-menu .bmc-container-fluid:after,
.bmc-row-fluid:after,
.bmc-main-menu .bmc-mainmenu-inner:after,
.bmc-main-menu .bmc-logo-wrap:after,
.bmc-main-menu .bmc-navbar:after,
.bmc-main-menu .bmc-site-notices .bmc-notice:after,
.bmc-main-menu .bmc-site-notices .bmc-noticeItem-content:after,
.bmc-main-menu .bmc-clearfix:after {
clear: both;
}
.bmc-main-menu .bmc-logo-wrap,
.bmc-main-menu .bmc-nav-list {
float: left;
}
.bmc-main-menu .bmc-nav-list,
.bmc-main-menu .bmc-options-list {
max-height: 40px;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a span,
.bmc-main-menu .bmc-user-options .bmc-user-btn,
.bmc-main-menu .bmc-site-notices .bmc-notice-header-btn,
.bmc-main-menu .bmc-site-notices .bmc-notice-footer-btn {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.bmc-main-menu .bmc-hidemenu {
display: none;
}
.bmc-main-menu .bmc-icon-horizPadding {
padding-left: 18px !important;
padding-right: 18px !important;
}
.bmc-pull-right {
float: right !important;
}
.bmc-pull-left {
float: left !important;
}
.bmc-main-menu .bmc-icon-xlarge:before {
display: inline-block;
margin-left: 3.9px;
margin-right: 3.9px;
font-size: 19.5px;
text-decoration: none;
vertical-align: -14%;
cursor: default;
}
.bmc-btn {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: 0.3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#fff),
 to(#e6e6e6)
);
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bmc-btn:hover,
.bmc-btn:focus,
.bmc-btn:active,
.bmc-btn.active,
.bmc-btn.disabled,
.bmc-btn[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.bmc-btn:active,
.bmc-btn.active {
background-color: #cccccc \9;
}
.bmc-btn:first-child {
*margin-left: 0;
}
.bmc-btn:hover,
.bmc-btn:focus {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.bmc-btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.bmc-btn.active,
.bmc-btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bmc-btn.disabled,
.bmc-btn[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bmc-btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.bmc-btn-large [class^="fa-"],
.bmc-btn-small {
padding: 2px 10px;
font-size: 11.9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.bmc-btn-small [class^="fa-"],
.bmc-btn-small [class*=" fa-"] {
margin-top: 0;
}
.bmc-btn-mini [class^="fa-"],
.bmc-btn-mini [class*=" fa-"] {
margin-top: -1px;
}
.bmc-btn-mini {
padding: 0 6px;
font-size: 10.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.bmc-btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bmc-btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].bmc-btn-block,
input[type="reset"].bmc-btn-block,
input[type="button"].bmc-btn-block {
width: 100%;
}
.bmc-btn-primary.active,
.bmc-btn-warning.active,
.bmc-btn-danger.active,
.bmc-btn-success.active,
.bmc-btn-info.active,
.bmc-btn-inverse.active {
color: rgba(255, 255, 255, 0.75);
}
.bmc-btn-primary {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
*background-color: #0044cc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#0088cc),
 to(#0044cc)
);
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bmc-btn-primary:hover,
.bmc-btn-primary:focus,
.bmc-btn-primary:active,
.bmc-btn-primary.active,
.bmc-btn-primary.disabled,
.bmc-btn-primary[disabled] {
color: #fff;
background-color: #0044cc;
*background-color: #003bb3;
}
.bmc-btn-primary:active,
.bmc-btn-primary.active {
background-color: #003399 \9;
}
.bmc-btn-warning {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
*background-color: #f89406;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#fbb450),
 to(#f89406)
);
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bmc-btn-warning:hover,
.bmc-btn-warning:focus,
.bmc-btn-warning:active,
.bmc-btn-warning.active,
.bmc-btn-warning.disabled,
.bmc-btn-warning[disabled] {
color: #fff;
background-color: #f89406;
*background-color: #df8505;
}
.bmc-btn-warning:active,
.bmc-btn-warning.active {
background-color: #c67605 \9;
}
.bmc-btn-danger {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
*background-color: #bd362f;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#ee5f5b),
 to(#bd362f)
);
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bmc-btn-danger:hover,
.bmc-btn-danger:focus,
.bmc-btn-danger:active,
.bmc-btn-danger.active,
.bmc-btn-danger.disabled,
.bmc-btn-danger[disabled] {
color: #fff;
background-color: #bd362f;
*background-color: #a9302a;
}
.bmc-btn-danger:active,
.bmc-btn-danger.active {
background-color: #942a25 \9;
}
.bmc-btn-success {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
*background-color: #51a351;
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#62c462),
 to(#51a351)
);
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bmc-btn-success:hover,
.bmc-btn-success:focus,
.bmc-btn-success:active,
.bmc-btn-success.active,
.bmc-btn-success.disabled,
.bmc-btn-success[disabled] {
color: #fff;
background-color: #51a351;
*background-color: #499249;
}
.bmc-btn-success:active,
.bmc-btn-success.active {
background-color: #408140 \9;
}
.bmc-btn-info {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49afcd;
*background-color: #2f96b4;
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#5bc0de),
 to(#2f96b4)
);
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
background-repeat: repeat-x;
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bmc-btn-info:hover,
.bmc-btn-info:focus,
.bmc-btn-info:active,
.bmc-btn-info.active,
.bmc-btn-info.disabled,
.bmc-btn-info[disabled] {
color: #fff;
background-color: #2f96b4;
*background-color: #2a85a0;
}
.bmc-btn-info:active,
.bmc-btn-info.active {
background-color: #24748c \9;
}
.bmc-btn-inverse {
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
*background-color: #222222;
background-image: -moz-linear-gradient(top, #444444, #222222);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#444444),
 to(#222222)
);
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bmc-btn-inverse:hover,
.bmc-btn-inverse:focus,
.bmc-btn-inverse:active,
.bmc-btn-inverse.active,
.bmc-btn-inverse.disabled,
.bmc-btn-inverse[disabled] {
color: #fff;
background-color: #222222;
*background-color: #151515;
}
.bmc-btn-inverse:active,
.bmc-btn-inverse.active {
background-color: #080808 \9;
}
button.bmc-btn,
input[type="submit"].bmc-btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].bmc-btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn.btn-large,
input[type="submit"].bmc-btn.bmc-btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].bmc-btn.bmc-btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].bmc-btn.bmc-btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
}
.bmc-btn-link,
.bmc-btn-link:active,
.bmc-btn-link[disabled] {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.bmc-btn-link {
color: #0088cc;
cursor: pointer;
border-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.bmc-btn-link:hover,
.bmc-btn-link:focus {
color: #005580;
text-decoration: underline;
background-color: transparent;
}
.bmc-btn-link[disabled]:hover,
.bmc-btn-link[disabled]:focus {
color: #333333;
text-decoration: none;
}
.bmc-btn-group {
position: relative;
display: inline-block;
*display: inline;
*margin-left: 0.3em;
font-size: 0;
white-space: nowrap;
vertical-align: middle;
*zoom: 1;
}
.bmc-btn-group:first-child {
*margin-left: 0;
}
.bmc-btn-group + .bmc-btn-group {
margin-left: 5px;
}
.bmc-btn-toolbar {
margin-top: 10px;
margin-bottom: 10px;
font-size: 0;
}
.bmc-btn-toolbar > .bmc-btn + .bmc-btn,
.bmc-btn-toolbar > .bmc-btn-group + .bmc-btn,
.bmc-btn-toolbar > .bmc-btn + .bmc-btn-group {
margin-left: 5px;
}
.bmc-btn-group > .bmc-btn {
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.bmc-btn-group > .bmc-btn + .bmc-btn {
margin-left: -1px;
}
.bmc-btn-group > .bmc-btn,
.bmc-btn-group > .dropdown-menu,
.bmc-btn-group > .popover {
font-size: 14px;
}
.bmc-btn-group > .bmc-btn-mini {
font-size: 10.5px;
}
.bmc-btn-group > .bmc-btn-small {
font-size: 11.9px;
}
.bmc-btn-group > .bmc-btn-large {
font-size: 17.5px;
}
.bmc-btn-group > .bmc-btn:first-child {
margin-left: 0;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-topleft: 4px;
}
.bmc-btn-group > .bmc-btn:last-child,
.bmc-btn-group > .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}
.bmc-btn-group > .bmc-btn.bmc-large:first-child {
margin-left: 0;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topleft: 6px;
}
.bmc-btn-group > .bmc-btn.bmc-large:last-child,
.bmc-btn-group > .large.dropdown-toggle {
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
}
.bmc-btn-group > .bmc-btn:hover,
.bmc-btn-group > .bmc-btn:focus,
.bmc-btn-group > .bmc-btn:active,
.bmc-btn-group > .bmc-btn.active {
z-index: 2;
}
.bmc-btn-group .dropdown-toggle:active,
.bmc-btn-group.open .dropdown-toggle {
outline: 0;
}
.bmc-btn-group > .bmc-btn + .dropdown-toggle {
*padding-top: 5px;
padding-right: 8px;
*padding-bottom: 5px;
padding-left: 8px;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
 inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
 inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125),
 inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bmc-btn-group > .bmc-btn-mini + .dropdown-toggle {
*padding-top: 2px;
padding-right: 5px;
*padding-bottom: 2px;
padding-left: 5px;
}
.bmc-btn-group > .bmc-btn-small + .dropdown-toggle {
*padding-top: 5px;
*padding-bottom: 4px;
}
.bmc-btn-group > .bmc-btn-large + .dropdown-toggle {
*padding-top: 7px;
padding-right: 12px;
*padding-bottom: 7px;
padding-left: 12px;
}
.bmc-btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bmc-btn-group.open .bmc-btn.dropdown-toggle {
background-color: #e6e6e6;
}
.bmc-btn-group.open .bmc-btn-primary.dropdown-toggle {
background-color: #0044cc;
}
.bmc-btn-group.open .bmc-btn-warning.dropdown-toggle {
background-color: #f89406;
}
.bmc-btn-group.open .bmc-btn-danger.dropdown-toggle {
background-color: #bd362f;
}
.bmc-btn-group.open .bmc-btn-success.dropdown-toggle {
background-color: #51a351;
}
.bmc-btn-group.open .bmc-btn-info.dropdown-toggle {
background-color: #2f96b4;
}
.bmc-btn-group.open .bmc-btn-inverse.dropdown-toggle {
background-color: #222222;
}
.bmc-btn .bmc-caret {
margin-top: 8px;
margin-left: 0;
}
.bmc-btn-large .bmc-caret {
margin-top: 6px;
}
.bmc-btn-large .bmc-caret {
border-top-width: 5px;
border-right-width: 5px;
border-left-width: 5px;
}
.bmc-btn-mini .bmc-caret,
.bmc-btn-small .bmc-caret {
margin-top: 8px;
}
.bmc-dropup .btn-large .bmc-caret {
border-bottom-width: 5px;
}
.bmc-btn-primary .bmc-caret,
.bmc-btn-warning .bmc-caret,
.bmc-btn-danger .bmc-caret,
.bmc-btn-info .bmc-caret,
.bmc-btn-success .bmc-caret,
.bmc-btn-inverse .bmc-caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.bmc-btn-group-vertical {
display: inline-block;
*display: inline;
*zoom: 1;
}
.bmc-btn-group-vertical > .bmc-btn {
display: block;
float: none;
max-width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.bmc-btn-group-vertical > .bmc-btn + .bmc-btn {
margin-top: -1px;
margin-left: 0;
}
.bmc-btn-group-vertical > .bmc-btn:first-child {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.bmc-btn-group-vertical > .bmc-btn:last-child {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.bmc-btn-group-vertical > .bmc-btn-large:first-child {
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
.bmc-btn-group-vertical > .bmc-btn-large:last-child {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.bmc-btn {
color: #fff;
background: #a7b2be;
position: relative;
border-width: 0;
text-shadow: none;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
font-weight: 700;
padding: 9px 12px;
transition: background-color 0.3s ease-in-out 0s;
}
.bmc-btn:hover,
.bmc-btn:focus,
.bmc-btn:active,
.bmc-btn.active {
color: #fff;
background: #bac3cc;
}
.bmc-btn-white {
padding: 8px 12px;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
border-width: 1px;
border-color: #c3c6c9;
color: #657483;
background-color: #fff;
}
.bmc-btn-white:hover,
.bmc-btn-white:focus,
.bmc-btn-white:active,
.bmc-btn-white.active {
border-color: #c3c6c9;
color: #657483;
background-color: #f7f8f9;
}
.bmc-btn-default {
padding: 8px 12px;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
border-width: 1px;
border-color: #c3c6c9;
color: #657483;
background-color: #f5f6f7;
}
.bmc-btn-default:hover,
.bmc-btn-default:focus,
.bmc-btn-default:active,
.bmc-btn-default.active {
border-color: #c3c6c9;
color: #657483;
background-color: #fafbfc;
}
.bmc-btn-primary,
.bmc-bg-primary,
.bmc-btn-primary.bmc-btn-circle > i {
color: #fff;
background-color: #13c4a5;
}
.bmc-btn-primary:hover,
.bmc-btn-primary:focus,
.bmc-btn-primary:active,
.bmc-btn-primary.active,
.bmc-btn-primary.bmc-btn-circle:hover > i,
.bmc-btn.bmc-btn-circle:hover > i,
.bmc-btn-group.open .bmc-btn-primary.dropdown-toggle {
color: #fff;
background-color: #23d4b5;
}
.bmc-btn-success,
.bg-success,
.bmc-btn-success.bmc-btn-circle > i {
color: #fff;
background-color: #3fcf7f;
}
.bmc-btn-success:hover,
.bmc-btn-success:focus,
.bmc-btn-success:active,
.bmc-btn-success.active,
.bmc-btn-success.bmc-btn-circle:hover > i,
.bmc-btn-group.open .bmc-btn-success.dropdown-toggle {
color: #fff;
background-color: #4fdf8f;
}
.bmc-btn-info,
.bmc-bg-info,
.bmc-btn-info.bmc-btn-circle > i {
color: #fff;
background-color: #5191d1;
}
.bmc-btn-info:hover,
.bmc-btn-info:focus,
.bmc-btn-info:active,
.bmc-btn-info.active,
.bmc-btn-info.bmc-btn-circle:hover > i,
.bmc-btn-group.open .bmc-btn-info.dropdown-toggle {
color: #fff;
background-color: #61a1e1;
}
.bmc-btn-inverse,
.bg-inverse,
.bmc-btn-inverse.bmc-btn-circle > i {
color: #fff;
background-color: #233445;
}
.bmc-btn-inverse:hover,
.bmc-btn-inverse:focus,
.bmc-btn-inverse:active,
.bmc-btn-inverse.active,
.bmc-btn-inverse.bmc-btn-circle:hover > i,
.bmc-btn-group.open .bmc-btn-inverse.dropdown-toggle {
color: #fff;
background-color: #314355;
}
.bmc-btn-warning,
.bmc-bg-warning,
.bmc-btn-warning.bmc-btn-circle > i {
color: #fff;
background-color: #f4c414;
}
.bmc-btn-warning:hover,
.bmc-btn-warning:focus,
.bmc-btn-warning:active,
.bmc-btn-warning.active,
.bmc-btn-warning.bmc-btn-circle:hover > i,
.bmc-btn-group.open .bmc-btn-warning.dropdown-toggle {
color: #fff;
background-color: #f6d616;
}
.bmc-btn-danger,
.bmc-bg-danger,
.bmc-btn-danger.bmc-btn-circle > i {
color: #fff;
background-color: #ff5f5f;
}
.bmc-btn-danger:hover,
.bmc-btn-danger:focus,
.bmc-btn-danger:active,
.bmc-btn-danger.active,
.bmc-btn-danger.bmc-btn-circle:hover > i,
.bmc-btn-group.open .bmc-btn-danger.dropdown-toggle {
color: #fff;
background-color: #ff8585;
}
.bmc-btn-twitter,
.bmc-btn-twitter.bmc-btn-circle > i {
color: #fff;
background-color: #00c7f7;
}
.bmc-btn-twitter:hover,
.bmc-btn-twitter:focus,
.bmc-btn-twitter:active,
.bmc-btn-twitter.active,
.bmc-btn-twitter.bmc-btn-circle:hover > i {
color: #fff;
background-color: #2fcff6;
}
.bmc-btn-facebook,
.bmc-btn-facebook.bmc-btn-circle > i {
color: #fff;
background-color: #335397;
}
.bmc-btn-facebook:hover,
.bmc-btn-facebook:focus,
.bmc-btn-facebook:active,
.bmc-btn-facebook.active,
.bmc-btn-facebook.bmc-btn-circle:hover > i {
color: #fff;
background-color: #4264ab;
}
.bmc-btn-ok,
.bmc-btn-ok.bmc-btn-circle > i {
color: #fff;
background-color: #f58220;
}
.bmc-btn-ok:hover,
.bmc-btn-ok:focus,
.bmc-btn-ok:active,
.bmc-btn-ok.active,
.bmc-btn-ok.bmc-btn-circle:hover > i {
color: #fff;
background-color: #f79442;
}
.bmc-btn-gplus,
.bmc-btn-gplus.bmc-btn-circle > i {
color: #fff;
background-color: #dd4a38;
}
.bmc-btn-gplus:hover,
.bmc-btn-gplus:focus,
.bmc-btn-gplus:active,
.bmc-btn-gplus.active,
.bmc-btn-gplus.bmc-btn-circle:hover > i {
color: #fff;
background-color: #ea5e4d;
}
.bmc-btn-on.active {
color: #fff;
border: 1px solid #767676;
background: #8e9eae;
}
.bmc-btn-small {
padding: 5px 10px;
}
.bmc-btn-white.bmc-btn-small,
.bmc-btn-default.bmc-btn-small {
padding: 4px 10px;
}
.bmc-btn-large {
padding: 15px 16px;
}
.bmc-main-menu .bmc-btn-white.bmc-btn-large,
.bmc-btn-default.bmc-btn-large {
padding: 14px 16px;
}
.bmc-btn-white .caret,
.bmc-btn-default .caret {
border-top-color: #656565;
}
.bmc-dropup .bmc-btn-white .bmc-caret,
.bmc-dropup .bmc-btn-default .bmc-caret {
border-bottom-color: #656565;
}
.bmc-btn > i {
line-height: 1.428571429;
}
.bmc-btn-mini {
padding: 3px 6px;
font-size: 10.5px;
line-height: 1.1;
border-radius: 3px;
}
.bmc-btn.bmc-btn-circle,
.bmc-btn.bmc-btn-circle.disabled,
.bmc-btn.bmc-btn-circle.disabled:hover {
text-shadow: none;
padding: 2px 5px;
box-shadow: none;
border: none;
background: transparent;
color: #3a5a7a;
font-weight: 300;
transition: none;
}
.bmc-btn.bmc-btn-circle.disabled > i {
color: #fff;
}
.bmc-btn.bmc-btn-circle.disabled,
.bmc-btn.bmc-btn-circle.disabled:hover {
color: #999;
}
.bmc-btn.bmc-btn-circle:hover,
.bmc-btn.bmc-btn-circle:active,
.bmc-btn.bmc-btn-circle.active {
box-shadow: none;
background: transparent;
}
.bmc-btn-circle > i {
color: #a5b6c7;
background: #e5e9ed;
width: 60px;
height: auto;
padding: 18px 0;
font-size: 24px;
border-radius: 50%;
display: block;
margin: 0 auto;
margin-bottom: 6px;
line-height: normal;
transition: all 0.3s ease-in-out 0s;
}
.bmc-btn-circle.bmc-btn-large > i {
width: 80px;
height: auto;
padding: 22px 0;
font-size: 36px;
}
.bmc-btn-circle.bmc-btn-small > i {
width: 40px;
height: auto;
padding: 10px 0;
font-size: 20px;
}
.bmc-btn-circle.bmc-btn-mini > i {
width: 30px;
height: auto;
padding: 8px 0;
font-size: 14px;
}
.bmc-btn-circle > i > img {
width: 40px;
margin-top: -8px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
.bmc-btn-circle.bmc-btn-large > i > img {
width: 55px;
margin-top: -12px;
}
.bmc-btn-circle.bmc-btn-small > i > img {
width: 28px;
margin-top: -6px;
}
.bmc-btn-circle.bmc-btn-mini > i > img {
width: 20px;
margin-top: -4px;
}
.bmc-btn-circle:hover > i > img {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}
.bmc-btn-circle b.bmc-badge {
position: absolute;
right: 5px;
top: 2px;
}
.bmc-btn-circle .bmc-badge i {
margin: 0 -5px;
}
.bmc-btn-white.bmc-btn-circle > i {
color: #a5b6c7;
background: #fff;
}
.bmc-btn.bmc-btn-circle.disabled > i {
background: #c4c9cf;
}
.bmc-btn.disabled,
.bmc-bmc-btn.disabled:hover,
.bmc-btn[disabled]:hover,
fieldset[disabled] .bmc-btn:hover,
.bmc-btn.disabled:focus,
.bmc-btn[disabled]:focus,
fieldset[disabled] .bmc-btn:focus,
.bmc-btn.disabled:active,
.bmc-btn[disabled]:active,
fieldset[disabled] .bmc-btn:active,
.bmc-btn.disabled.active,
.bmc-btn[disabled].active,
fieldset[disabled] .bmc-btn.active {
background-color: #c4c9cf;
color: #fff;
}
.bmc-btn-block {
padding-left: 12px;
padding-right: 12px;
}
.bmc-btn-link,
.bmc-btn-link:hover,
.bmc-btn-link:focus,
.bmc-btn-link:active,
.bmc-btn-link.active {
border: none;
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
color: #3a5a7a;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #657483;
line-height: 1.428571429;
outline: 0;
overflow: hidden;
-webkit-overflow-scrolling: touch;
z-index: 1050;
}
.modal .close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #fff;
opacity: 0.4;
filter: alpha(opacity=40);
}
.modal .close:hover,
.modal .close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.modal .close-small {
font-size: 12px;
}
.modal button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal i:before {
text-decoration: none;
margin-left: 0.2em;
margin-right: 0.2em;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.5;
}
.modal-header {
min-height: 16.42857143px;
padding: 9px 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: 2px !important;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 5px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
 width: 600px;
 margin: 30px auto;
}
.modal-content {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
 width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
 width: 900px;
}
}
@media (max-width: 767px) {
.modal {
 position: fixed;
 top: 20px;
 right: 20px;
 left: 20px;
 width: auto;
 margin: 0;
}
.modal.fade {
 top: -100px;
}
.modal.fade.in {
 top: 20px;
}
}
.modal .bmc-qrCode-box {
float: left;
width: 40%;
border-right: 1px dashed #e0e4e8;
}
.modal .bmc-downloadApp-box {
float: left;
width: 57%;
padding-left: 14.5px;
}
.modal .bmc-modal-box a {
color: #3a5a7a;
text-decoration: none;
}
.modal .bmc-modal-box img {
display: inline-block;
max-width: 100%;
vertical-align: middle;
}
.bmc-main-menu input,
.bmc-main-menu button,
.bmc-main-menu select,
.bmc-main-menu textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bmc-main-menu select,
.bmc-main-menu textarea,
.bmc-main-menu input[type="text"],
.bmc-main-menu input[type="password"],
.bmc-main-menu input[type="datetime"],
.bmc-main-menu input[type="datetime-local"],
.bmc-main-menu input[type="date"],
.bmc-main-menu input[type="month"],
.bmc-main-menu input[type="time"],
.bmc-main-menu input[type="week"],
.bmc-main-menu input[type="number"],
.bmc-main-menu input[type="email"],
.bmc-main-menu input[type="url"],
.bmc-main-menu input[type="search"],
.bmc-main-menu input[type="tel"],
.bmc-main-menu input[type="color"],
.bmc-main-menu .bmc-uneditable-input {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.bmc-main-menu input,
.bmc-main-menu textarea,
.bmc-main-menu .bmc-uneditable-input {
width: 206px;
}
.bmc-main-menu textarea {
height: auto;
}
.bmc-main-menu textarea,
.bmc-main-menu input[type="text"],
.bmc-main-menu input[type="password"],
.bmc-main-menu input[type="datetime"],
.bmc-main-menu input[type="datetime-local"],
.bmc-main-menu input[type="date"],
.bmc-main-menu input[type="month"],
.bmc-main-menu input[type="time"],
.bmc-main-menu input[type="week"],
.bmc-main-menu input[type="number"],
.bmc-main-menu input[type="email"],
.bmc-main-menu input[type="url"],
.bmc-main-menu input[type="search"],
.bmc-main-menu input[type="tel"],
.bmc-main-menu input[type="color"],
.bmc-main-menu .bmc-uneditable-input {
background-color: #fff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
.bmc-main-menu textarea:focus,
.bmc-main-menu input[type="text"]:focus,
.bmc-main-menu input[type="password"]:focus,
.bmc-main-menu input[type="datetime"]:focus,
.bmc-main-menu input[type="datetime-local"]:focus,
.bmc-main-menu input[type="date"]:focus,
.bmc-main-menu input[type="month"]:focus,
.bmc-main-menu input[type="time"]:focus,
.bmc-main-menu input[type="week"]:focus,
.bmc-main-menu input[type="number"]:focus,
.bmc-main-menu input[type="email"]:focus,
.bmc-main-menu input[type="url"]:focus,
.bmc-main-menu input[type="search"]:focus,
.bmc-main-menu input[type="tel"]:focus,
.bmc-main-menu input[type="color"]:focus,
.bmc-main-menu .bmc-uneditable-input:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
 0 0 8px rgba(82, 168, 236, 0.6);
}
.bmc-main-menu input[type="radio"],
.bmc-main-menu input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
*margin-top: 0;
line-height: normal;
}
.bmc-main-menu input[type="file"],
.bmc-main-menu input[type="image"],
.bmc-main-menu input[type="submit"],
.bmc-main-menu input[type="reset"],
.bmc-main-menu input[type="button"],
.bmc-main-menu input[type="radio"],
.bmc-main-menu input[type="checkbox"] {
width: auto;
}
.bmc-main-menu select,
.bmc-main-menu input[type="file"] {
height: 30px;
*margin-top: 4px;
line-height: 30px;
}
.bmc-main-menu select {
width: 220px;
background-color: #fff;
border: 1px solid #cccccc;
}
.bmc-main-menu select[multiple],
.bmc-main-menu select[size] {
height: auto;
}
.bmc-main-menu select:focus,
.bmc-main-menu input[type="file"]:focus,
.bmc-main-menu input[type="radio"]:focus,
.bmc-main-menu input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.bmc-main-menu .bmc-uneditable-input,
.bmc-main-menu .bmc-uneditable-textarea {
color: #999999;
cursor: not-allowed;
background-color: #fcfcfc;
border-color: #cccccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.bmc-main-menu .bmc-uneditable-input {
overflow: hidden;
white-space: nowrap;
}
.bmc-main-menu .bmc-uneditable-textarea {
width: auto;
height: auto;
}
.bmc-main-menu input:-moz-placeholder,
.bmc-main-menu textarea:-moz-placeholder {
color: #999999;
}
.bmc-main-menu input:-ms-input-placeholder,
.bmc-main-menu textarea:-ms-input-placeholder {
color: #999999;
}
.bmc-main-menu input::-webkit-input-placeholder,
.bmc-main-menu textarea::-webkit-input-placeholder {
color: #999999;
}
.bmc-main-menu .bmc-radio,
.bmc-main-menu .bmc-checkbox {
min-height: 20px;
padding-left: 20px;
}
.bmc-main-menu .bmc-radio input[type="radio"],
.bmc-main-menu .bmc-checkbox input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.bmc-main-menu .bmc-radio.bmc-inline,
.bmc-main-menu .bmc-checkbox.bmc-inline {
display: inline-block;
padding-top: 5px;
margin-bottom: 0;
vertical-align: middle;
}
.bmc-main-menu .bmc-radio.inline + .bmc-radio.bmc-inline,
.bmc-main-menu .bmc-checkbox.bmc-inline + .bmc-checkbox.bmc-inline {
margin-left: 10px;
}
.bmc-main-menu .bmc-input-mini {
width: 60px;
}
.bmc-main-menu .bmc-input-small {
width: 90px;
}
.bmc-main-menu .bmc-input-medium {
width: 150px;
}
.bmc-main-menu .bmc-input-large {
width: 210px;
}
.bmc-main-menu .bmc-input-xlarge {
width: 270px;
}
.bmc-main-menu .bmc-input-xxlarge {
width: 530px;
}
.bmc-main-menu input[class*="span"],
.bmc-main-menu select[class*="span"],
.bmc-main-menu textarea[class*="span"],
.bmc-main-menu .bmc-uneditable-input[class*="span"] {
float: none;
margin-left: 0;
}
.bmc-main-menu .bmc-input-append input[class*="span"],
.bmc-main-menu .bmc-input-append .bmc-uneditable-input[class*="span"],
.bmc-main-menu .bmc-input-prepend input[class*="span"],
.bmc-main-menu .bmc-input-prepend .bmc-uneditable-input[class*="span"] {
display: inline-block;
}
.bmc-main-menu input,
.bmc-main-menu textarea,
.bmc-main-menu .bmc-uneditable-input {
margin-left: 0;
}
.bmc-main-menu .bmc-input-prepend-flush,
.bmc-main-menu .bmc-input-append-flush {
position: relative;
display: block;
}
.bmc-main-menu .bmc-input-prepend-flush input,
.bmc-main-menu .bmc-input-append-flush input {
border-radius: 4px 5px 5px 4px;
width: 100%;
}
.bmc-main-menu .bmc-input-prepend-flush input,
.bmc-main-menu .bmc-input-append-flush input {
min-height: auto;
height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bmc-main-menu textarea:focus,
.bmc-main-menu input[type="text"]:focus,
.bmc-main-menu input[type="password"]:focus,
.bmc-main-menu input[type="datetime"]:focus,
.bmc-main-menu input[type="datetime-local"]:focus,
.bmc-main-menu input[type="date"]:focus,
.bmc-main-menu input[type="month"]:focus,
.bmc-main-menu input[type="time"]:focus,
.bmc-main-menu input[type="week"]:focus,
.bmc-main-menu input[type="number"]:focus,
.bmc-main-menu input[type="email"]:focus,
.bmc-main-menu input[type="url"]:focus,
.bmc-main-menu input[type="search"]:focus,
.bmc-main-menu input[type="tel"]:focus,
.bmc-main-menu input[type="color"]:focus {
border-color: #13c4a5;
-webkit-box-shadow: none;
box-shadow: none;
}
.bmc-main-menu .bmc-progress {
height: 20px;
line-height: 20px;
margin-top: 6px;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#f5f5f5),
 to(#f9f9f9)
);
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.bmc-main-menu .bmc-progress .bmc-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #fff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#149bdf),
 to(#0480be)
);
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.bmc-main-menu .bmc-progress .bmc-bar-info {
background-color: #4bb1cf;
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#5bc0de),
 to(#339bb9)
);
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0);
}
.bmc-main-menu .bmc-progress .bmc-bar-success {
background-color: #5eb95e;
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#62c462),
 to(#57a957)
);
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(to bottom, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0);
}
.bmc-main-menu .bmc-progress .bmc-bar-warning {
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#fbb450),
 to(#f89406)
);
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
}
.bmc-main-menu .bmc-progress .bmc-bar-danger {
background-color: #dd514c;
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(
 linear,
 0 0,
 0 100%,
 from(#ee5f5b),
 to(#c43c35)
);
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0);
}
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar,
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-info,
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-success,
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-warning,
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-danger {
background-image: -webkit-gradient(
 linear,
 0 100%,
 100% 0,
 color-stop(0.25, rgba(255, 255, 255, 0.15)),
 color-stop(0.25, transparent),
 color-stop(0.5, transparent),
 color-stop(0.5, rgba(255, 255, 255, 0.15)),
 color-stop(0.75, rgba(255, 255, 255, 0.15)),
 color-stop(0.75, transparent),
 to(transparent)
);
background-image: -webkit-linear-gradient(
 45deg,
 rgba(255, 255, 255, 0.15) 25%,
 transparent 25%,
 transparent 50%,
 rgba(255, 255, 255, 0.15) 50%,
 rgba(255, 255, 255, 0.15) 75%,
 transparent 75%,
 transparent
);
background-image: -moz-linear-gradient(
 45deg,
 rgba(255, 255, 255, 0.15) 25%,
 transparent 25%,
 transparent 50%,
 rgba(255, 255, 255, 0.15) 50%,
 rgba(255, 255, 255, 0.15) 75%,
 transparent 75%,
 transparent
);
background-image: -o-linear-gradient(
 45deg,
 rgba(255, 255, 255, 0.15) 25%,
 transparent 25%,
 transparent 50%,
 rgba(255, 255, 255, 0.15) 50%,
 rgba(255, 255, 255, 0.15) 75%,
 transparent 75%,
 transparent
);
background-image: linear-gradient(
 45deg,
 rgba(255, 255, 255, 0.15) 25%,
 transparent 25%,
 transparent 50%,
 rgba(255, 255, 255, 0.15) 50%,
 rgba(255, 255, 255, 0.15) 75%,
 transparent 75%,
 transparent
);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar {
background-color: #149bdf;
}
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-info {
background-color: #5bc0de;
}
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-success {
background-color: #62c462;
}
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-warning {
background-color: #fbb450;
}
.bmc-main-menu .bmc-progress.bmc-progress-striped .bmc-bar-danger {
background-color: #ee5f5b;
}
.bmc-main-menu .popover {
display: none;
position: absolute;
top: 0;
left: 0;
max-width: 276px;
padding: 1px;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: left;
white-space: normal;
background-color: #fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
z-index: 1010;
}
.bmc-main-menu .popover.top {
margin-top: -10px;
}
.bmc-main-menu .popover.right {
margin-left: 10px;
}
.bmc-main-menu .popover.bottom {
margin-top: 10px;
}
.bmc-main-menu .popover.left {
margin-left: -10px;
}
.bmc-main-menu .popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.bmc-main-menu .popover-title:empty {
display: none;
}
.bmc-main-menu .popover-content {
padding: 9px 14px;
}
.bmc-main-menu .popover .arrow,
.bmc-main-menu .popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.bmc-main-menu .popover .arrow {
border-width: 11px;
}
.bmc-main-menu .popover .arrow:after {
border-width: 10px;
content: "";
}
.bmc-main-menu .popover.top .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.bmc-main-menu .popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-top-color: #fff;
border-bottom-width: 0;
}
.bmc-main-menu .popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.bmc-main-menu .popover.right .arrow:after {
bottom: -10px;
left: 1px;
border-right-color: #fff;
border-left-width: 0;
}
.bmc-main-menu .popover.bottom .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25);
border-top-width: 0;
}
.bmc-main-menu .popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-bottom-color: #fff;
border-top-width: 0;
}
.bmc-main-menu .popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0;
}
.bmc-main-menu .popover.left .arrow:after {
right: 1px;
bottom: -10px;
border-left-color: #fff;
border-right-width: 0;
}
.bmc-main-menu .tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 11px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.bmc-main-menu .tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.bmc-main-menu .tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.bmc-main-menu .tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.bmc-main-menu .tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.bmc-main-menu .tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.bmc-main-menu .tooltip-inner {
max-width: 200px;
padding: 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.bmc-main-menu .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.bmc-main-menu .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.bmc-main-menu .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
.bmc-main-menu .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
.bmc-main-menu .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.bmc-main-menu .fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.bmc-main-menu .fade.in {
opacity: 1;
}
.bmc-main-menu .bmc-label,
.bmc-main-menu .bmc-badge {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: 700;
line-height: 14px;
color: #fff;
background-color: #999;
white-space: nowrap;
vertical-align: baseline;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bmc-main-menu .bmc-label {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.bmc-main-menu .bmc-badge {
background: #b1b5b9;
padding-right: 7px;
padding-left: 7px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.bmc-main-menu .bmc-badge i {
margin: 0 -5px;
}
.bmc-main-menu .bmc-label:empty,
.bmc-main-menu .bmc-badge:empty {
display: none;
}
.bmc-main-menu a.bmc-label:hover,
.bmc-main-menu a.bmc-label:focus,
.bmc-main-menu a.bmc-badge:hover,
.bmc-main-menu a.bmc-badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.bmc-main-menu .bmc-label-success,
.bmc-main-menu .bmc-badge-success {
background-color: #468847;
}
.bmc-main-menu .bmc-label-success[href],
.bmc-main-menu .bmc-badge-success[href] {
background-color: #356635;
}
.bmc-main-menu .bmc-label-info,
.bmc-main-menu .bmc-badge-info {
background-color: #3a87ad;
}
.bmc-main-menu .bmc-label-info[href],
.bmc-main-menu .bmc-badge-info[href] {
background-color: #2d6987;
}
.bmc-main-menu .bmc-label-important,
.bmc-main-menu .bmc-badge-important {
background-color: #b94a48;
}
.bmc-main-menu .bmc-label-important[href],
.bmc-main-menu .bmc-badge-important[href] {
background-color: #953b39;
}
.bmc-main-menu .bmc-label-warning,
.bmc-main-menu .bmc-badge-warning {
background-color: #f89406;
}
.bmc-main-menu .bmc-label-warning[href],
.bmc-main-menu .bmc-badge-warning[href] {
background-color: #c67605;
}
.bmc-main-menu .bmc-label-inverse,
.bmc-main-menu .bmc-badge-inverse {
background-color: #333333;
}
.bmc-main-menu .bmc-label-inverse[href],
.bmc-main-menu .bmc-badge-inverse[href] {
background-color: #1a1a1a;
}
.bmc-main-menu .bmc-bg-primary {
color: #fff;
background-color: #13c4a5;
}
.bmc-main-menu .bmc-bg-info {
color: #fff;
background-color: #5191d1;
}
.bmc-main-menu .bmc-bg-success {
color: #fff;
background-color: #3fcf7f;
}
.bmc-main-menu .bmc-bg-warning {
color: #fff;
background-color: #f4c414;
}
.bmc-main-menu .bmc-bg-danger {
color: #fff;
background-color: #ff5f5f;
}
.bmc-main-menu .bmc-bg-inverse {
color: #fff;
background-color: #233445;
}
.bmc-main-menu .bmc-logo-wrap {
margin-right: 30px;
}
.bmc-main-menu .bmc-logo {
display: block;
padding: 5px 0;
}
.bmc-main-menu .bmc-logo img {
display: block;
max-width: 130px;
height: 30px;
}
.bmc-main-menu .bmc-menu-box .bmc-nav-item,
.bmc-main-menu .bmc-menu-box .bmc-options-item {
position: relative;
display: inline-block;
vertical-align: top;
}
.bmc-main-menu .bmc-menu-box .bmc-navbar-link {
display: block;
padding: 0 10px;
font-size: 13px;
color: #777;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-navbar {
 display: block !important;
}
.bmc-main-menu .bmc-menu-box .bmc-navbar-link {
 line-height: 40px;
 text-shadow: 0 1px 0 #fff;
}
.bmc-main-menu .bmc-navbar .bmc-navbar-linkText {
 margin-left: 3px;
}
.bmc-main-menu .bmc-menu-box .bmc-navbar-link:hover {
 color: #333;
 background-color: #ededed;
}
.bmc-main-menu .dropdown.open .bmc-navbar-link {
 color: #333;
 background-color: #e1e5e9 !important;
 -webkit-box-shadow: inset 0 1px 0 #13c4a5;
 -moz-box-shadow: inset 0 1px 0 #13c4a5;
 box-shadow: inset 0 1px 0 #13c4a5;
}
}
.bmc-main-menu .bmc-navbar .dropdown-menu {
display: none;
position: absolute;
float: none;
min-width: auto;
top: 100%;
left: 0;
margin: 0;
padding: 5px;
border-radius: 0;
border: 1px solid #ccc;
background-color: #fff;
z-index: 9000;
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.bmc-main-menu .dropdown.open .dropdown-menu {
display: block !important;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-navbar .dropdown-menu:before {
 content: "";
 position: absolute;
 top: -7px;
 left: 9px;
 border-right: 7px solid transparent;
 border-left: 7px solid transparent;
 border-bottom: 7px solid #ccc;
 border-bottom-color: rgba(0, 0, 0, 0.2);
}
.bmc-main-menu .bmc-navbar .dropdown-menu:after {
 content: "";
 position: absolute;
 top: -6px;
 left: 10px;
 border-right: 6px solid transparent;
 border-left: 6px solid transparent;
 border-bottom: 6px solid #fff;
}
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item {
float: left;
width: 142px;
height: 92px;
padding: 5px;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 0;
border: 1px solid #e8e8e8;
font-size: 11px;
color: #777;
font-weight: 700;
line-height: 1.3;
text-align: center;
text-transform: uppercase;
overflow: hidden;
background-color: #fff;
background-repeat: no-repeat;
background-position: center top;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:before,
.bmc-main-menu .bmc-navbar .bmc-submenu-item a span {
display: inline-block;
vertical-align: middle;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a span {
position: relative;
max-width: 99%;
padding: 5px;
border-radius: 3px;
white-space: normal;
z-index: 1;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:before {
 content: "";
 height: 100%;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 background-color: #fff;
 background-color: rgba(255, 255, 255, 0.9);
 opacity: 1;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:hover {
 text-decoration: none;
 border-color: #ff7821;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:hover:after {
 opacity: 0;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:hover span {
 color: #fff;
 text-shadow: 0 0 3px #000;
 background-color: #ff7821;
 background-color: rgba(200, 200, 200, 0.6);
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:hover .bmc-status-dev {
 color: #fff;
 text-shadow: -1px 0 #c00, 0 1px #c00, 1px 0 #c00, 0 -1px #c00;
}
}
.bmc-main-menu .bmc-navbar .bmc-status-dev {
position: absolute;
font-weight: bold;
color: #c00;
font-size: 10px;
bottom: 3px;
right: 2px;
text-transform: lowercase;
z-index: 2;
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.bmc-main-menu .bmc-navbar .tooltip {
text-transform: none;
}
.bmc-main-menu .bmc-options-list {
float: right;
}
.bmc-main-menu .bmc-options-list .dropdown-menu {
right: 0;
left: auto;
padding: 0;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-options-list .dropdown-menu:before {
 right: 12px;
 left: auto;
}
.bmc-main-menu .bmc-options-list .dropdown-menu:after {
 right: 13px;
 left: auto;
}
}
.bmc-main-menu .bmc-site-options .dropdown-menu {
width: 296px;
}
.bmc-main-menu .bmc-site-options .bmc-site-o-blocks {
width: 100%;
padding: 5px;
}
.bmc-main-menu .bmc-site-options .bmc-site-diskSpaceInfo {
display: none;
margin-top: 10px;
font-size: 13px;
text-align: center;
}
.bmc-main-menu .bmc-site-options .bmc-site-diskSpaceInfo br,
.bmc-main-menu .bmc-site-options .bmc-site-o-list .popover br {
display: block;
}
.bmc-main-menu .bmc-site-options .bmc-submenu-item i {
font-size: 20px;
display: block;
margin-bottom: 2px;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-site-options .bmc-siteEditor-off {
 background-color: #85b2df !important;
}
.bmc-main-menu .bmc-site-options .bmc-siteEditor-on {
 background-color: #db4c4c !important;
}
}
.bmc-main-menu .bmc-site-options .bmc-site-o-item {
padding: 10px 15px;
border-top: 1px solid #ddd;
}
.bmc-main-menu .bmc-user-options .dropdown-menu {
width: 438px;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-link {
padding: 2.5px 5px;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-link .bmc-user-pic,
.bmc-main-menu .bmc-user-options .bmc-user-logo a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-link .bmc-user-pic {
display: block;
width: 35px;
height: 35px;
}
.bmc-main-menu .bmc-user-o-header,
.bmc-main-menu .bmc-user-o-content {
border-bottom: 3px solid #f2f2f2;
}
.bmc-main-menu .bmc-user-o-header {
padding: 5px;
}
.bmc-main-menu .bmc-user-logo {
float: left;
width: 130px;
padding: 5px 10px;
}
.bmc-main-menu .bmc-user-logo a {
position: relative;
display: block;
text-align: center;
overflow: hidden;
}
.bmc-main-menu .bmc-user-logo img {
display: block;
width: 110px;
height: 110px;
}
.bmc-main-menu .bmc-user-logo .bmc-user-logo-change {
display: none;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding-bottom: 4px;
font-size: 11px;
font-weight: bold;
color: #fff;
line-height: 1.7;
text-align: center;
background-color: #333;
background-color: rgba(0, 0, 0, 0.4);
}
.bmc-main-menu .bmc-user-logo a:hover .bmc-user-logo-change {
display: block;
}
.bmc-main-menu .bmc-user-info {
float: right;
width: 68%;
}
.bmc-main-menu .bmc-user-info .bmc-user-name {
margin: 10px 0 0;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
font-size: 19px;
font-weight: 500;
}
.bmc-main-menu .bmc-user-info .bmc-user-login {
margin: 10px 0 5px;
}
.bmc-main-menu .bmc-user-options .bmc-user-btn {
display: inline-block;
margin: 5px;
padding: 5px 13px;
border: 1px solid #e8e8e8;
font-size: 11px;
line-height: 20px;
color: #4b4b4b;
background-color: #fff;
text-transform: uppercase;
text-align: center;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-user-options .bmc-user-btn:hover {
 color: #ff7821;
 background-color: #ededed;
}
}
.bmc-main-menu .bmc-user-options .bmc-user-addBalance-btn {
float: right;
margin: 0;
margin-right: 5px;
padding: 5px;
font-size: 12px;
line-height: 1;
text-transform: none;
}
.bmc-main-menu .bmc-user-options .bmc-user-o-content {
width: 100%;
padding: 5px;
}
.bmc-main-menu .bmc-user-o-content .bmc-submenu-item a {
background-image: none;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-user-o-content .bmc-submenu-item a:after {
 background-color: rgba(255, 255, 255, 0.8);
}
}
.bmc-main-menu .bmc-user-o-footer {
padding: 5px;
}
.bmc-main-menu .bmc-site-notices .dropdown-menu {
width: 420px;
text-align: center;
}
.bmc-main-menu .bmc-site-notices .bmc-notices-count {
position: relative;
top: -10px;
margin-left: -16px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice {
display: none;
padding: 10px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-header {
margin-bottom: 10px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-headerTitle {
width: 200px;
margin: 0 auto;
font-weight: normal;
padding-top: 7px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-header-btn {
display: inline-block;
width: 40px;
margin: 0 0 5px 5px;
padding: 5px 0;
border: 1px solid #e8e8e8;
font-size: 20px;
line-height: 1;
color: #3a5a7a;
text-align: center;
background-color: #fff;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-header-btn:first-of-type {
margin-left: 0;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-site-notices .bmc-notice-header-btn:hover {
 background-color: #e2e2e2;
 color: #000;
}
}
.bmc-main-menu .bmc-site-notices .bmc-notice-content {
margin-bottom: 15px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-pic-wrap {
margin-top: 20px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-picTitle {
margin: 0 0 10px;
font-weight: bold;
text-transform: uppercase;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-pic {
margin: 25px auto 0;
width: 167px;
height: 167px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-pic img {
display: inline-block;
max-width: 100%;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-loading-pic img {
animation: orbit 3s linear infinite;
}
.bmc-main-menu .bmc-noticesList {
max-height: 270px;
text-align: left;
overflow-y: auto;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item {
margin-bottom: 8px;
padding: 5px;
background-color: #fafafa;
border-left: 3px solid transparent;
border-radius: 3px;
overflow: hidden;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item:hover {
border-left-color: #ff7821;
background-color: #f5f5f5;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.info {
background-color: #d9edf7;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.info:hover {
background-color: #e5f6ff;
border-left-color: #1097ff;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.warning {
background-color: #ffeeb8;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.warning:hover {
background-color: #fff6dc;
border-left-color: #f0ad4e;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.success {
background-color: #dff0d8;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.success:hover {
background-color: #e8f9e1;
border-left-color: #3c763d;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.danger {
background-color: #ffdada;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item.danger:hover {
background-color: #ffe6e6;
border-left-color: #d9534f;
}
.bmc-main-menu .bmc-noticesList img {
border-radius: 4px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-pic {
float: left;
margin: 5px 10px 5px 0;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-pic img {
width: 72px;
max-height: 72px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns * {
display: inline-block;
vertical-align: middle;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns {
float: right;
margin-left: 10px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns img {
width: 16px;
height: 16px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns a {
margin-left: 10px;
color: #777;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns [class*="bmc-notice"] {
margin-top: -3px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns a:first-child {
margin-left: 0;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-pic *,
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns img {
display: block;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-userName {
font-weight: bold;
margin: 5px 0;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-text {
margin: 0 0 10px;
font-size: 12px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-time {
float: right;
font-size: 10px;
font-style: italic;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-footer-btn {
display: block;
margin-bottom: 5px;
padding: 10px;
font-size: 11px;
color: #4b4b4b;
text-transform: uppercase;
border: 1px solid #e8e8e8;
background-color: #fff;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-footer-btn:last-child {
margin-bottom: 0;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-site-notices .bmc-notice-footer-btn:hover {
 color: #ff7821;
 background-color: #e2e2e2;
}
}
.bmc-main-menu .bmc-notice-settings {
overflow: hidden;
}
.bmc-main-menu .bmc-notice-settings .bmc-notice-header {
margin-bottom: 4px;
}
.bmc-main-menu .bmc-notice-settings .bmc-notice-content {
margin: 0 -10px;
padding: 15px 15px 0;
border-top: 1px solid #ddd;
}
.bmc-main-menu .bmc-notice-settings .bmc-text-block {
margin-bottom: 10px;
padding: 10px 0;
border-top: 1px solid #e0e4e8;
border-bottom: 1px solid #e0e4e8;
font-size: 11.9px;
}
.bmc-main-menu .bmc-notice-settings .bmc-text-block p {
margin: 0 0 15px;
line-height: 1.7;
}
.bmc-main-menu .bmc-notice-settings .bmc-text-block p:last-child {
margin-bottom: 0;
}
.bmc-main-menu .bmc-notice-settings .bmc-notice-content h5 {
margin: 0 0 10px;
font-size: 18px;
line-height: 1.5;
font-weight: 500;
text-transform: uppercase;
}
@-webkit-keyframes orbit {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}
@-moz-keyframes orbit {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}
@-o-keyframes orbit {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}
@keyframes orbit {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(360deg);
}
}
@-webkit-keyframes bmc-tada {
0%,
65% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
70%,
80%,
90% {
 -webkit-transform: rotate(-8deg);
 transform: rotate(-8deg);
}
75%,
85%,
100% {
 -webkit-transform: rotate(8deg);
 transform: rotate(8deg);
}
}
@-moz-keyframes bmc-tada {
0%,
65% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
70%,
80%,
90% {
 -webkit-transform: rotate(-8deg);
 transform: rotate(-8deg);
}
75%,
85%,
100% {
 -webkit-transform: rotate(8deg);
 transform: rotate(8deg);
}
}
@keyframes bmc-tada {
0%,
65% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
70%,
80%,
90% {
 -webkit-transform: rotate(-8deg);
 transform: rotate(-8deg);
}
75%,
85%,
100% {
 -webkit-transform: rotate(8deg);
 transform: rotate(8deg);
}
}
.bmc-main-menu .bmc-showhidemenu {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: 100%;
width: 100px;
padding: 5px 0;
background-color: #f8f8f8;
border: 1px solid #e7e7e7;
border-top: 1px solid #f8f8f8;
text-align: center;
opacity: 0.3;
cursor: pointer;
z-index: 8500;
}
.bmc-main-menu .bmc-showhidemenu:hover {
border-top: 1px solid #13c4a5;
background-color: #e1e5e9;
opacity: 1;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-hidden-lg {
 display: none !important;
}
}
@media screen and (min-width: 1020px) and (max-width: 1085px) {
.bmc-main-menu .bmc-cabinet-btn {
 display: none !important;
}
}
@media screen and (max-width: 1019px) {
.bmc-main-menu {
 max-height: 50px;
}
.bmc-main-menu .bmc-hidden-sm {
 display: none !important;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu.bmc-new-notices {
 -webkit-animation: bmc-tada 1.8s infinite both;
 -moz-animation: bmc-tada 1.8s infinite both;
 -o-animation: bmc-tada 1.8s infinite both;
 animation: bmc-tada 1.8s infinite both;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu.bmc-new-notices:before {
 content: "";
 position: absolute;
 width: 8px;
 height: 8px;
 top: 2px;
 right: -1px;
 background-color: #ff781e;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span,
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:before,
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:after,
.bmc-main-menu .bmc-menu-box .bmc-navbar-link,
.bmc-main-menu .bmc-navbar .bmc-submenu-item a,
.bmc-main-menu .bmc-site-notices .bmc-notices-count {
 -webkit-transition: all 0.3s linear;
 -moz-transition: all 0.3s linear;
 transition: all 0.3s linear;
}
.bmc-main-menu .bmc-logo-wrap {
 float: none;
 width: 100%;
}
.bmc-main-menu .bmc-logo-wrap .bmc-logo img {
 max-width: 160px;
 height: 35px;
}
.bmc-main-menu .bmc-logo-wrap .bmc-logo {
 display: inline-block;
 padding: 7.5px 0;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-box {
 float: right;
 line-height: 50px;
 color: #777;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu {
 position: relative;
 display: inline-block;
 width: 25px;
 height: 25px;
 top: -2px;
 margin-left: 10px;
 vertical-align: middle;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span,
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:before,
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:after {
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 backface-visibility: hidden;
 border-radius: 2px;
 background-color: #ff781e;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span {
 top: 50%;
 margin-top: -1px;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:before,
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:after {
 content: "";
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:before {
 top: -7px;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu span:after {
 bottom: -7px;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu-active span {
 -webkit-transition-delay: 0.14s;
 -moz-transition-delay: 0.14s;
 transition-delay: 0.14s;
 -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: rotate(225deg);
 -moz-transform: rotate(225deg);
 transform: rotate(225deg);
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu-active span:before {
 top: 0;
 opacity: 0;
 -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
 -moz-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
 transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
}
.bmc-main-menu .bmc-logo-wrap .bmc-toggle-mnu-active span:after {
 bottom: 0;
 -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 transform: rotate(-90deg);
 -webkit-transition: bottom 0.1s ease-out,
  transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
 -webkit-transition: bottom 0.1s ease-out,
  transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
 transition: bottom 0.1s ease-out,
  transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
}
.bmc-main-menu .bmc-navbar {
 display: none;
 position: absolute;
 right: 0;
 top: 100%;
 width: 360px;
 color: #fff;
 background-color: #626161;
 z-index: 10000;
 -webkit-box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.2);
 box-shadow: -3px 3px 20px rgba(0, 0, 0, 0.2);
}
.bmc-main-menu .bmc-navbar br {
 display: none;
}
.bmc-main-menu .bmc-navbar .bmc-navbar-link > .bmc-icon-xlarge:before {
 font-size: 18px;
}
.bmc-main-menu .bmc-menu-box {
 width: 100%;
 float: none !important;
}
.bmc-main-menu .bmc-nav-list,
.bmc-main-menu .bmc-options-list {
 max-height: 100%;
}
.bmc-main-menu .bmc-menu-box .bmc-nav-item,
.bmc-main-menu .bmc-menu-box .bmc-options-item {
 display: block;
 border-bottom: 1px solid #6d6d6d;
}
.bmc-main-menu .bmc-menu-box .bmc-options-item:last-child {
 border-bottom: none;
}
.bmc-main-menu .bmc-navbar .bmc-navbar-link {
 position: relative;
 padding: 14px 25px 14px 10px !important;
 font-size: 15px;
 color: #fff;
}
.bmc-main-menu .bmc-navbar .bmc-navbar-link > i,
.bmc-main-menu .bmc-navbar .bmc-navbar-linkText {
 display: inline-block;
 vertical-align: middle;
}
.bmc-main-menu .bmc-navbar .bmc-navbar-linkText {
 max-width: 290px;
 margin-left: 5px;
}
.bmc-main-menu .bmc-navbar .bmc-icon-chevron {
 position: absolute;
 right: 10px;
 top: 50%;
 margin-top: -7px;
 font-size: 10px;
}
.bmc-main-menu .bmc-menu-box .bmc-navbar-link:hover,
.bmc-main-menu .bmc-dropdown-open .bmc-navbar-link {
 color: #fff;
 background-color: #ff781e !important;
}
.bmc-main-menu .bmc-navbar .dropdown-menu {
 position: static;
 width: 100% !important;
 padding: 0;
 border: none;
 background-color: #626161;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item {
 float: none;
 width: 100%;
 height: auto;
 padding: 0;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a {
 padding: 12px 20px 12px 33px;
 font-size: 14px;
 border: none;
 border-bottom: 1px solid #6d6d6d;
 border-left: 3px solid transparent;
 color: #fff;
 font-weight: normal;
 line-height: 1.3;
 text-align: left;
 text-transform: none;
 overflow: visible;
 background: none;
 background-image: none !important;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item:last-child a {
 border-bottom: none;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a:hover {
 background-color: #6d6d6d;
 border-left-color: #ff781e;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a span {
 max-width: 100%;
 padding: 0;
 border-radius: 0;
}
.bmc-main-menu .bmc-navbar .bmc-status-dev {
 font-weight: normal;
 color: #fff;
 font-size: 10px;
 bottom: 3px;
 right: 0;
 -webkit-transform: rotate(-44deg);
 -moz-transform: rotate(-44deg);
 transform: rotate(-44deg);
}
.bmc-main-menu .bmc-navbar .tooltip {
 text-transform: none;
}
.bmc-main-menu .bmc-navbar .bmc-status-devBlock:after {
 content: "";
 position: absolute;
 bottom: 0;
 right: 0;
 border-top: 14px solid transparent;
 border-left: 14px solid transparent;
 border-right: 14px solid #ff781e;
 border-bottom: 14px solid #ff781e;
}
.bmc-main-menu .bmc-site-options .bmc-navbar-linkText {
 width: 250px;
}
.bmc-main-menu .bmc-site-options .bmc-site-o-blocks {
 width: 100%;
 padding: 0;
}
.bmc-main-menu .bmc-site-options .bmc-progress {
 height: 25px;
 line-height: 25px;
 margin: 7px 0 0;
}
.bmc-main-menu .bmc-site-options .popover {
 color: #777;
}
.bmc-main-menu .bmc-site-options .bmc-submenu-item i {
 font-size: 14px;
 display: inline-block;
 margin-bottom: 0;
 margin-right: 7px;
}
.bmc-main-menu .bmc-site-options .bmc-submenu-item i:before {
 margin: 0;
}
.bmc-main-menu .bmc-site-options .bmc-site-o-item {
 padding: 12px 20px 12px 35px;
 border-top: 1px solid #6d6d6d;
}
.bmc-main-menu .bmc-site-options .bmc-siteEditor-on {
 color: #ff781e !important;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-link {
 padding: 5px 25px 5px 10px !important;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-linkText {
 max-width: 265px;
 margin-left: 8px;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-link .bmc-user-pic {
 display: inline-block;
}
.bmc-main-menu .bmc-user-o-header,
.bmc-main-menu .bmc-user-o-content {
 border-bottom: 1px solid #6d6d6d;
}
.bmc-main-menu .bmc-user-o-header {
 padding: 10px;
 text-align: center;
}
.bmc-main-menu .bmc-user-logo {
 float: none;
 margin: 0 auto;
 padding: 15px 10px;
}
.bmc-main-menu .bmc-user-info {
 float: none;
 width: 100%;
}
.bmc-main-menu .bmc-user-info .bmc-user-name {
 margin: 10px -10px 0;
 border-bottom: 1px solid #6d6d6d;
 font-size: 17px;
 font-weight: 500;
}
.bmc-main-menu .bmc-user-info .bmc-user-login {
 margin-top: 15px;
 word-break: break-all;
}
.bmc-main-menu .bmc-user-info .bmc-user-loginText {
 color: #ff781e;
}
.bmc-main-menu .bmc-user-options .bmc-user-btn {
 border: 1px solid #6d6d6d;
 color: #fff;
 background-color: transparent;
}
.bmc-main-menu .bmc-user-options .bmc-user-btn:hover {
 background-color: #6d6d6d;
}
.bmc-main-menu .bmc-user-options .bmc-user-o-footer {
 padding: 5px;
 text-align: center;
}
.bmc-main-menu .bmc-user-options .bmc-user-o-footer div {
 float: none !important;
}
.bmc-main-menu .bmc-user-options .bmc-user-addBalance-btn {
 float: none;
 display: block;
 width: 130px;
 margin: 0 auto 10px;
 padding: 6px;
}
.bmc-main-menu .bmc-user-options .bmc-user-o-content {
 padding: 0px;
}
.bmc-main-menu .bmc-site-notices .bmc-notices-count {
 position: relative;
 top: -10px;
 margin-left: -16px;
}
.bmc-main-menu .bmc-site-notices input:focus {
 border-color: #6d6d6d;
}
.bmc-main-menu .bmc-site-notices.bmc-dropdown-open .bmc-notices-count,
.bmc-main-menu .bmc-site-notices .bmc-navbar-link:hover .bmc-notices-count {
 background-color: #fff !important;
 color: #ff781e !important;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-header-btn {
 border: 1px solid #6d6d6d;
 color: #fff;
 background-color: transparent;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-header-btn:hover {
 background-color: #6d6d6d;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-pic-wrap {
 margin-top: 0;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-pic {
 width: 150px;
 height: 150px;
}
.bmc-main-menu .bmc-noticesList {
 padding-right: 5px;
}
.bmc-main-menu .bmc-noticesList .bmc-notice-item {
 color: #626161;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-pic {
 margin: 10px 10px 5px 0;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns {
 margin: 2px 5px 0 10px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns * {
 vertical-align: top;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns a {
 color: #626161;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-btns [class*="bmc-notice"] {
 margin-top: 0;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-footer-btn {
 color: #fff;
 border: 1px solid #6d6d6d;
 background-color: transparent;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-footer-btn:hover {
 background-color: #6d6d6d;
}
.bmc-main-menu .bmc-notice-settings .bmc-notice-content {
 border-top: 1px solid #6d6d6d;
}
.bmc-main-menu .bmc-notice-settings .bmc-text-block {
 padding: 10px;
 border-top: 1px solid #6d6d6d;
 border-bottom: 1px solid #6d6d6d;
}
}
@media screen and (max-width: 768px) {
.bmc-main-menu .bmc-navbar {
 width: 300px;
}
.bmc-main-menu .bmc-navbar .bmc-navbar-link {
 font-size: 14px;
 padding: 12px 25px 12px 10px !important;
}
.bmc-main-menu .bmc-navbar .bmc-navbar-linkText {
 max-width: 235px;
}
.bmc-main-menu .bmc-navbar .bmc-icon-chevron {
 margin-top: -6px;
 font-size: 9px;
}
.bmc-main-menu .bmc-navbar .bmc-submenu-item a {
 font-size: 13.5px;
}
.bmc-main-menu .bmc-navbar .bmc-status-dev {
 font-size: 9px;
}
.bmc-main-menu .bmc-navbar .bmc-status-devBlock:after {
 border-top: 13px solid transparent;
 border-left: 13px solid transparent;
 border-right: 13px solid #ff781e;
 border-bottom: 13px solid #ff781e;
}
.bmc-main-menu .bmc-site-options .bmc-site-diskSpaceInfo {
 display: block;
}
.bmc-main-menu .bmc-site-options .bmc-site-o-list .popover {
 display: none !important;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-link {
 padding: 5px 25px 5px 10px !important;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-linkText {
 max-width: 210px;
}
.bmc-main-menu .bmc-user-logo {
 width: 110px;
}
.bmc-main-menu .bmc-user-logo img {
 width: 90px;
 height: 90px;
}
.bmc-main-menu .bmc-user-options .bmc-navbar-link .bmc-user-pic {
 width: 35px;
 height: 35px;
}
.bmc-main-menu .bmc-site-notices .bmc-navbar-linkText {
 max-width: 200px;
}
.bmc-main-menu .bmc-site-notices .bmc-notices-count {
 top: -11px;
}
.bmc-main-menu .bmc-site-notices input {
 font-size: 13px;
}
.bmc-main-menu .bmc-site-notices .bmc-notice-pic {
 width: 130px;
 height: 130px;
}
.bmc-main-menu .bmc-noticesList .bmc-noticeItem-pic img {
 width: 50px;
 max-height: 50px;
}
.bmc-main-menu .bmc-notice-settings .bmc-notice-content h5 {
 font-size: 17px;
}
.modal .bmc-qrCode-box {
 display: none !important;
}
.modal .bmc-downloadApp-box {
 width: 100% !important;
 margin-left: 0 !important;
 padding-left: 0 !important;
}
}
.bmc-main-menu.bmc-main-menu-primary {
background-color: #233445;
color: #657483;
}
.bmc-main-menu.bmc-main-menu-primary .bmc-logo-wrap .bmc-toggle-box {
color: #fff;
}
.bmc-main-menu.bmc-main-menu-primary .dropdown.open .bmc-navbar-link {
color: #333;
}
@media screen and (min-width: 1020px) {
.bmc-main-menu .bmc-navbar-link:hover {
 color: #333;
 background-color: #e1e5e9 !important;
 -webkit-box-shadow: inset 0 1px 0 #13c4a5;
 -moz-box-shadow: inset 0 1px 0 #13c4a5;
 box-shadow: inset 0 1px 0 #13c4a5;
}
.bmc-main-menu.bmc-main-menu-primary .bmc-menu-box .bmc-navbar-link:hover {
 color: #333;
}
.bmc-main-menu.bmc-main-menu-primary .bmc-menu-box .bmc-navbar-link {
 color: #a5b6c7;
 text-shadow: none;
}
}
/*mymymy*/
.font-awesome-icon {
font-size: 1em;
}

/* Show the dropdown menu on hover */
.bmc-nav-item:hover .dropdown-menu {
display: block;
}

.bmc-options-item:hover .dropdown-menu {
display: block;
}
