@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);


body, html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #5a5a5a;
}

h1 {
    text-transform: uppercase;
}

    h1 strong {
        font-weight: 900;
    }

h2 {
    text-transform: uppercase;
    margin: 0;
}

h3 {
    font-size: 18px;
    font-weight: 900;
}

h4 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
    font-size: 1.4rem;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-family: 'Open Sans', sans-serif;
}

    p.intro {
        font-size: 16px;
        margin: 12px 0 0;
        line-height: 24px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }

a {
    color: #FCAC45;
}

.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    margin-top: -88px;
    padding-top: 88px;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #FCAC45;
}

a.navbarLink {
    text-transform: none !important;
    font-size: 14px !important;
}

.section-title hr {
        border-color: #fcac45;
        border-width: 4px;
        width: 60px;
        float: left;
        clear: both;
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
/* Navigation */
#tf-menu {
    transition: all 0.8s;
}

    #tf-menu.navbar-light {
        background-color: white;
        /*rgba(248, 248, 248, 0)*/
        border-color: #e7e7e7;
    }

    #tf-menu a.navbar-brand {
        text-transform: uppercase;
        color: #222;
        font-weight: 900;
    }

    #tf-menu.navbar-light .navbar-nav > li > a {
        text-transform: uppercase;
        color: #222222;
        font-size: 12px;
    }

.on {
    background-color: #222222 !important;
}

#tf-menu.navbar-light .navbar-nav > li > a:hover {
    color: #FCAC45 !important;
    background-color: transparent;
}

.navbar-toggler {
    border-radius: .25px;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    background-color: #FCAC45;
    border-color: #FCAC45;
}

    .navbar-light .navbar-toggler:hover > .icon-bar {
        background-color: #222;
    }
/* Home Style */
#tf-home {
    background: url(../../../DataFiles/imgs/background1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    height: auto;
    padding-top: 124px;
    padding-bottom: 20px;
}

    #tf-home .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 0%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.0)), color-stop(0%,rgba(0,0,0,0.0)), color-stop(35%,rgba(0,0,0,0.0)), color-stop(0%,rgba(0,0,0,0.0)), color-stop(0%,rgba(0,0,0,0.0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 0%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        background-attachment: fixed;
    }

    #tf-home p.lead {
        color: #000;
    }

.color {
    color: #fcac45;
}

.disabledAddressRow {
    background-color: lightgrey !important;
    color: grey;
    outline: none !important;
}

.landingContainer {
    border: solid 2px #222;
    border-radius: 5px;
}

.btn-outline:hover {
    box-shadow: 0px 0px 0px 2px #222222;
}

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: -15px;
    transition: all 0.5s;
}

    a.fa.fa-angle-down:hover {
        background: #fcac45;
        color: #ffffff;
        border: 2px solid #fcac45;
    }

.genericLink {
    color: #fcac45 !important;
    cursor: pointer;
}

    .genericLink:hover {
        text-decoration: underline;
    }

.page-scroll {
    color: #222;
    padding: 0 8px;
    font-weight: 600;
    line-height: 28px;
    font-size: 14px;
}

    .page-scroll:hover {
        background-color: #fcac45;
        border-radius: 4px;
        cursor: pointer;
    }

.header-line {
    height: 20px;
    border-bottom: 1px solid #5a5a5a;
    margin-bottom: 1.5rem;
}

    .header-line span {
        font-size: 22px;
        background-color: white;
        padding: 0 10px;
        height: 26px;
    }

/* About Section*/
#tf-about {
    padding-top: 30px;
    padding-bottom: 15px;
}

/* About Water Testing Section */
#tf-about-water-testing {
    padding-top: 30px;
    padding-bottom: 15px;
}

/* About Water Testing Section */
#tf-about-water-filters {
    padding-top: 30px;
    padding-bottom: 15px;
}

/* About Water Testing Section */
#tf-about-flushing {
    padding-top: 30px;
    padding-bottom: 15px;
}

