body, html {
	padding: 0;
	margin: 0;
    font-family: 'OpenSans', Arial, sans-serif;
}

body {
    min-height: 1000px;
    min-width: 900px;
    padding-top: 70px;
    padding-bottom: 100px;
}

.p5 { padding: 5px!important; }
.p20 { padding: 20px!important; }
.mt40 { margin-top: 40px!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mb0 { margin-bottom: 0px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb40 { margin-bottom: 40px!important; }
.pl0 { padding-left: 0!important; }

.center { text-align: center!important; }
.left { text-align: left!important; }

.block { display: block !important; }
.none { display: none !important; }

.nowrap { white-space: nowrap !important; }

.strong { font-weight: bold; }

.fright { float: right; }

.navbar-fixed-top {
    -webkit-box-shadow: 0 2px 3px #eee;
    box-shadow: 0 2px 3px #eee;
}

.navbar-brand {
    padding: 9px 15px 0 15px;
}

.navbar-brand img {
    height: 21px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}


.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 15px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}


/* Sidebar navigation */

.nav-sidebar > li {
    position: relative;
}

.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


.nav-sidebar > li > i {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 11px;
    background: transparent url('../../img/lamp.png') top left no-repeat;
    cursor: pointer;
}

.nav-sidebar > li > i.active {
    background-position: 0 -16px;
}

.main .page-header {
    margin-top: 0;
}

.tab-content {
    padding-top: 20px;
}

#hTitle {
    position: relative;
}

#hTitle a {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent url('../../img/external_link.png') top left no-repeat;
    margin-left: 15px;
    margin-top: 1px;
}

#tDesign a.changed {
    padding-right: 20px;
    background: transparent url('../../img/extension.png') top right no-repeat;
}

#tDesign div.changed {
    padding-left: 20px;
    background: transparent url('../../img/extension.png') top left no-repeat;
}

#tMakets #aTestMaket {
    padding-right: 20px;
    background: transparent url('../../img/link.png') bottom right no-repeat;
}

.saved-msg {
    display: inline-block;
    opacity: 0;
    padding: 4px 30px 4px 10px;
    margin-left: 10px;
    border-radius: 4px;
}


#dEvent h1 small {
    margin-left: 60px;
}


.form-horizontal h3 {
    margin-left: 12px;
    margin-top: 0;
}

.form-horizontal label.bg-danger {
    padding: 7px 5px 7px 25px;
    border-radius: 4px;
}

.color-test {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #f9f9f9;
    margin-right: 10px;
}

.odd .color-test {
    border: 1px solid #ffffff;
}

#oRegForm label {
    font-weight: normal;
}

#oRegForm > li {
    margin-bottom: 14px;
}

.authform {
    width: 350px;
    margin: 0 auto;
}

.scan-message {
    font-size: 30px;
    margin: 20px 0;
    color: darkcyan;
    font-weight: bold;
}

.scan-message-error {
    color: red !important;
}

input.loading {
    background: #EEEEEE url('/img/ajax-loader.gif') center center no-repeat;
}

.stat-table tfoot > tr > td,
.stat-table tfoot > tr > th {
    border-top-width: 2px;
}

.stat-table td.day-begin,
.stat-table th.day-begin {
    border-left-width: 2px;
}