.btn-primary.dark {
  background-color: #91cfed;
	border-color: #39a9df;
}
.btn-primary.dark:hover,
.btn-primary.dark:focus,
.btn-primary.dark:active,
.btn-primary.dark.active,
.open .dropdown-toggle.btn-primary.dark {
  background-color: #91edec;
	border-color: #39b7df;
}

.theme-blue-gradient #header-navbar, #config-tool #skin-colors li a.skin-changer.blue-gradient, .theme-blue-gradient #header-navbar, .theme-blue-gradient #header-navbar .nav > li > a:hover, .theme-blue-gradient .navbar-toggle:hover {
    background: -moz-linear-gradient(top, #bfc2c4 0%, #ade3f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfc2c4), color-stop(100%,#ade3f5));
    background: -o-linear-gradient(top, #bfc2c4 0%,#ade3f5 100%);
    background: -ms-linear-gradient(top, #bfc2c4 0%,#ade3f5 100%);
    background: linear-gradient(to bottom, #bfc2c4 0%,#ade3f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc2c4', endColorstr='#ade3f5',GradientType=0 );
}

.main-box-gradient {
    -webkit-box-shadow: 1px 1px 2px 0 #1a294d;
    -moz-box-shadow: 1px 1px 2px 0 #1a294d;
    -o-box-shadow: 1px 1px 2px 0 #1a294d;
    -ms-box-shadow: 1px 1px 2px 0 #1a294d;
    box-shadow: 1px 1px 2px 0 #1a294d;
    margin-bottom: 16px;
    -webikt-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: -moz-linear-gradient(top, #edf9fd 0%, #bfc2c4 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf9fd), color-stop(100%,#bfbabc));
    background: -o-linear-gradient(top, #edf9fd 0%,#bfc2c4 100%);
    background: -ms-linear-gradient(top, #edf9fd 0%,#bfc2c4 100%);
    background: linear-gradient(to bottom, #edf9fd 0%,#bfc2c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf9fd', endColorstr='#bfc2c4',GradientType=0 );
}

.btn-menu {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 70%;
}

.btn-menu:hover {
  text-decoration: none;
}
