html,
body {
  /*overflow-x: hidden!important;*/
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  background: #f1f2f7;
/*  min-width:1300px;*/
}
.header,
.wrapper{
  min-width:300px;
}
.header .toggle-icon{
	display:none!important;
}

a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Layouts */
.wrapper {
  min-height: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
/* Header */
body > .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
/* Define 2 column template */
.right-side,
.left-side {
/*  min-height: 100%;*/
  display: block;
}
/*right side - contins main content*/
.right-side {
  background-color: #f1f2f7;
  margin-left: 0px;
}
/*left side - contains sidebar*/
.left-side {
 /* position: absolute;*/
  width: 230px;
/*  top: 0;*/
/*  top: 91px;*/
float:left;
margin-top:20px;
}
@media screen and (min-width: 992px) {
  .left-side {
    /*top: 50px;*/
    top: 91px;
  }
  /*Right side strech mode*/
.right-side.strech {
    margin-left: 55px;
  }
 .right-side.strech > .content-header {
    margin-top: 0px;
  }
 /* Left side collapse */
 .left-side.collapse-left {
    width: 55px;
     overflow: visible;
  }
}
/* Left side collapse */
.collapse-left .ads > li span,
.collapse-left .user-panel {
  display: none;
}

.collapse-left .ads > li a{
  position: relative;
}
.ads>li a>i span{
  display: none;
}
.collapse-left .ads>li a>i span{
  display:block;
  position: absolute;
  right:2px;
  top:2px;
  z-index: 102;
}
.collapse-left .ads>li a:hover>span{
  display: block!important;
  position: absolute;
  width: auto;
  height:48px;
  line-height: 48px;
  top:-1px;
  left: 54px;
  z-index: 12;
  background-color: #192f3d;
  padding-left:15px;
  padding-right: 15px;
  white-space: nowrap;
}
.collapse-left .ads>li a:hover>span::before{
  left: -11px;
  top: 50%;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #192f3d;
  border-width: 6px;
  margin-top: -6px;
  z-index: 100;
}
/*Give content full width on xs screens*/
@media screen and (max-width: 992px) {
  .right-side {
    margin-left: 0px;
  }
}
/* Content */
.content {
  padding: 0px 5px;
  background: #f0f3f4;
  overflow: visible;
}
/* Utility */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6{
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Lato', sans-serif;
}

/* All images should be responsive */
img {
  max-width: 100%;
  min-width:8px;
}
a img, .imglogo img{
	max-width:inherit
}
.mceToolbarTop img {
  min-width:1px;
}

/*alert*/
.alert-danger {
  background-color: #fad5d5;
}
.alert-success {
  background-color: #cffabd;
}
.alert-warning {
  background-color: #fcf4c9;
}
/*badge colors*/

.badge-success {
  background-color: #27C24C;
  color: #DFF5E4;
}
.badge-warning {
  background-color: #FAD733;
  color: #FDF8E5;
}
.badge-info {
  background-color: #23B7E5;
  color: #E3F6FC;
}
.badge-danger {
  background-color: #F05050;
  color: #FAE6E6;
}
.badge-primary {
  background-color: #4697ce;
}
.badge-inverse {
  background-color: #4f5259;
  color: #DFE2F0;
}
.badge, .label {
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}


@media print {
.no-print {
    display: none;
  }
.left-side,
  .header,
.content-header {
    display: none;
  }
  .right-side {
    margin: 0;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
    Components: navbar, logo and content header
-------------------------------------------------
*/
body > .header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
body > .header .navbar {
/*  height: 50px;*/
  min-height: 70px;
  margin-bottom: 0;
  margin-left: 15px;
}
.sidebar-toggle {
  float: left;
  padding: 9px 5px;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  margin-left: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.sidebar-toggle:hover .icon-bar {
  background: #f6f6f6;
}
.sidebar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sidebar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
body > .header .navbar-right * {
color:#666666
}
body > .header .navbar-right .nav > li > a {
  font-weight: normal;
}
body > .header .navbar .nav > li.user > a > .fa,
body > .header .navbar .nav > li.user > a > .glyphicon,
body > .header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
body > .header .navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 2px;
  font-size: 10px;
  font-weight: normal;
  width: 15px;
  height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}
body > .header .navbar .nav > li > a:hover > .label {
  top: 3px;
}

body > .header .logo .icon {
  margin-right: 10px;
}
.right-side > .content-header {
  position: relative;
  padding: 15px;
}
.right-side > .content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.right-side > .content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {

}
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .navbar .navbar-right {
   /* float: right;*/
  }
}
@media screen and (max-width: 560px) {
  body > .header {
    position: relative;
  }
  body > .header .logo,
  body > .header .navbar {
    width: 100%;
    float: none;
    position: relative !important;
  }
  body > .header .navbar {
    margin: 0;
  }
body.fixed > .header {
    position: fixed;
  }
body.fixed > .wrapper,
  body.fixed .sidebar-offcanvas {
    margin-top: 100px!important;
  }
}
/*
    Component: Sidebar
--------------------------
*/
.sidebar {
  margin-bottom: 5px;
}
.sidebar .sidebar-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent!important;
}
.sidebar .adminPageLink,
.sidebar .ads {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  background-color:#ffffff;
}
.sidebar .adminPageLink> li {
  margin: 0;
  padding: 5px 5px 5px 0px;
}
.sidebar .ads > li {
  margin: 0;
  padding: 0;
}
.sidebar .ads > li > a {
  padding: 5px 5px 5px 5px;
  display: block;
  height: 42px;
  line-height: 32px;
  white-space:nowrap;
  overflow:hidden
}
/*.sidebar .ads > li.langsel {
  padding-left: 40px;
}*/
.sidebar .ads > li.langsel > a {
  padding: 5px 5px 5px 5px;
  width:32%;
  display: inline-block;
  height: 42px;
  line-height: 32px;
  white-space:nowrap;
  overflow:hidden;
  text-align:center
}

.sidebar .ads > li{
  min-height: 15px;
}
.sidebar .ads > li > a > .fa,
.sidebar .ads > li > a > .glyphicon,
.sidebar .ads > li > a > .ion {
  width: 40px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 140%;
}
.sidebar .ads > li > a > .fa span.badge {
  font-family: 'Lato', sans-serif;
}
.sidebar .ads .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .ads .treeview-menu > li {
  margin: 0;
}
.sidebar .ads .treeview-menu > li > a {
  padding: 8px 5px 8px 15px;
  display: block;
  font-size: 14px;
  margin: 0px 0px;
}
.sidebar .ads .treeview-menu > li > a > .fa,
.sidebar .ads .treeview-menu > li > a > .glyphicon,
.sidebar .ads .treeview-menu > li > a > .ion {
  width: 20px;
}
.user-panel {
  padding: 10px;
}
.user-panel:before,
.user-panel:after {
  display: table;
  content: " ";
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}
.user-panel > .info {
  font-weight: 600;
  padding: 0px 0px 0px 5px;
  font-size: 14px;
  line-height: 1;
}
.user-panel > .info > p {
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}

/*
    Dropdown menus
----------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2300;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #3c8dbc;
  color: #f9f9f9;
}
.dropdown-menu-right > li > a:hover {
  background-color: #39435c;
  color: #f9f9f9;
}

.navbar-nav > .user-menu > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border-top-width: 0;
  width: 225px;
}
.navbar-nav > .user-menu > .dropdown-menu:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f9fafc;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  background: #3c8dbc;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 8px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #f9f9f9;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  text-shadow: 2px 2px 3px #333333;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #0073b7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}
.navbar-nav > .user-menu .fa-fw {
    width: 1.28571429em;
    text-align: center;
    padding-top: 3px;
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
  animation-name: fadeAnimation;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: .7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
  }
}
/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {

  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
    border-width: 0px!important;
  }
 .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
.navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
 .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
}
/*
    Skin Black
    --------
*/
/* skin-black navbar */
 .navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}
 .navbar .nav a {
  color: #333333;
}
 .navbar .nav > li > a:hover,
 .navbar .nav > li > a:active,
 .navbar .nav > li > a:focus,
 .navbar .nav .open > a,
 .navbar .nav .open > a:hover,
 .navbar .nav .open > a:focus {
  background: #39435C;
  color: #fff;
  padding-bottom: 14px;
}
 .navbar .navbar-right{
  float:none;
  position: absolute;
    left:0; top:0; 
    right:0;
    height:30px;
} 
 .navbar .navbar-right > .nav {
  margin-right: 15px;
  float:right
}
 .sidebar-toggle .icon-bar {
  background: #333333;
}
 .sidebar-toggle:hover .icon-bar {
  background: #999999 !important;
}

