﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.readonly{
        /*background-color: rgb(235, 235, 228) !important;*/
        color: #a1a1a1 !important;
        background-color: #f5f5f5 !important;
    }

.mt10{
    margin-top: 10px;
}

.mt21{
    margin-top: 21px;
}

.mt25{
    margin-top: 25px;
}

.custom-grid-button {
    margin-right: 3px;
    margin-right: .3rem;
    margin-left: -3px;
    margin-left: -.3rem;
}

.index-panel-title{
    padding-top: 6px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    min-height: 60px;
}

.navbar-inverse {
    background-color: #5F6060;
    border-color: #080808;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    height: 60px;
    padding-top: 20px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select {
    max-width: 300px;
}*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none
  }
}

/* Responsive Table Styles */
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#attribution-table table, 
	#attribution-table thead, 
	#attribution-table tbody, 
	#attribution-table th, 
	#attribution-table td, 
	#attribution-table tr,
    #note-table table, 
	#note-table thead, 
	#note-table tbody, 
	#note-table th, 
	#note-table td, 
	#note-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#attribution-table thead tr,
    #note-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#attribution-table tr,
    #note-table tr { 
        border: 1px solid #ccc; 
	}
 
	#attribution-table td,
    #note-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#attribution-table td:before,
    #note-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#attribution-table td:before,
    #note-table td:before { 
        content: attr(data-title); 
	}
}

.panel-heading {
    background-color: #5F6060 !important;
    border-color: #5F6060 !important;
    color:white !important;
    font-size: large !important;
}

