﻿body {
    padding-top: 120px;
    margin-bottom:40px;
}

.footer
{
    position:relative;
    bottom:0;
    width:100%;
    max-height:40px;
    min-height:10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
 
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}

.panel-blue {
  border-color: #010a87;
}
.panel-blue > .panel-heading {
  color: #fff;
  background-color: #010a87;
  border-color: #010a87;
}
.panel-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #010a87;
}
.panel-blue > .panel-heading .badge {
  color: #010a87;
  background-color: #fff;
}
.panel-blue > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #010a87;
}

.tag {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Segoe UI';
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: transparent;
    color: #010a87
}

.tagred {
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-top-right-radius:10px;
    background-color: red;
    min-width: 30px;
    min-height: 20px;
}

.whitetext
{
   color:  #fff;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.btn-transparent
{
    color: #010a87;
    background-color:transparent;
    border-color: transparent;
    margin:0px;
}

.btn-transparent-negativetop
{
    color: #010a87;
    background-color:transparent;
    border-color: transparent;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    margin-top:-10px;
}

.btn-transparent-white,
.btn-transparent-white:focus,
.btn-transparent-white.focus,
.btn-transparent-white:hover,
.btn-transparent-white.hover,
.btn-transparent-white:active:hover,
.btn-transparent-white.active:hover,
.btn-transparent-white:active:focus,
.btn-transparent-white.active:focus
{
    color:white;
    background-color:transparent;
    border-color: transparent;
    margin:0px;
}

.btn-transparent-blue,
.btn-transparent-blue:focus,
.btn-transparent-blue.focus,
.btn-transparent-blue:hover,
.btn-transparent-blue.hover,
.btn-transparent-blue:active:hover,
.btn-transparent-blue.active:hover,
.btn-transparent-blue:active:focus,
.btn-transparent-blue.active:focus {
    color: #010a87;
    background-color: transparent;
    border-color: transparent;
    margin: 0px;
}

.btn-transparent-green,
.btn-transparent-green:focus,
.btn-transparent-green.focus,
.btn-transparent-green:hover,
.btn-transparent-green.hover,
.btn-transparent-green:active:hover,
.btn-transparent-green.active:hover,
.btn-transparent-green:active:focus,
.btn-transparent-green.active:focus {
    color: #017800;
    background-color: transparent;
    border-color: transparent;
    margin: 0px;
}

.transparent {
    background-color: transparent;
}

.bluetransparent{
     background-color: aliceblue;
}

.rounded {
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0px;
    padding: 0px;
}

.right-border {
    border-right: 1px solid #ccc;
    border-left: 0px;
    border-bottom:0px;
    border-top: 0px;
    font-weight:normal;
}

.leftright-border {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; 
    border-bottom: 0px;
    border-top: 0px;
    font-weight: normal;
}


.color-success
{
    color: green;
}

.color-maroon {
    color: maroon;
}

.color-yelloworange
{
    color: #ffe200
}

