.header .navbar-brand .navbar-logo {
    background: #348fe2;
    border: 0;
  
}

.newlogo {
    background: url("/img/logo1.png") center repeat;
    width: 150px;
    height: 150px;
}
.logo-text{
    font-family: Garamond;
}
/*ae6f24*/
/*AE6F27*/
a {
    color: #ae6f24;
}

    a:focus, a:hover {
        color: #ae6f24
    }

.header .navbar-brand .navbar-logo {
    background: #00bcd4
}

.header .navbar-nav > li > a .label {
    background: #ae6f24
}

.gradient-enabled .sidebar .nav > li > a .label.label-theme {
    background: -webkit-linear-gradient(to bottom,#00d3ee 0,#00a5bb 100%);
    background: -moz-linear-gradient(to bottom,#00d3ee 0,#00a5bb 100%);
    background: -o-linear-gradient(to bottom,#00d3ee 0,#00a5bb 100%);
    background: linear-gradient(to bottom,#00d3ee 0,#00a5bb 100%)
}

.sidebar .nav > li.active > a {
    background: #ae6f24;
    background: linear-gradient(to bottom, #ad6c14 0%, #cd9d63 100%)
}

.gradient-enabled .sidebar .nav > li.active > a {
    background: -webkit-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: -moz-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: -o-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: linear-gradient(to bottom, #ad6c14 0%, #cd9d63 100%)
}

.sidebar .nav > li.active > a .label.label-theme {
    background: #ae6f24;
}

.gradient-enabled .sidebar .nav > li.active > a .label.label-theme {
    background: #ae6f24;
}

.top-menu .nav > li.active > a {
    background: #00bcd4
}

.float-sub-menu-container .float-sub-menu li.active:after {
    border-color: #ae6f24;
    background: #ae6f24
}

.bg-theme {
    background-color: #ae6f24 !important
}

.label-theme {
    background-color: #ae6f24
}

.text-theme {
    color: #ae6f24
}

.page-with-light-sidebar .sidebar .sub-menu > li.active:after {
    border-color: #ae6f24
}

.coming-soon .brand .logo {
    background: #ae6f24
}

.todolist > li.active > a i:before {
    content: '\f14a';
    color: #ae6f24
}

.todolist > li.active > a:focus i:before, .todolist > li.active > a:hover i:before {
    color: #ae6f24
}

.login.login-v1 .login-container .login-header .brand .logo {
    background-color: #00bcd4
}

.login.login-v2 .login-header .brand .logo {
    background-color: #ae6f24;
}

.login.login-with-news-feed .right-content .login-header .brand .logo {
    background-color: #ae6f24;
}

.pace .pace-progress {
    background: #ae6f24;
}

.pace .pace-activity {
    border-top-color: #ae6f24;
    border-left-color: #ae6f24;
}

.btn-warning {
    background-color: #AE6F27;
    border: #AE6F27;
    /*// background: linear-gradient(to bottom, #ad6c14 0%, #cd9d63 100%)*/
}
.text-goldicon {
    color: #AE6F27;
   
}
.bg-gold {
       background: -webkit-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: -moz-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: -o-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: linear-gradient(to bottom, #ad6c14 0%, #cd9d63 100%) ;
}
.panel.panel-gold > .panel-heading {
    background: -webkit-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: -moz-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: -o-linear-gradient(to bottom,#ae6f24 0,#cd9d63 80%);
    background: linear-gradient(to bottom, #ad6c14 0%, #cd9d63 100%);
    color: #fff;
}