/* How Section */
#tf-how {
    background: url(../../DataFiles/imgs/background2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #tf-how .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        height: auto;
        background-attachment: fixed;
        padding: 40px 0;
    }

.section-title.center {
    padding: 24px 0;
}

    .section-title h2,
    .section-title.center h2 {
        font-weight: 300;
    }

    .section-title.center .line {
        border-top: 4px solid #fcac45;
        height: 10px;
        width: 60px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .section-title.center hr {
        border-top: 4px solid rgba(252, 172, 69, 0.34);
        width: 40px;
        text-align: center;
        margin-top: 10px;
        position: relative;
        left: 17%;
    }

#how {
    margin: 0 auto;
}

    #how .item {
        padding: 0;
        margin: 15px;
        color: #FFF;
        text-align: center;
    }

img.rounded-circle.team-img {
    width: 120px;
    height: 120px;
    border: 4px solid transparent;
    transition: all 0.5s;
}

    img.rounded-circle.team-img:hover {
        border: 4px solid #FCAC45;
    }

#tf-how .thumbnail {
    background: transparent;
    border: 0;
}

    #tf-how .thumbnail .caption {
        padding: 9px;
        color: #F2F2F2;
    }

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: #FFFFFF;
    transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #FCAC45;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #FCAC45;
}

/* Services Section */
#tf-services {
    padding: 40px 0;
}

.space {
    margin-top: 40px;
}

.deleteButton {
    padding: 0 5px;
    margin: 2px;
    border: solid #222222;
    border-radius: 5px;
    cursor: pointer;
}

    .deleteButton:hover {
        background: #e79a97;
    }


/* Gallery Section
==============================*/
#tf-works {
    padding: 40px 0;
}

.categories {
    padding: 10px 0;
}

ul.cat li {
    display: inline-block;
}

#tf-works li.pull-right {
    margin-top: 10px;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

    ol.type li:after {
        content: ' | ';
        margin-left: 20px;
    }

    ol.type li:last-child:after {
        content: '';
    }

    ol.type li a {
        color: #222222;
    }

        ol.type li a.active {
            font-weight: 700;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.portfolio-item {
    margin-bottom: 30px;
}

    .portfolio-item .hover-bg {
        height: 260px;
        overflow: hidden;
        position: relative;
    }

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

    .hover-bg .hover-text > h4 {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all 0.3s;
    }

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

.landingBlock {
    background-color: #008999;
    color: white;
}

.landingYN{
    margin-right: 2em;
    font-weight: bold;
    font-size: 20px;
}

#tf-works i.fa {
    height: 30px;
    width: 30px;
    border: 1px solid #FCAC45;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    color: #FCAC45;
}
/* Testimonials Section */
#tf-results {
    background: url(../../DataFiles/imgs/background3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #tf-results .overlay {
        background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
        padding: 40px 0;
        background-attachment: fixed;
    }

#testimonial {
    padding: 30px 0;
}

    #testimonial .item {
        display: block;
        width: 100%;
        height: auto;
    }

        #testimonial .item p {
            font-weight: 400;
            margin: 30px 0;
            color: #d1d1d1;
        }
/* Contact Section */
#tf-contact {
    padding: 40px 0;
    margin-bottom: 10px;
}

label {
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
}

#tf-contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    #tf-contact .form-control:focus {
        border-color: inherit;
        outline: 0;
        -webkit-box-shadow: transparent;
        box-shadow: transparent;
    }

.attachmentContainer {
    background: #e6f3ff;
    border: solid #5a5a5a 2px;
    border-radius: 5px;
    float: left;
    padding-top: 8px;
}

.attachmentBody {
    display: inline-block;
}

.attachmentDelete {
    color: red;
    float: left;
    font-weight: bold;
}

    .attachmentDelete:hover {
        cursor: pointer;
        background-color: #5a5a5a;
    }


.btn.tf-btn {
    border: 2px solid transparent;
    border-radius: 0;
    padding: 6px 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 15px;
}

    .btn.tf-btn:hover {
        border: 2px solid #222222;
    }

    .btn.tf-btn.btn-default {
        background: #FCAC45;
    }

    .btn.tf-btn.btn-warning {
        background: #ff3333;
    }

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: none;
        outline-offset: none;
    }
