/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table{
  width: 500px;
}

ol{
  list-style: disc;
}

td {
  padding: 15px;
  vertical-align:top;
}

.bs-docs-sidebar.affix-bottom, .bs-docs-sidebar.affix, .bs-docs-sidebar{
  width: 200px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.container{
  width: 85%;
}

.navbar
.footer {
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-brand{
  height: 40px;
}

/*title in nav*/
.title {
  color: #6f65fe;
  padding-right: 45px;
}

/* Custom page header */
.header {
  background-color: #3931a5;
  color: #ffffff;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 45px;
}

.header h1{
  margin-bottom: 30px;
  font-size: 50px;
}

.subtitle{
  color:#c1bdfe;
  font-size: 20px; 
  margin-bottom: 5px;
  padding-bottom: 0;
}

/*Custon page row*/
.bs-docs-section h1{
  font-size:30px;
}

.sidebar{
  position: fixed;
  top:20px;
}

p{
  white-space:normal;
}

.cus-col-9{
  width: 75%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cus-col-3{
  width: 25%;
  float:left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.footer p{
  margin: 0;
}

/* Customize container */
/*@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}*/
.container-narrow > hr {
  margin: 30px 0;
}

.log{
  margin-top: 20px;
  margin-bottom: 40px;
}

/*Customize buttom*/
.btn-cus:hover, .btn-cus:focus, .btn-cus:active{
  color:#ffffff;
  background-color: #3931a5;
  border-color: #3931a5;
}

.btn-cus{
  color: #3931a5;
  background: transparent;
  border-color: #3931a5;
  margin-bottom: 10px;
}

/*download*/
.download{
  padding: 0 10px 10px 10px ;
}

.red{
  color:red;
}

/*form*/
.form-cus-input{
  width: 200px;
}

.form-cus-textarea{
  width:500px;
}

.alert-error{
  background-color: rgba(245, 205, 186, 0.45);
  color:red;
}

.alert-success{
  background-color: rgba(186, 212, 245, 0.45);
  color: blue; 
}

/*database*/

.database td{
  padding: 5px 20px 5px 10px;
}

.delete{
  margin: 2px;
  padding: 0;
}
