/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  font-size:12px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 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 {
  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;
}


/*
 * Main content
 */

.main {
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.btn-circle
{
	width:5em;
	height:5em;
	padding-top:2em;
	text-align:center;
	vertical-align:middle;
	line-height:1em;
	border-radius:50%;
}

.btn-circle.btn-sm
{
	padding-top:0.5em;
	padding-left:0.5em;
	width:2em !important;
	height:2em !important;
}

.bg-green
{
	background-color:rgb(123,178,45) !important;
}

.panel-sinpromi .panel-heading
{
	color:white;
	font-size:1.4em;
	font-weight:bold;
}

.text-truncate
{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.panel-huge-graph
{
    height:450px;
    width:100%;
}


.panel-big-graph
{
    height:400px;
    width:100%;
}

.panel-medium-graph
{
    height:300px;
    width:100%;
}

.container-fluid
{
    padding-bottom:55px;
}

a:hover
{
    cursor:pointer !important;
}

.DEBUG_SITE
{
    background-color:#ccc!important;
}

.badge-danger{ background-color: #b94a48 !important; color:white!important;}
.badge-danger:hover { background-color: #953b39 !important;; color:white !important; }
.badge-warning { background-color: #f89406 !important;; color:white !important; }
.badge-warning:hover { background-color: #c67605 !important;; color:white !important; }
.badge-success { background-color: #468847 !important;; color:white !important; }
.badge-success:hover { background-color: #356635 !important;; color:white !important; }
.badge-info { background-color: #3a87ad !important;; color:white !important; }
.badge-info:hover { background-color: #2d6987 !important;; color:white !important; }
.badge-inverse { background-color: #333333 !important;; color:white !important; }
.badge-inverse:hover { background-color: #1a1a1a !important;; color:white !important; }

.lds-hourglass { display: inline-block; position: relative; width: 80px; height: 80px; }
.lds-hourglass:after { content: " "; display: block; border-radius: 50%; width: 0; height: 0; margin: 8px; box-sizing: border-box; border: 32px solid #fff; border-color: #fff transparent #fff transparent; animation: lds-hourglass 1.2s infinite; }
@keyframes lds-hourglass { 0% { transform: rotate(0); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 50% { transform: rotate(900deg); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 100% { transform: rotate(1800deg); } }

.fs-1 {font-size:1.1em}
.fs-2 {font-size:1.2em}
.fs-3 {font-size:1.3em}

.fs-sm-1 {font-size:0.8em}
.fs-sm-2 {font-size:0.6em}
.fs-sm-3 {font-size:0.4em}


.mt-1 {margin-top:1.2em}
.mt-2 {margin-top:1.4em}
.mt-3 {margin-top:1.6em}

.hs-1 {font-size:1.3em}
.hs-2 {font-size:1.6em}
.hs-3 {font-size:1.9em}

