/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require bootstrap.min
 *= require bootstrap
 *= require starter-template
 *= require docs.min
 *= require_tree .
 *= require_self
 */
.my_right{
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}

.my_btn{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.my_top{
  margin-top: 15px;
}

.my_no_top {
  margin-top: 0px;
}

.my_no_bottom {
  margin-bottom: 0px;
}


.my_width_all{
  width: 98%;
}

.my_no_indent{
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 0px;

}

.my_narrow_indent{
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}


.my_indent{
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.my_bold{
  font-weight: bold;
}

.h5{
  font-weight: bold;
}

.table_header{
  margin-top:15px;
  margin-bottom:15px;
}

.space_hearder{
  margin-top:0px;
}

.right{
  position: absolute;
  right: 15px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.panel-group {
  margin-top: 15px;
  margin-bottom:0px;
}

.navbar {
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px;
  margin-bottom:5px;
}