/* TurboGears flash bootstrap look */
#flash > div {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #c09853;
}

#flash > .ok {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#flash > .error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#flash > .info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}



#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin-top: 20px;
}

.table-bg { 
	background-color: #FFFFFF; 
	opacity:0.9;
}

#order_button {
	cursor: pointer;
}

.jumbotron {
	opacity: 0.9;
    border-radius: 6px;
}

#login_jumbotron {
    background-color: #EAEAEA;
}

#bot_logo{
	max-height: 120px;
	opacity:1;
    max-width: 100%;
}

#bot_logo span{
    vertical-align: bottom;
    display: inline;
    padding-left: 1em;
    color: #4d351d;
    font-size: 21px;
    font-weight: 200;
    white-space: nowrap;
}

#jb_top {
	padding-top: 21px;
}

@media screen and (min-width: 726px) {
    #container_top {
        margin-left: 15%;
        margin-bottom: -1%;
    }
}


#user_infos {
    width: 100%;
}


#dashboard_panel_row {
  padding-top: 5%;
}

#volume_circle {
  text-align: center;
}

#user_infos .input_cell {
    text-align: right;
}

#order_succes_banner {
	margin-top: 5%;
}

#charge_spacer {
  padding-left: 45px;
}

#charge_widget h2 {
  margin-bottom: 11px;
  margin-top: 0px;"
}

body {
  padding-top: 80px;
  margin-bottom: 50px;
}

html {
  position: relative;
  min-height: 100%;
}
