/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}



/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

#wrap {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    background-image: url('/images/care-bg.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}
footer {
    background-color: #f5f5f5;
    border-top: 1px solid #cecece;
    padding-top: 10px;
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

footer a{ color: #ed7800; }
#toprow { background-color: #2f2f2f; text-align: right; color: #ffffff;}

.dropdown-menu { background-color: #6d6f6b; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #000000!important;
    background-color: #cecece;
}

.navbar {
    background-color: #ed7800;
    border: 0px;
    border-bottom: 2px solid #ed7800;
    border-top: 2px solid #ed7800;
}
.navbar a { color: #ffffff!important; }
.navbar-header { color: #ffffff; margin-top: 3px; }


.logo img {
    height: 50px; /* Adjust based on your logo size */
}

.btn-default { background-color: #ed7800; color: #ffffff; font-weight: bold; }
.btn-primary { background-color: #ed7800; border: 1px solid #ed7800; color: #ffffff; font-weight: bold; }
.btn-primary:hover { background-color: #ed7800; color: #ffffff; font-weight: bold; }


.btn-default { background-color: #ed7800; color: #ffffff; font-weight: bold; }
.btn-primary { background-color: #ed7800; border: 1px solid #ed7800; color: #ffffff; font-weight: bold; }
.btn-primary:hover { background-color: #ed7800; color: #ffffff; font-weight: bold; }


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #095525;
    color: #555555;
}

.rate-agreement-cta-container{
    min-width:50px;
}

.rate-agreement-cta-container button {
    display:inline;
}

.rate-agreement-cta-container .btn-cancel {
    background-color: #d9534f;
    border-color:darkred;
    color:#fff;
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}



@media (max-width: 1200px) {

    .navbar {
        border-top: 0px;
        border-bottom: 2px solid #095525;
        min-height: 95px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        margin-top: 25px;
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}



/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {

    .navbar {min-height:60px !important; z-index: 10000; }

    .nav > li {
        position: relative;
        display: block;
        background-color: #008632;
    }

    .navbar .nav > li > a {
        margin-top: 3px !important;
    }

    .navbar-toggle {
        margin-top: 10px;
        display: block;
    }

    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

table tr td{
    word-wrap: break-word;
}

table tr td span{
    word-wrap: break-word;
}