
/*-----Misc-----*/

input {
  line-height: normal;
  margin:2px;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}



label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
}

input[type="search"],input[type="text"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px !important;
  overflow:hidden;
}

.tab-content > .active {
    display: block;
    padding: 20px;
}

.glyphicon {
  position: relative;
  top: 4px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  right: -100px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






	
/*----------Definitely Important----------*/
	
/*-----Bottom Row Buttons-----*/

.btn-primary {
  color: #fff;
  background-color: #00A9D0;
  border-color: #00A9D0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #34475F;
  border-color: #34475F;
}

/*-----Panel and Panel Body-----*/

.panel {

  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;

}

.panel-title > a {
  color: black;	
  text-align:center;
}

.panel-group {
  margin-bottom: 20px;
  position:relative;
  z-index:10;
}


.panel-group .panel + .panel {
	margin-top: 0px
}

.panel-body{
 height:auto;
 max-height: 33vh;
  overflow-y:scroll;
}


.panel-body1{
 height:auto;
 
  overflow-y:auto;
  padding:15px;
}

.panel-default {
  border-color: #ddd;
  position: relative;
	z-index: 10;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
  overflow:auto;
}

/*-----Modal-----*/

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  display: none;
  overflow: auto;
  /*overflow-y: scroll;*/
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width:600px;
  margin: 30px auto;
}


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
}

.modal-body {
  position: relative;
  padding: 20px !important;
}


/*-----Content and Canvas-----*/


.content
{
	overflow:hidden;
	position:absolute;
	background:#fff;
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #ccc;
	width:100%;
	top:0px;
	bottom:0px;
	right:0;
	left:0;
}

.canvasStack{
	
	position:relative;

	width:100%;
	height:100%
	
}

/*-----weird media things-----*/

/*@media */(max-width: 767px) 
	{ 
		ul#menus-elevations{
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
    }

		.sidebar
		{
			position: absolute;
			top: 0px;
			height: 0px;
            width: 0px;
            overflow: hidden;
			left:100%; 
			padding:0;
            
	    }
		
		.sidebar.on
		{    /*
			width:66%;
			right:66%;
			z-index:6000;
            height:auto;
            position:absolute;
			*/
			width:90%;
			right:90%;
			z-index:6000;
            height:auto;
            position:absolute;
			left:0;
			bottom:100px;
			top:0px;
			z-index:9999;
        }
	
	}


/*----------Doesn't appear to do anything----------*/


/*@media */(min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

}
/*@media */(min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

}
/*@media */(min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  
}
/*@media */(max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
/*@media */(min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

}

/*@media */(min-width: 600px) {
  .container {
    width: 570px;
  }
}