
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #000000;
}

a {
    color: #d40000;
    text-decoration: none;
}

a:hover {
    color: #880000;
    text-decoration: underline;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #333333;
    background: rgba(0, 0, 0, 0.60);
}

.carousel-caption h4,
.carousel-caption p {
    line-height: 20px;
    color: #ffffff;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}
.carousel-indicators {
    position: absolute;
    top: 15px;

}
.carousel-indicators li {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.3);
}

.carousel-indicators .active {
    background-color: #fff;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

footer {
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background-color: #000000;
    text-align: center;
}






.navbar {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: -10px;
    background-color: #d40000;

}
.navbar .nav-link {
    color: #fff;
    background-color: #d40000;

}
.navbar-brand{
    color: #fff;
    background-color: #d40000;

}
.navbar .dropdown-item, .navbar .dropdown-divider {
    color: #fff;
    background-color: #d40000;

}

.navbar-toggler{
    color: blueviolet;
    background-color: greenyellow;
}



.tap{
    background-color: black;
}

.tap:active{
    background-color: green;
    color: bisque;
}

#nav-tabs{
    padding-top: 10px;
}


.ui-autocomplete
{
    position:absolute;
    cursor:default;
    z-index:1001 !important
}





div.info, div.legend {
  padding: 7px 7px;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  background: rgba(200,200,200,0.85);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom:10px
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
    margin-left:5px
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #eee;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-color: #000;
    background-image: -moz-linear-gradient(top, #eee, #444);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#444));
    background-image: -webkit-linear-gradient(top, #eee, #444);
    background-image: -o-linear-gradient(top, #eee, #444);
    background-image: linear-gradient(to bottom, #eee, #444);
    background-repeat: repeat-x;
    border-color: #000 #000 #000;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition:background-position .1s linear
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #999;
    background-color: #000;
}

.btn:active, .btn.active {
    background-color:#000 \9
}


.btn:hover {
    color: #444;
    text-decoration: none;
    background-position: 0 0;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition:background-position .1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow:inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}



.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

