﻿#loading {
    position:fixed;
    top:50%;
    left:50%;
    z-index:1104;
}

.top-buffer {
    margin-top: 10px;
}

 .no-wrap {
    white-space: nowrap;
}

.hiddenElement {
visibility: hidden;
display: none;
}

.noBorder {
    border: 0;
}

#idletimeout { 
    background:#CC5100; 
    border:3px solid #FF6500; 
    color:#fff; 
    font-family:arial, sans-serif; 
    text-align:center; 
    font-size:12px; 
    padding:10px; 
    position:relative; 
    top:0px; 
    left:0; 
    right:0; 
    z-index:100000;  
}
#idletimeout a { 
    color:#fff; 
    font-weight:bold 
}
#idletimeout span { 
    font-weight:bold 
}

.has-error {
    color:red;
}
.error {
    color:#FF0000;
}
.color-red {
    color: #cb262b;
}

.color-gray {
    color: #eeeeee;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}
img {
    max-width: 100%;
    height: auto;
}

span.fa {
    margin-left:  10px;
    margin-right: 10px;
    color: black;
}

.back-button-appearance {
-webkit-appearance: none;
-moz-appearance: none;
	color: #777777;
}

.bg-color-grey {
    background-color: #99999a;
}

.modal-footer {
    background-color: #F0EDE8;
}

.modal-body {
    background-color: #F0EDE8;
}

.popover {
    color: black;
}

.pt-25 {
    padding-top: 25px;
}

.calendar-modification {
    color: black;
    background-color: #ffffff !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    /*background-color: rgba(153, 153, 154, 0);*/
    color: #333333;
}


.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    /*height: 100%;*/
    padding: 15px;
    width: auto;
}

@media (max-width:990px){
    .navbar-brand > img {
        height: 100%;
    }
}


.example2 .navbar-brand>img {
  padding: 7px 15px;
}


.nav-pad {
    background-color: pink;
    position: relative;
    display: block;
    padding: 10px 8px;
}


@media (max-width: 770px) {

    .nav > ul > a:hover{
        background-color: red;
    }
}

.fa {
    color: #098199;
}

.outlined-black {
    text-shadow: -.5px 0 black, 0 .5px black, .5px 0 black, 0 -.5px black;
}

.noBackground {
    background-color: transparent;
}

.noPointerEvents {
    pointer-events: none;
}

#modalPrivacyPolicy td {
    border: 1px solid black;
    background-color: #F0EDE8;
}

.table-padding {
    padding-right: 25%;
}

.privacybox {
    background-color: white;
    color: #27211F;
    border: 3px solid black;
}
    .privacybox a {
        color: #27211F !important;
    }

    .privacybox a:hover {
        color: #8C5DA4 !important;
    }

    .column-sizing {
        width: 70%;
    }

#supplementalPrivacy td {
    border: 1px solid black;
}

.blue-background {
    background-color: #6EC1E4;
}

/*font family to match https://rllinsure.com/ */
.front {
    font-family: "pragmatica",sans-serif;
}

/*navbar submenu dropdown*/
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1)
    }

    100% {
        transform: scaleY(1)
    }
}