/* skin-black content header */
 .right-side > .content-header {
  background: #fff;
  box-shadow: none;
}
/* Skin-red user panel */
 .user-panel > .image > img {
  border: 1px solid #444;
}
 .user-panel > .info,
 .user-panel > .info > a {
 /* color: #eee;*/
  color: #666;
}
/* skin-black sidebar */
 .sidebar {
/*  border-bottom: 1px solid #39435C;*/
}
 .sidebar ul.ads{
/*  border-bottom: 1px solid #39435C;*7
}
 .sidebar > .ads > li {
  /*border-top: 1px solid #333;
  border-bottom: 0px solid #444;*/
}
 .sidebar > .ads > li:first-of-type {
/*  border-top: 1px solid #444;*/
}
 .sidebar > .ads > li:first-of-type > a {
/*  border-top: 0px solid #333;*/
}
 .sidebar > .ads > li > a {
  margin-right: 1px;
}
 .sidebar > .ads > li > a:hover,
 .sidebar > .ads > li.aktiv > a {
  color: #f6f6f6;
  background: #425164;
}
 .sidebar > .ads > li > .treeview-menu {
  margin: 0 1px;
  background: #35404d;
}
 .left-side {
  background: #39435C;
}
 .sidebar a {
  color: #eee;
}
 .sidebar a:hover {
  text-decoration: none;
}
 .treeview-menu > li > a {
  color: #ccc;
}

