/*
Theme Name: NEUBOARD - Responsive Admin Theme
Theme URI: http://
Author: Authentic Goods Co.
Author URI: http://authenticgoods.co
Description: Bespoke NeuBoard Admin theme
Version: 1.0
License: 
License URI: 
Text Domain: neuboard
*/


/*****************************************
  General styles
*****************************************/
/*
img {
  width: 100%;
  height: auto;
}
*/

/*****************************************
  Site header
*****************************************/

.header-site-name {
  margin-top: 18px;
  margin-left: 18px;
  margin-right: 5px;
}


/*****************************************
  Left side navigation
*****************************************/

.current-menu-item > a,
.current-menu-item:hover,
.current-menu-item > a:hover {
  color: #fff !important;
  /*background-color: #004198 !important;*/
  /*border-radius: 4px !important;*/
  border-radius : 0px !important;
}

.current-menu-item {
  border-left-color : #004198 !important;
  background-color: #336699;
}

li.menu-item:hover {
  border-left-color : #004198;
}

li.menu-item {
  border-left : 3px solid #1d212a;
  transition : 0.4s all linear;
  -moz-transition : 0.4s all linear;
  -webkit-transition : 0.4s all linear;
  -o-transition : 0.4s all linear;
}

.sidebar .nav-pills > li > a {
  font-size: 14px;
  font-weight: 400;
  padding :5px 10px !important;
}

.sub-menu {
  list-style: none;
  padding: 0;
}

.sub-menu li {
  margin-top: 2px;
  border-width : 0px;
}

.sub-menu a {
  display: block;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 0.875em;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
}

.theme-default .sidebar-left .nav > li > a:hover {
  color : #fff;
  background-color : transparent !important;
}

/*****************************************
  Main content area
*****************************************/
blockquote {
    clear: both;
    border: 0;
    border-top: 1px solid #e1e2e4;
    border-bottom: 1px solid #e1e2e4;
    color: #666e73;
    font-style: normal;
    font-weight: 300;
    margin: 30px 0px 30px 50px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    text-align: left;
}
blockquote::before {
    font-size: 18px;
    display: inline;
    color: #004198;
    position: absolute;
    top: -1px;
    left: -42px;
    content: "\f00c";
    font-size: 34px;
    font-weight: 200;
    line-height: 45px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
}
.pageheader {
  min-height: 52px;
}

.content-title {
  margin-bottom: 5px;
}

.panel-body-left h1 {
  margin-bottom: 8px;
}

.panel-body-right {
  border-left: 1px solid #ddd;
}

@media (max-width: 767px) {
  .panel-body-right {
    border-left: none;
    border-top: 1px solid #ddd;
    margin-top: 12px;
  }
  .widget {
    margin-top: 12px;
  }
}


/*****************************************
  Right side widget area
*****************************************/

.widgettitle {
  margin-bottom: 5px;
}

.sidebar .nav-pills {
  margin-left : 0px !important;
  margin-right : 0px !important;
}

ul.sub-menu {
  display : none;
}

/*
.current-menu-item.menu-item-has-children > ul.sub-menu {
  display : block !important;
  height : 100% !important;
}

ul.sub-menu li {
  border-left-width : 0px !important;
}
*/

.current-menu-ancestor > ul.sub-menu {
  display : block;
}

.current-menu-ancestor {
  border-left-color : #004198 !important;
}

ul.sub-menu li.current-menu-item {
  background-color: #336699;
}

.sidebar .nav i{
  margin-top: 5px;
  transition : 0.4s all linear;
  -moz-transition : 0.4s all linear;
  -o-transition : 0.4s all linear;
  -webkit-transition : 0.4s all linear;
  float: left;
  margin-right: 5px;
  font-size : 10px;
}

ul.sub-menu > ul.sub-menu a {
  margin-left : 20px;
}

.sidebar .nav a {
  font-weight : 400;
}

.current-menu-ancestor > a {
	font-weight : bold !important; color:#ffffff;
}

.search-form-wrapper {
  margin-top: 16px;
  background-color: #f6f8f8;
  padding: 5px 5px 5px 15px;
  border-radius: 12px;
  font-size: 12px;
  border:1px solid #fff;
}

.search-form-wrapper > input {
  border: none;
  background: transparent;
}

.search-form-wrapper > button { 
  border: none;
  background: transparent;  
}

.search-form-wrapper:hover,.search-form-wrapper:focus {
  border-color:#dce0e6;
} 
.panel-body a:link {
    text-decoration: underline;
    outline: none;
    color: #336699;
}
.panel-body a:visited {
    text-decoration: underline;
    outline: none;
    color: #336699;
}
.panel-body a:hover {
    text-decoration: underline;
    outline: none;
    color: #77AADD;
}
.panel-body a:active {
    text-decoration: underline;
    outline: none;
    color: #336699;
}