/* Footer */
nav#footer {
    background: #222222;
    color: #ffffff;
    padding: 20px 0 15px 0;
}

    nav#footer .fnav {
        vertical-align: middle;
    }

ul.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

nav#footer p {
    font-size: 12px;
    margin-top: 10px;
}

#footer i.fa {
    height: 30px;
    width: 30px;
    border: 2px solid #8c8c8c;
    font-size: 20px;
    padding: 4px 5px;
    border-radius: 50%;
    color: #8c8c8c;
    transition: all 0.5s;
}

    #footer i.fa:hover {
        background: #FCAC45;
        border-color: #FCAC45;
        color: #ffffff;
    }

.tooltip-inner {
    width: 600px;
    max-width: 600px;
}

.dirtyShadow {
    box-shadow: 0 1px 1px rgba(255, 0, 0, 0), 0 0 10px rgba(255, 0, 0, 1) !important;
    border-style: solid;
    border-color: #ff3333;
    border-radius: 6px;
    border-width: 3px;
}

.waitShadow {
    box-shadow: 0 1px 1px rgba(230, 198, 0, 0), 0 0 10px rgba(230, 198, 0, 1) !important;
    border-style: solid;
    border-color: #e6c600;
    border-radius: 6px;
    border-width: 3px;
}

.cleanShadow {
    box-shadow: 0 1px 1px rgba(51, 179, 51, 0), 0 0 10px rgba(51, 179, 51, 1) !important;
    border-style: solid;
    border-color: #00b300;
    border-radius: 6px;
    border-width: 3px;
}

.editedField {
    background: #ffeb99;
}

.additionalOptions {
    border: solid 2px #8c8c8c;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -32px;
    margin-right: -32px;
}

.additionalOptionsHeader {
    height: 40px;
    cursor: pointer;
}

    .additionalOptionsHeader:hover {
        color: #FCAC45;
    }

.labelButton {
    cursor: pointer;
}

    .labelButton:hover {
        background-color: #FCAC45;
    }

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 26px;
    height: 26px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.householdGrid {
    margin-left: 10px;
    margin-right: 10px;
}

.portalCard {
    border-color: rgba(73, 80, 87, .5);
    background: #D9F3FF;
    padding: .5rem;
    margin-bottom: 1rem;
}

.gridAddButton {
    border-top: none;
    border-left: 2px #1c6a97 groove;
    border-right: 2px #1c6a97 groove;
    border-bottom: 2px #1c6a97 groove;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    font-size: 28px;
}

    .gridAddButton:hover {
        background: #c9e5f5;
    }

    .gridAddButton:active {
        background: #56cf6a;
    }

.gridRow {
    border-left: 2px #8c8c8c groove;
    border-right: 2px #8c8c8c groove;
    border-bottom: 2px #8c8c8c groove;
    height: 34px;
    white-space: nowrap;
    display: inline-flex;
    width: 100%;
}

.gridRowWithButton {
    margin-left: 0px;
}

.gridRowNoButton {
    margin-left: 29px;
}

.gridCLDeleteButton {
    background: transparent;
}

.gridRowButton {
    border-top: 2px #8c8c8c groove;
    border-left: 2px #8c8c8c groove;
    border-bottom: 2px #8c8c8c groove;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    height: 36px;
    margin-top: -2px;
    padding: 0;
    width: 30px;
}

    .gridRowButton:hover {
        background: #b3d9ff;
    }

    .gridRowButton:active {
        background: #56cf6a;
    }

.gridRowWithButton {
    margin-left: 0px;
}

