/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


body {
    padding-top: 72px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.62857;
    padding: 4px;
    vertical-align: middle;
}

.panel-heading {
  padding: 6px 10px 6px 10px;
}

.form-control {
  padding: 5px 10px 5px 10px;
  height: 32px;
}

.form-control-min {
  padding: 4px 10px 4px 10px;
  height: 30px;
}

.form-control-isir {
  display: block;
  height: 28px;
  padding: 2px 4px;
  font-size: 13px;
  line-height: 1.1;
  width:100%;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.well-last {
  margin-bottom: 0;
}

.btn-min {
   padding: 2px 4px;
}

.btn-help-text {
   font-size: 70%;
   text-align: center;
}

.btn-a {
   width: 100%;
   text-align: left;
}


.btn-disable {
   cursor: default;
}

.nav-min > li > a {
    display: block;
    padding: 4px 8px;
    position: relative;
}

.bg-default {
   background-color: #eee;
}

.td-title {
   font-style: italic;
}

.td-title label {
   font-weight: normal;
}

.page-header {
  padding-bottom: 9px;
  margin: 2px 0 10px;
  border-bottom: 1px solid #eee;
}

.breadcrumb {
  margin-left: 14px;
  margin-right: 14px;
}

.table-title {
  margin: 0;
  padding: 0;
}

.table-title > thead > tr > th, 
.table-title > tbody > tr > th, 
.table-title > tfoot > tr > th, 
.table-title > thead > tr > td, 
.table-title > tbody > tr > td, 
.table-title > tfoot > tr > td {
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px 5px;
}


.alert-input
{
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.alert-form
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 05px;
  padding-bottom: 5px;
}


.table-scroll{
    width:100%;
    max-width:200%;
    overflow-x:scroll;
}

.table-fix {
    max-width: 200%;
    width: 200%;
	 white-space: nowrap;    
}

/*
.navbar {
    margin-bottom: 14px;
}
*/
.text-help {
    font-size: 75%;
}

.import-template-selectBox{
   width: 100px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('./page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
