﻿body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.header {
    background-color: #000;
}

.logo {
    margin: 0 50px 0 50px;
}

.logo-container {
    height:95px;
}

.header-border {
    height: 7px;
}

.navbar-toggler {
    margin-top: 20px;
}

.header-border1 {
}

.header-border2 {
    background: #00BDEF; /* Old browsers */
    background: -moz-linear-gradient(top, #00BDEF 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00BDEF 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00BDEF 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00BDEF', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}

.entry-heading {
    color: #0081DD;
}

.entry-heading > img {
    height: 24px;
    fill: #0081DD;
}



.switch:hover {
    color: #0056b3;
}

.card {
    margin: 10px;
    border: 0;
}

.card-body {
    padding: .5em;
}

hr.entry-heading {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0081DD;
    margin: 0;
    padding: 0;
}

.submitted {
    text-align: center;
}

.submitted-icon {
    font-size: 3em;
}

.btn-new {
    background-color: #00BDEF;
}


.btn-new {
    color: #fff;
    background-color: #00BDEF;
    border-color: #00BDEF
}

    .btn-new:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-new.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-new:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #00BDEF;
        border-color: #005cbf
    }


input[type=text]::-ms-clear {
    display: none;
}


.control-label {
    text-align: right;
}

.bolded {
    font-weight: bold;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    font-size: 1rem;
    line-height: 1em;
    width: 100%;
}

.btn-custom {
    border-radius: .25rem;
    border: 0px !important;
    cursor: pointer;
    height: 35.33px;
}

#DateButton {
    height: 35.33px;
}

.form-control-custom .form-control {
    font-size: 1rem;
    line-height: 1em;
    width: 85%;
    display: inline;
    margin-right: 5px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}

.entry-submit {
    margin-top: 25px;
	padding: 10px 50px 10px 50px;
	color: white;
}

.tab-pane {
    margin-top: 10px !important;
}

.card {
    margin-bottom: 0px;
}

.card-title {
    margin-bottom: .25rem;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-25 {
    margin: 25px;
}

.control-label {
    text-align: left;
    font-weight: bold;
}

.margin-right-5 {
    margin-right: 5px;
}

.max-width-100 {
    max-width: 100px;
}

.padding-left-0 {
    padding-left: 0;
}

.margin-left-29 {
    margin-left: 29px;
}

.margin-0 {
    margin: 0px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-right-25 {
    margin-right: 25px;
}


.margin-bottom-2 {
    margin-bottom: 2px;
}

.header .nav-link {
    padding: .25rem 1rem;
}


#ErrorToast {
    z-index: 999;
    position: fixed;
    width: 75%;
    left: 50%;
    margin: 15px;
    margin-left: -37.5%;
    top: 0;
    cursor: pointer;
    height: auto;
    background-color: #dc3545;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

#mapDiv {
    margin-top: 17px;
    min-height: 200px;
    max-height: 200px;
}

input.readonly, span.readonly {
   opacity : .25;
   filter  : alpha(opacity=50); /* IE<9 */
   cursor  : default;
}

div.outline {
    outline-style: solid;
    outline-color: #80BDFF;
    outline-width: medium;
}