.gridItems {
    display: inline-block;
    height: 100.1%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gridItemInput {
    background: transparent;
    border: none;
    height: 34px;
    padding-left: 4px;
    width: 100%;
}

    .gridItemInput:focus {
        background-color: #ffffb3;
        border: none;
    }


.reviewColHeader {
    text-align: center;
}

.reviewColCell {
    border-right: solid #103d2f 2px;
    min-height: 100%;
    padding: 4px;
}

.rowSelected {
    background: #ffcc80;
}

.reviewRow {
    display: flex;
    align-items: stretch;
    border-top: solid #103d2f 2px;
    border-left: solid #103d2f 2px;
    cursor: pointer;
}

    .reviewRow:hover {
        background: #b3d9ff;
    }


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navcontainer {
    overflow: hidden;
}

    .navcontainer:after {
        clear: both;
        content: "";
        display: block;
    }

#tf-faq {
    padding-top: 50px;
    padding-bottom: 20px;
}

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.popover-content {
    width: 554px;
}

.nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

.enabledTimeButton {
    background-color: #FCAC45;
    display: inline-flex;
    cursor: pointer;
}

.disabledTimeButton {
    background-color: lightgrey;
    display: inline-flex;
}

.radioQuestion {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    padding-right: 5px;
    padding-bottom: 2px;
}

    .radioQuestion:hover {
        border-color: #FCAC45;
        border-radius: 5px;
    }

.form-check-input {
    margin-top: 0.4rem;
    margin-left: -1.00rem;
}

.commentContainer {
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: -20px;
}

.commentContainerLabel {
    margin-bottom: -16px;
    z-index: 1;
    position: relative;
    background: white;
    display: inline-block;
}

.repeatComments {
    margin-top: -8px;
    border: 3px solid #738c8c;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.dropbtn {
    background-color: transparent;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    border: 2px solid #FCAC45;
    border-radius: 3px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black !important;
        padding: 4px 8px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

ul.pagination {
    border: solid 1px #CCCCCC;
    border-radius: 5px;
}

    ul.pagination li.pagination-page {
        border-right: solid 1px #CCCCCC;
        padding-left: 15px;
        padding-right: 15px;
    }

li.pagination-page.ng-scope.active {
    background-color: #28a745;
}

li.pagination-page.ng-scope a {
    color: #999;
}

li.pagination-page.ng-scope.active a {
    color: #FFF;
    font-weight: bold;
}

ul.pagination li.pagination-prev {
    border-right: solid 1px #CCCCCC;
    padding: 10px;
}

    ul.pagination li.pagination-prev a {
        color: #F90;
    }

ul.pagination li.pagination-next {
    border-right: solid 1px #CCCCCC;
    padding: 10px;
}

    ul.pagination li.pagination-next a {
        color: #F90;
    }

ul.pagination li.pagination-first {
    border-right: solid 1px #CCCCCC;
    padding: 10px;
}

    ul.pagination li.pagination-first a {
        color: #F90;
    }

ul.pagination li.pagination-last {
    padding: 10px;
}

    ul.pagination li.pagination-last a {
        color: #F90;
    }

ul.pagination li {
    padding: 10px;
}

.docButton {
    border: 2px #8c8c8c groove;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 2px;
    height: 30px;
    width: 34px;
    padding: 0;
}

    .docButton:hover {
        background: #c9e5f5;
    }

    .docButton:active {
        background: #56cf6a;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: rgba(73, 80, 87, .5) rgba(73, 80, 87, .5) #D9F3FF;
    background-color: #D9F3FF;
    font-weight: bold;
    text-decoration: underline;
}

.subtleButton {
    color: rgba(73, 80, 87, .5);
    border: transparent;
    border-radius: 50%;
    margin-left: 12px;
    padding: 5px;
    width: 26px;
}

    .subtleButton:hover {
        background-color: lightgray;
        color: rgba(73, 80, 87, .5);
    }

.spanWrap::after {
    content: "\a";
    white-space: pre;
}

.lslreGridCell {
    font-size: 14px;
}

#editor {
  height: 375px;
}

.question-show {
    transition: all .8s linear;
    opacity: 1;
}

.question-show.ng-hide {
    transition: all 0s linear;
    opacity: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Make sure it's above other elements */
    display: none; /* Initially hidden */
}

/*.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
