﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color:#555;
  
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: Arial,sans-serif,Verdana !important;
    color: #555;
    font-size: 14px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.container {
    width: 90%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 2px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

.fixed_header tbody {
    display: block;
    overflow: auto;
    max-height: 200px;
    width: 100%;
	font-size:12px;
}

.fixed_header thead tr {
    display: block;
    width: 100%;
}
/*.accordian-button {
	color: #333;
	background-color: #f5f5f5;
	padding: 5px;
}

	.accordian-button:hover, .accordian-button:hover:focus {
		color: #333;
		background-color: #f5f5f5;
		padding: 5px;
	}*/

.panel-info {
    border: 1px solid #e3e3e3;
}

    .panel-info > .panel-heading {
        color: #333;
        /*background-color: #f5f5f5;
	border:1px solid #e3e3e3;*/
    }

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
    display: none;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
    display: inline-block;
}

i.fa {
    cursor: pointer;
    margin-right: 5px;
}

.collapsed ~ .panel-body {
    padding: 0;
}

.panel-body {
    background-color: #f5f5f5
}


.collapse > .well {
    margin-bottom: 0px;
}

.panel-info {
    border: none;
}

.form-group {
    margin-bottom: 4px;
}

.form-control, select.input-sm {
    /*height: 28px;*/
    font-size: 13px;
}

.input-sm {
    font-size: 13px;
}

.control-label {
    font-size: 13px;
}

.well {
    padding: 12px;
}

.ellipsis {
    display: block;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    color: #337ab7;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #337ab7;
        color: #eee;
    }

/*.navbar-nav > li > a {
	padding-top:6px;
	padding-bottom:6px;
}

.navbar-btn{
	margin-bottom:0px;
	margin-top:0px;
}*/

.btn {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-item {
    width: 20%;
    text-align: center
}

.nav-link {
    border-radius: 10%;
    color: red;
}

.nav-tabs {
    line-height: 0.8px;
    font-family: inherit;
    border-bottom: 1px solid darkgrey;
    font-size: 12px;
  
}

    .nav-tabs li a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: red;
        color: white;
        border: 1px solid darkgrey;
        border-radius: 6px 6px 0px 0px;
    }

    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        color: darkslategray;
        border-radius: 6px 6px 0px 0px;
        border: 1px solid darkgrey;
    }

    .nav-tabs > li > a {
        line-height:0.8;
    }


.footer {
    font-size:12px;
    /*position: fixed;*/
    /*left: 0;
    bottom: 0;*/
    /*width: 100%;*/
    background-color: dimgrey;
    color:white;
    text-align: center;
    padding:5px;
	border-radius:2%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
	padding: 5px;
}

