@charset "utf-8";
/* Your styles here */
/*
.top_svg {
    background: url("../img/background/main.svg") no-repeat scroll 0 0 transparent;
    background-position: 50% -400px;
    background-size: 1800px 600px;
} */

html, body {
    background: url(../images/bg-pattern.png) repeat scroll 0 0 #eee;
}

.navbar-inverse .navbar-inner {
    background-color: #222222;
    background-image: none;
}

.logo {
   /* float: left;*/
    margin: 0 auto;
    width: 420px;
    height: 80px;
}

.page-footer {
    background: #222 url("../img/divider.png") repeat-x 0 0px;
    padding: 50px 0px 50px 0px;
    color: #F6F7FE;
}
.page-footer a {
    color: #E7E8ED;
    text-decoration: underline;
}

.menu_width {
    width: 108px;
    margin-right: 10px;
}
.ie8 .menu_width {
    width: 120px;
    margin-right: 10px;
}

.menu-document-library {
  background-image: url(menu-32/document-library.png) !important;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
}

.menu-calendar {
  background-image: url(menu-32/calendar.png) !important;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
}

.menu-flag {
  background-image: url(menu-32/flag.png) !important;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
}

.menu-customers {
  background-image: url(menu-32/customers.png) !important;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
}

.menu-config {
  background-image: url(menu-32/config.png) !important;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
}

.menu-statistics {
  background-image: url(menu-32/statistics.png) !important;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
}

.menu-users {
  background-image: url(menu-32/users.png) !important;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  margin: 5px auto;
}

.card-address {
    background-image: url("menu-32/card-address.png") !important;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin: 5px auto;
    width: 32px;
}