@-webkit-keyframes pace-stripe-animation {
  0% { -webkit-transform: none; transform: none; }
  100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-moz-keyframes pace-stripe-animation {
  0% { -moz-transform: none; transform: none; }
  100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-o-keyframes pace-stripe-animation {
  0% { -o-transform: none; transform: none; }
  100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-ms-keyframes pace-stripe-animation {
  0% { -ms-transform: none; transform: none; }
  100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@keyframes pace-stripe-animation {
  0% { transform: none; transform: none; }
  100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}

.dropdown-menu.dropdown-custom>li {
padding: 8px 10px;
font-size: 12px;
}
.dropdown-menu li:first-child.dropdown-header {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

li.dropdown-header {
padding: 5px 10px;
color: #394263;
background-color: #f9fafc;
border-top: 1px solid #eaedf1;
border-bottom: 1px solid #eaedf1;
}
.dropdown-menu .divider {
margin: 2px 0;
padding: 0!important;
background-color: #f0f0f0;
}
.dropdown-menu.dropdown-custom>li>a {
border-radius: 3px;
}
.dropdown-menu>li>a {
padding: 6px 10px;
}
.dropdown-menu.dropdown-custom>li>a:hover {
  color: #fff;
}
.dropdown-menu.dropdown-custom {
  min-width: 200px;
}


.footer-main {
  background-color: #FFF;
  padding: 7px 13px;
  border-top: 1px solid #eee;
  text-align: center;
}

  body {
    background-color: #fff;
    font-size: 15px;
  }
  body > .header .logo {
    height: 70px;
    line-height: 55px;
  }
body > .header .logo img {
    width: auto;
    height: auto;
    padding-top: 0px;
    margin: 0 auto;
    max-height:60px; max-width:220px;
  }
    body > .header .navbar {

        margin-bottom: 0;
    }

    body > .header .logo {
        float: left;
        font-size: 20px;
        /*line-height: 50px;*/
        text-align: center;
        padding: 5px 10px;

        font-family:'Open Sans',sans-serif;
        font-weight: 500;
        height: 70px;
        display: block;
    }
    .user-panel{
  /*    border-bottom: rgba(255,255,255,0.1) 1px solid!important;*/
      border-top: rgba(255,255,255,0.1) 1px solid!important;
    }
    .sidebar-toggle {
          padding: 5px 5px;
          margin: 0;
    }
    a.sidebar-toggle .icon-bar {
        background: #fff!important;
    }

   .navbar {
          background-color: #ffffff;
          border-bottom: none;
      }

   .navbar .nav .dropdown-menu a {
              color: #666666;
          }
           .navbar .nav a {
              color: #666666;
          }
           .navbar .nav-tabs  a{
              color: #ffffff;
          }

     .dropdown-menu.dropdown-custom > li > a:hover {
              color: #fff;
          }
    .toggle-icon {
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        float: left;
        color: #fff;
        margin: 10px 0;
    }

    .sidebar-toggle .icon-bar {
          display: block;
          width: 24px;
          height: 3px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
              margin-bottom: 5px;
      }
    body > .header {
        position: relative;
        max-height: 150px;
        z-index: 1030;
    }

.adminPageLink .left-side{ top:75px }

.adminPageLink .adminPageLink{
 height:25px; line-height:25px; overflow:hidden;
 background-color:gray;
 list-style: none outside none; margin:0; padding:0 10px 0 0;
}
.adminPageLink .adminPageLink li{
 list-style: none outside none;	
 float:right; padding:0 10px;
}
.adminPageLink .adminPageLink li {
    line-height: 22px;
}
.adminPageLink .adminPageLink li {
    border-left: 1px solid #fff;
    display: block;
    float: right;
    height: 25px;
    line-height: 25px;
}
.adminPageLink .adminPageLink * {
    font-size: 14px;
}

   .content {
          background: #f6f6f6;
          overflow: visible;
      }
.navbar-right, .navbar {
	white-space:nowrap;
	/*overflow:hidden*/
}
.nav::after{
	clear:both;
}      
.navbar-right *{
    padding-top:0; padding-bottom:0;
    height:30px; line-height:30px;
}
.navbar-right .fa{
line-height:normal;padding-right:3px;
}
    .navbar-right .icon{
    padding-left:20px !important;
    background-position:0 50%;
}
    .navbar-right .nav > li {
      color:#333
    }
    .navbar-right .nav > li {
      padding: 0px 5px;
    }
    .navbar-right .nav > li > a {
      padding: 5px 5px;
    }
    .navbar ul.nav.nav-tabs {
      float:left;
    }
     .sidebar .ads > li._no a,
     .sidebar .ads > li._no,
     .sidebar .ads > li._no a:hover,
     .sidebar .ads > li._no:hover,
     .sidebar .ads > li._no:hover a
    {
      background:transparent;
      color: rgba(0,0,0,0.4);
      cursor: default;
    }
    .ads .badge {
      margin-left: 5px;
    }
    .sidebar b{
	font-size:larger;
}
    .sidebar h2{
      display:none;
    }
.upgrade{
	background-color:#ffffff;
	width:170px; margin:0 auto;
	padding:10px 10px 10px 10px;
}
.upgrade h2{
 display:block;
 font-size:18px;
	margin:0;
}
.nosidebar .left-side{
	display:none;
}
.nosidebar .right-side{
	margin-left:0;
}

    .left-side {
     /*background-color: #192f3d;*/
     background-color: #f6f6f6;
     }
ul.ads li.empty, ul.ads li.empty:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
}
     .sidebar .ads > li {
       border-bottom: rgba(0,0,0,0.1) 1px solid;
       border-top: rgba(255,255,255,0.1) 1px solid;
     }
/*     .sidebar > .ads > li:hover,
     .sidebar > .ads > li.aktiv,*/
     .sidebar > .ads > li:hover > a,
     .sidebar > .ads > li.aktiv > a
     {
        color: #f6f6f6;
        position: relative;
    }
     .sidebar > .ads > li.empty:hover
     {
        color: #666666;
        background-color: transparent;
        position: relative;
    }
   .navbar {

        border-bottom: 1px solid #f6f6f6;
    }
     .sidebar a {
      /*color: #f6f6f6;*/
      color: #666666;
    }
     .sidebar > .ads > li > a:hover,
     .sidebar > .ads > li.aktiv > a {
    color: #f6f6f6;
}
 .sidebar > .ads > li > a:hover,
 .sidebar > .ads > li.aktiv > a {
    color: #f6f6f6;
}
    .sidebar .ads > li.disabled a:hover:after,
    .sidebar .ads > li.disabled:hover:after,
    .sidebar .ads > li.disabled a:after,
    .sidebar .ads > li.disabled:after{
      border: none;
    }
     .sidebar > .ads > li:first-of-type > a {
        /*border-top: 0px solid #1E2A36;*/
    }
     .sidebar > .ads > li:first-of-type {
        /*border-top: 1px solid #1E2A36;*/
    }

        .nav>li>a:hover, .nav>li>a:focus {
            text-decoration: none;
            background-color: #eee;
        }

         .navbar .nav > li > a {
          border:none;
          margin-right: 5px;
        }
        .navbar-left {
          /*margin-top: 8px;*/
          margin-top: 36px;
        }
        .navbar-left li a {
          background-color: #f6f6f6;
          border:1px #999 solid !important;
              border-bottom:1px #f6f6f6 solid !important;
          padding: 6px 10px !important;
        }
        .navbar-left li.active a,
        .navbar-left li.active a:hover,
        .navbar-left li.active a:active,
        .navbar-left li.active a:focus,
         .navbar-left li a:hover,
         .navbar-left li a:active,
         .navbar-left li a:focus
         {
          color: #ffffff !important; 
            border:none;
        }
           .nav-tabs > li.inaktiv > a,
           .nav-tabs > li.inaktiv > a:hover,
           .nav-tabs > li.inaktiv > a:focus {
              color: #cccccc !important;
              border: 1px #cccccc solid !important;
              border-bottom:0 none !important;
              background-color:#f6f6f6!important;
              cursor:default
          }


         .navbar .nav .open > a,
         .navbar .nav .open > a:hover,
         .navbar .nav .open > a:focus {
              color: #f6f6f6;
              padding-bottom: 14px;
          }
        .dropdown-menu-right > li > a:hover {
            /* color: #f9f9f9; */
        }
   .tab-modul {
    /*  margin-top: 10px;*/
      margin-top: 20px;
      margin-bottom: 10px;
    }
    .nav-tabs {
      border: none;
    }
    .nav-tabs>li {
      margin-bottom: 0;
    }
.tab-modul .panel-body {
          padding: 15px 15px 15px;
          background: white;
      }

.shadow {
      -ms-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
      -o-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
      box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}


@media screen and (max-width: 992px) {
.logo {
    width: 55px;
    overflow:hidden
}
.user-panel{
	display:none
}
body > .header .navbar{
	margin-left:15px;
}
.left-side{
    width: 55px;
    overflow:hidden
}
.left-side ul{
width:230px;
}
.sidebar .ads > li > a > .fa,
.sidebar .ads > li > a > .glyphicon,
.sidebar .ads > li > a > .ion {
  width: 50px;
}
  body > .header .logo img {
    display: none;
  }
  body > .header .logo .name {
    display: none;
  }
/*  body > .header .navbar {
    margin-left: 55px!important;
  }
  .logo {
    width: 55px;
  }
*/
 }
 @media (min-width: 993px){
   .logo{
/*     width: 230px;*/
     width: 245px;
   }
 }
/*@media (min-width: 560px) and (max-width: 630px) {
  .navbar-right .nav > li > a > i {
    display: none;
  }
}
*/