
/* HTML STYLES */

body {
    background: #333;
    color: #ffee66;

    font-family: Arial, Helvetica, sans-serif;
}

a{
    color: #CF9700;

}

header{
    padding-top: 20px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* CSS Classes */

.logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer{
    border-top: 1px solid #ccc;
    padding-top:40px;
    padding-bottom: 40px;
    font-size: 0.75em;
    text-align:center;
    background: #111111;

    margin-top:20px;
}

.field-validation-error{
    color: #ff0000;
}

/* change the font sizes on the diagrams so they dont screw up */
.diagram td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.diagram table { margin: 0 auto; }
.diagram a {
	line-height: 13px;
    color: #ffffff;
}

/* bootstrap overrides */
.container{
    background: #000;

}
.container-fluid{
    background: #000;

}

.camera-icon-small{
    padding-right: 5px;
}

.camera-icon-extrasmall{
    padding-right: 2px;
    width: 8px;
    height: 8px;
}

.row{
    margin-bottom: 20px;
}
.nopadding{
    margin-bottom: 0px !important;
}
.navbar {
    margin-top: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px;
}

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

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffee66;
}

.alert-small {
    position: relative;
    padding: .25rem 1.0rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 0.75rem;
}

.img-thumbnail{
    margin-bottom: 5px;
}

.alert-info { background: #FFCC00; color: #333; border-color: #CF9700; }

.btn-info { background: #FFCC00; color: #333; border-color: #CF9700; }
.btn-warning { background: #f8d7da; color: #333; border-color: #f5c6cb; }
.btn-dark { background: #101000; color: #ffffff; border-color: #202000; }
.btn-link { color: #CF9700; }

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,1);
    min-height: 50px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}
.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.rcgrey {
    background-color:#101010;
}