﻿
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.mobileShow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: inline;
    }
    .nomobile {
        display: none;
    }
}

hr {  margin-top:5px; margin-bottom:5px; padding:5px; }

.smallp {
line-height:0.4rem;
}

.txtUpperCase {
    text-transform: uppercase;
}

label { 
 color: #393939;
 opacity:0.8;
font-weight:bold;

}

h1 {
    font-size: 1.25rem;
    font-weight: 600;
    
}
h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.logo {
    width: 150px;
    padding-bottom: 5px;
}
.reactlogo {
    width: 125px;
    height: 48px;
    padding: 10px;
    float:right;
}
a {
    color: #ee4036;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #b5322b;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }



.btn-primary {
    color: #fff;
    background-color: #ee4036;
    border: none;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #ee4036;
        border: none;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #b5322b;
        border: none;
    }

    .btn-primary.disabled {
        color: #fff;
        background-color: #ee4036;
        border: none;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #ee4036;
        border: none;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #ee4036;
            border: none;
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    /*.btn-primary[disabled]:hover,*/
    fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus,
    /*.btn-primary[disabled]:focus,*/
    fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus,
    /*.btn-primary[disabled].focus,*/
    fieldset[disabled] .btn-primary.focus {
        background-color: #ee4036;
        border: none;
    }

    

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ee4036;
        border: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #ee4036;
        border: none;
    }

.bg-dark {
    background-color: #101010 !important;
}

.input-group-text {
    border: 1px solid #ee4036;
    background-color: #ee4036;
    color: white;
}

.btn-link {
    color: #ee4036;
    text-decoration: none;
}

    .btn-link:hover, .btn-link:focus {
        color: #b5322b;
        text-decoration: underline;
    }

    .btn-link:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #ee4036;
    border-color: #ee4036;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #ee4036;
    border-color: #ee4036;
    color: white;
}

.nav-pills-details > li.active > a, .nav-pills-details > li.active > a:hover, .nav-pills-details > li.active > a:focus {
    background-color: none;
    list-style: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ee4036;
    border-color: #ee4036;
}

#toast-container > div {
    min-width: 500px;
    height: 85px;
}

.colpadding {
    padding:10px;
}

.text-grey {
    color: rgba(16, 16, 16, 0.94);
    
}



.badge {
    padding: 5px;
}

.badge-primary {
    color: #fff;
    background-color: #ee4036;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
    top: 27px;
}