#mybutton {
    position: fixed;
    top: 140px;
    left: 10px;
    z-index: 20;
}
table {
    width: 100%;
}
#modal {
    display: block;
    z-index: 999;
    top: 150px;
    opacity: 1;
}
.ui-slider {
    margin: 20px 0;
}

.ui-state-default {
    background-color: #dc3545 !important;
}

.form-date.error input,
.form-error {
    border: 1px solid #f44336;
}

#navigation>ul>li>a.red {
    font-weight: 900;
    color: #f44336;
}

.important {
    color: #f44336;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    border: 1px solid #344771;
    color: white;
    background-color: #f44336;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.box {
    padding:10px 10px 10px 10px;
    border:1px solid #F00;
    margin-bottom:10px;
    margin-top:10px;
}

.request-form.login {
    margin: auto;
}

.request-form h2,
.request-form p {
    text-align: center;
}

.loader {
    margin: 40px auto;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #344771;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.spinner-button {
    float: left;
}
.loader.spinner.center {
    float:none;
    margin:auto;
}
.loader.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #344771;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

thead th { position: sticky; top: 0; }

#root {
    min-height: 80vH;
}

.owl-wrapper-outer .service-block div:first-child {
    min-height: 310px;
    opacity: 0.2 !important;
}

.owl-item {
    margin-right: 10px;
}
.fa.size-48 {
    font-size: 48px;
    color: #f44336;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    z-index: 999;
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #30ade3;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
}
#gdpr-cookie-message .more{
    color: #ed1c24;
    display: none;
}
#gdpr-cookie-message h4 {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: table-header-group;
}
#gdpr-cookie-message a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #ffffff;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    color: #ffffff;
    background-color: #ed1c24;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #ed1c24;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #ed1c24;
}
button#gdpr-cookie-accept-all {
    background: #ed1c24;
    color: white;
}
button#gdpr-cookie-accept {
    background: white;
    color: #ed1c24;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
@media only screen and (max-width:994px) {
    #gdpr-cookie-message {
        bottom: 70px;
    }
}
.widget-social .d-flex .nav-link {
    padding: 5px;
}
.cookie_box_close {
    float: right;
    margin: 10px;
}
#cookie_box
{
    position: fixed;
    display: none;
    top: 0px;
    padding: 15px;
    font-size: 0.8em;
    z-index: 1000;
    background:#393939;
    text-align:center;
    width:100%;
    color:#ffffff;
}
#cookie_box a:hover
{
    color:#ffffff;
    text-decoration: underline
}
.page-header {
    margin: 0;
    padding: 175px 0px 80px;
    min-height: 410px;
    border: none;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/page-header.jpg) no-repeat center;
    background-size: cover;
}
.footer {
    background-color: #1e2127;
}
.top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #30ade3;
    font-size: 12px;
    color: #83bcfa;
    font-weight: 500;
    text-transform: uppercase;
}
.top-text a {
    color: #fff;
}
.post-holder h5, .post-holder h1, .post-holder h2, .post-holder h4, .post-holder h3 {
    color: #15549a;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}
.feature-icon-style .feature-icon {
    background-color: unset;
}
.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
