﻿@import "theme/animate.css";
/* @import "theme/form.css"; */

/* 
@import "theme/flex.css";
@import "theme/list.css";
@import "theme/badge.css"; */
/* @import "theme/bs-utilities.css"; */


/* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); */
@import url(//fonts.googleapis.com/css?family=Ubuntu:500);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@import url(//fonts.googleapis.com/css?family=Ubuntu:700);

/*========================================================
                    Main layout styles
=========================================================*/


body {
    font: 300 17px/27px "Ubuntu", sans-serif;
    color: #5c5e60;
    /*Darkened text*/
    background: #ffffff;
}

a,
button {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
    color: #50b0d8;
}

a:hover {
    color: #ce4a56
}

img {
    max-width: 100%;
}

* {
    -webkit-text-size-adjust: none;
}

em {
    font-style: italic;
}

/* ======= Headers ======= */
h2 {
    font: 500 34px/30px "Ubuntu", sans-serif;
    color: #161819;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
}

.heading1 {
    margin-bottom: 37px;
}

.card-body.heading1 {
    margin-bottom: 0;
}

.heading1 h2,
h2.card-title {
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 10px;
}

.heading1 h2:after,
h2.card-title:after {
    position: absolute;
    content: '';
    display: block;
    width: 91px;
    height: 6px;
    left: 0;
    bottom: 0;
    background: #ce4a56;
}

/* h3 {
    font: 500 16px/24px "Ubuntu", sans-serif;
    color: #434648;
} */
/* 
h4 {
    font: 500 16px/24px "Ubuntu", sans-serif;
    color: #ce4a56;
}


h6 {
    font: 500 64px/60px "Ubuntu", sans-serif;
    color: #161819;
    text-transform: uppercase;
} */

@media (max-width: 1199px) {
    h6 {
        font-size: 40px;
        line-height: 40px;
    }
}

/* ======= Buttons ======= */


/* 

.btn-secondary {
    cursor: pointer;
    display: inline-block;
    font: 500 24px/30px "Ubuntu", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 23px 7px;
    text-align: center;
    background-color: #ce4a56;
    border: 0;
    margin: 3px;
    margin-top: 6px;
}

.btn-secondary:not([disabled]):hover {
    color: #8c262f
} */

/* 
.btn-danger {
    background: #288ab3;
    color: #fff;
    font: 500 14px/20px "Ubuntu", sans-serif;
    padding: 7px 10px;
} */
/* 
.btn-danger:hover {
    background: #1a5a75;
} */
/* .btn-outline-danger {
    background: #fff;
    color: #288ab3;
    border: 2px solid #288ab3;
}

.btn-default.btn-small,
.btn-small {
    font: 500 14px/20px "Ubuntu", sans-serif;
    padding: 7px 10px;
    margin-right: 2px;
} */

.form-group .btn-small {
    margin-right: 10px;
    margin-bottom: 10px;
}


/* .btn-default:hover {
    color: #ffffff;
    background: #ce4a56;
} */

.btn-big {
    cursor: pointer;
    display: inline-block;
    font: 700 21px/21px "Ubuntu", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 32px 24px;
    background: #ce4a56;
}

.btn-big:hover {
    background: #50b0d8;
    color: #ffffff;
}

.btn-simple {
    display: inline-block;
    font: 500 15px/15px "Ubuntu", sans-serif;
    color: #50b0d8;
    text-transform: uppercase;
}

.btn-simple:hover {
    color: #ce4a56;
}

.start-clock-button {
    background-color: forestgreen;
    color: white;
}

.stop-clock-button {
    background-color: red;
    color: white;
}

/* ======= Wrappers ======= */
.wrapper1 {
    padding: 90px 0;
}

.wrapper2 {
    padding-bottom: 40px;
}

.wrapper3 {
    padding: 8px 0 82px;
}

.wrapper4 {
    padding-bottom: 89px;
}

.wrapper5 {
    padding-bottom: 62px;
}

.wrapper6 {
    padding-bottom: 27px;
}

/*========================================================
                    HEADER styles
=========================================================*/
@media (max-width: 767px) {
    #header {
        background-color: #ce4a56;
    }
}

#header.main .grid_12 {
    position: relative;
    min-height: 0;
}

#header.main h1 {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 57px;
}

@media (max-width: 767px) {
    #header.main h1 {
        position: relative;
        top: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        background: #ce4a56;
    }
}

@media (max-width: 1199px) {
    #header .stuck_container-wrapper {
        background: #ce4a56;
    }
}

#header #stuck_container {
    position: relative;
    background: #ce4a56;
    padding: 25px 0 10px;
}

#header #stuck_container.isStuck {
    left: 0;
    text-align: center;
}

#header a {
    color: #fff
}

#header #stuck_container.isStuck nav {
    display: inline-block;
}

#header #stuck_container:before {
    content: '';
    display: block;
    left: -5000px;
    top: 0;
    height: 100%;
    width: 5000px;
    position: absolute;
    background: #ce4a56;
    z-index: 2;
}

@media (max-width: 1199px) {
    #header #stuck_container:before {
        display: none;
    }
}

#header.common {
    padding: 57px 0 0;
    background-image: url(../images/page2_img1.png);
}

#header.common h1 {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    #header {
        text-align: center;
    }
}

/* ======= Header dropdowns ======= */
.dropdown-div {
    z-index: 1;
    border-radius: 10px;
    position: absolute;
    display: block;
    background-color: #db5762;
    padding: 10px;
}

.dropdown-content {
    display: block;
    margin-top: 7px;
}


/* ======= Logo ======= */
h1 {
    font: 700 44px/44px "Ubuntu", sans-serif;
    /*    color: #ffffff;*/
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.4em;
}

h1 a {
    display: block;
    position: relative;
    padding-left: 106px;
}

h1 a:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: -23px;
    width: 88px;
    height: 88px;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat center top;
}

@media (max-width: 479px) {
    h1 a {
        padding-left: 0;
        padding-top: 100px;
    }

    h1 a:before {
        left: 50%;
        margin-left: -44px;
        top: 0;
    }
}

h1 a:hover {
    color: #ffffff;
}

/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
    float: none;
    padding-right: 30px;
}

/* Main menu styles
========================================================*/
.sf-menu>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
}

.sf-menu>li+li {
    margin-left: 45px;
}

@media (max-width: 1199px) {
    .sf-menu>li+li {
        margin-left: 20px;
    }
}

.sf-menu>li>.sf-with-ul:after {
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #ffffff;
    bottom: -17px;
    left: 50%;
    margin-left: -3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu>li>a,
.sf-menu>li>div>a,
.sf-menu li button {
    text-transform: uppercase;
    font: 500 25px/30px "Ubuntu", sans-serif;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
    border: none;
    background: transparent;
    cursor: pointer;
}

.sf-menu>li>div>a {
    font: 400 20px/24px "Ubuntu", sans-serif;
}

.sf-menu>li>a:hover,
.sf-menu>li>button:hover {
    color: #50b0d8;
}

.sf-menu .sfHover>a {
    color: #50b0d8;
}

.sf-menu .sfHover>a:after {
    color: #50b0d8;
}

.sf-menu>li.current:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: #ffffff;
    top: -31px;
    left: 0;
}

/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    display: none;
    min-width: 190px;
    font: 500 25px/30px "Ubuntu", sans-serif;
    position: absolute;
    top: 57px;
    left: 50%;
    margin-left: -95px;
    background: #50b0d8;
    text-align: left;
    padding: 26px 5px 52px 32px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul li {
    position: relative;
    display: block;
}

.sf-menu ul li>.sf-with-ul:after {
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0da";
    color: #ffffff;
    bottom: -1px;
    right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
}

.sf-menu ul li a:hover {
    color: #b3e5fa;
}

.sf-menu ul>.sfHover>a {
    color: #b3e5fa;
}

.sf-menu ul>.sfHover>a:after {
    color: #b3e5fa;
}

/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
    position: absolute;
    top: -26px;
    margin-left: 0;
    left: 195px;
    background: #ce4a56;
    z-index: 4;
    text-align: left;
}

.sf-menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #ce4a56 transparent transparent;
    left: -20px;
    top: 26px;
}

.sf-menu ul ul a {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
}

.sf-menu ul ul a:hover {
    color: #50b0d8;
}

@media only screen and (max-width: 767px) {
    .nav-tabs>li {
        float: none;
    }

    .sf-menu {
        display: none;
    }

    nav {
        width: 100%;
        float: none;
    }

    .select-menu {
        border-radius: none;
        display: block;
        text-transform: capitalize;
        float: none;
        color: #ce4a56;
        width: 50%;
        background: #ffffff;
        font: 500 15px/20px "Ubuntu", sans-serif;
        text-align: left;
        border: 1px solid #c1c1c1;
        padding: 2px 0;
        position: relative;

    }

    .select-menu option {
        text-align: left;
        position: relative;
    }
}

/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
    z-index: 999;
    position: fixed;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    overflow: hidden;
}

#content.common {
    padding-top: 40px
}


/* ======= Box 1 Hello there! ======= */
@media (max-width: 767px) {


    .box1 {
        margin-bottom: 50px;
    }
}

.box1-wrapper1 {
    margin-top: -2px;
}

/* ======= Post 1 Events ======= */
.post1 {
    padding-right: 30px;
}

.post1 time {
    display: block;
    margin-bottom: 18px;
}

.post1 time span {
    display: inline-block;
}

.post1 time span.date {
    font: 500 84px/84px "Ubuntu", sans-serif;
    color: #161819;
}

.post1 time span.month {
    font: 500 24px/30px "Ubuntu", sans-serif;
    color: #ce4a56;
    text-transform: uppercase;
    margin-top: 50px;
}

@media (max-width: 1199px) {

    .post1 time span.date,
    .post1 time span.month {
        font: 500 24px/30px "Ubuntu", sans-serif;
        margin-top: 0;
    }

    .post1 time span.date {
        margin-right: 5px;
    }
}

.post1 h3 {
    margin-bottom: 18px;
}

.post1 p {
    color: #434648;
    font-size: 16px;
}

.post1 .btn-default {
    margin-top: 37px;
}



@media (max-width: 767px) {
    .post1 {
        margin-bottom: 50px;
    }
}

.post1-wrapper1 {
    margin-top: -8px;
}

.box1-wrapper2 {
    margin-top: -1px;
}

/* ======= Box 2 Schedules ======= */
.box2 {
    margin-top: -15px;
}

.box2 h6 {
    margin-bottom: 42px;
}

.box2 h3 {
    margin-bottom: 12px;
}

.box2 p {
    font-size: 16px;
}

/* ======= Box 3 Contacts ======= */
.box3 {
    padding-right: 38px;
}

.box3 .label {
    margin-bottom: 34px;
    height: 78px;
    width: 78px;
    border-radius: 200px;
    text-align: center;
    font: 500 64px/73px "Ubuntu", sans-serif;
    color: #ffffff;
    background: #ce4a56;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box3 h3 {
    margin-bottom: 18px;
}

.box3:hover .label {
    background: #50b0d8;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.box3_address {
    font-size: 16px;
    color: #434648;
}

.box3_address .wrapper {
    display: block;
}

.box3_address .wrapper .wide {
    display: inline-block;
    min-width: 100px;
}

@media (max-width: 1199px) {
    .box3_address .wrapper .wide {
        display: block;
    }
}

@media (max-width: 767px) {
    .box3 {
        margin-bottom: 60px;
    }
}

.box3-wrapper1 {
    margin-top: -7px;
}

/* ======= Box 4 Who we are ======= */
.box4 {
    margin-top: -4px;
}

.box4 h3 {
    margin-bottom: 13px;
}

.box4 p {
    margin-bottom: 24px;
}

/* ======= Box 5 Our team ======= */
.box5 img {
    margin-bottom: 30px;
}

.box5 h3 {
    margin-bottom: 12px;
}

.box5 p {
    font-size: 16px;
    color: #434648;
}

.box5-wrapper1 .box5 {
    margin-bottom: 54px;
}

/* ======= Box 6 Our awards ======= */
.box6 img {
    margin-bottom: 19px;
}

.box6 h3 {
    margin-bottom: 18px;
}

.box6 p {
    color: #434648;
    font-size: 16px;
}

@media (max-width: 767px) {
    .box6 {
        margin-bottom: 60px;
    }
}

.box6-wrapper1 {
    margin-top: 7px;
}

/* ======= Post 2 Recent News ======= */
.post2 {
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e2e2;
}

.post2 img {
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    .post2 img {
        width: 100%;
    }
}

.post2 .info {
    color: #ce4a56;
    font: 300 10px/14px "Ubuntu", sans-serif;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.post2 .btn-simple {
    margin-top: 9px;
}

.post2-wrapper1 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.post2-wrapper1 .post2 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .post2-wrapper1 .post2 {
        margin-bottom: 60px;
    }
}

/* ======= Post 3 Blog ======= */
.post3 .info {
    margin-top: 2px;
    margin-bottom: 16px;
}

.post3 h3 {
    margin-bottom: 13px;
}

.post3>h3 {
    margin-bottom: 0;
}

.post3 img {
    margin-top: 7px;
}

.post3 p {
    margin-bottom: 24px;
}

.post3 .btn-default {
    margin-top: 12px;
}

.post3 .by {
    color: #ce4a56;
}

.post3 .by:hover {
    color: #50b0d8;
}

@media (max-width: 767px) {
    .post3 img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.post3-wrapper1 {
    margin-top: 8px;
    margin-bottom: 69px;
}

.post3-wrapper1 .post3 {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .gallery .gallery_image {
        margin-bottom: 30px;
    }
}

/* ======= Gallery ======= */
.gallery2 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.gallery2 .gallery_image {
    margin-bottom: 30px;
}

/* ======= Masonry Effects ======= */
/* (For the casebook page) */
.masonry-effect-container {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}

@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px) {
    .masonry-effect-container {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 0px;
    }
}

/* ======= Google Map  ======= */
.google-map1 {
    height: 400px;
    margin-top: 4px;
    margin-bottom: 91px;
}

/* ======= Address  ======= */
.contacts-address .our-address {
    display: block;
    margin-bottom: 25px;
    font: 500 16px/24px "Ubuntu", sans-serif;
    color: #161819;
}

.contacts-address .wrapper {
    display: block;
}

.contacts-address .wide {
    display: inline-block;
    min-width: 80px;
}

@media (max-width: 1199px) {
    .contacts-address .wide {
        display: block;
    }
}

/* ======= Box 7 Privacy policy ======= */
.box7 h3 {
    margin-bottom: 14px;
}

.box7-wrapper1 {
    margin-top: -2px;
    margin-bottom: 16px;
}

.box7-wrapper1 .box7 {
    margin-bottom: 37px;
}

.box7-wrapper1 .simple-link {
    margin-top: -13px;
}

/* ======= Simple link ======= */
.simple-link {
    display: inline-block;
    text-decoration: underline;
    color: #ce4a56;
}

.simple-link:hover {
    color: #50b0d8;
}

/* ======= Gallery  ======= */
.gallery_image a.big-image {
    display: block;
    position: relative;
    background: #f9f1db;
}

.gallery_image a.big-image img {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.gallery_image a.big-image .gallery_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery_image a.big-image .gallery_hover i {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -17px;
}

.gallery_image a.big-image:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.gallery_image a.big-image:hover .gallery_hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery_image a.big-image:hover .gallery_hover i {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    font: 300 12px/24px "Ubuntu", sans-serif;
    color: #161819;
    text-transform: uppercase;
    padding-bottom: 50px;
    margin-top: 20px;
    /*Not working for some reason?*/
}

#footer .privacy-block h2 {
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    #footer .privacy-block h2 {
        font-size: 30px;
    }
}

#footer .privacy-block .links-wrapper {
    margin-top: -1px;
}

#footer ul {
    margin-top: -9px;
}

@media (max-width: 767px) {
    #footer ul {
        margin-top: 20px;
    }
}

#footer a:hover {
    color: #ce4a56;
}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #50b0d8;
    font-size: 40px;
    line-height: 38px;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#toTop:hover {
    outline: none;
    color: #ce4a56;
}

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}

/*Core variables and mixins*/


/* dev overrides*/
p {
    margin-bottom: 10px
}


.stellar-block {
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
}

/* .stoppage {
    border: 4px solid #ce4a56;
} */

.stoppage:nth-child(odd) {
    background-color: #f8f9fa;
    /* White background */
}

.stoppage:nth-child(even) {
    background-color: #bfe3f0;
    /* Light gray (Bootstrap's default table row color) */
}

.stoppage {
    padding: 1rem;
    /* Adds spacing inside */
    border-radius: 5px;
    /* Optional: softens corners */
    margin-bottom: 0.5rem;
    /* Adds spacing between stoppages */
}

.stoppage .table>:not(caption)>*>* {
    background-color: transparent;
}

a.badge {
    cursor: pointer
}

.align-center {
    text-align: center
}

nav {
    display: flex;
    justify-content: space-between;
}

.menu_right {
    padding-right: 10px;
}

.flex-column.nav-pills>li {
    display: block;
    float: none;
    margin-right: 10px;
}

.text-warning {
    color: #ffc107 !important;
}

.scenario-table thead th {
    color: #fff;
    background: #50b0d8;
}

.tab-content>.tab-pane.fade.active.show {
    opacity: 1 !important;

}

.nav-tabs>li>a {
    border: 1px solid #dddddd;
}

.tab-pane {
    margin-bottom: 25px;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.nav-link.active {
    background: #ce4a56;
    color: #fff;
    font-weight: bold;
}

.stoppage-number {
    font-weight: bold
}

.time-label {
    line-height: 1;
}

.RemovePenalty {
    margin: 0 auto;
}

@media(min-width:768px) {
    table th.stoppage-number {
        border-bottom: none;
        vertical-align: middle;
    }
}


@media(max-width:767px) {

    .stoppage-number+td {
        padding-left: 0 !important;
    }

    .stoppage {
        padding: 10px;
    }

    .stoppage .table {
        margin: 0;
    }

    /* .themed-form input[type='text'],
    .themed-form input[type='email'],
    .themed-form input[type='password'],
    .form-control {
        font: 400 12px/15px "Ubuntu", sans-serif;
        padding: 5px 2px;
    } */




    .settings table tr,
    .stoppage-options tr {
        display: table;
        width: 100%;
    }

    .settings table th,
    .stoppage-options th,
    .settings table td {
        display: table-row;
        width: 100%;
        font-weight: bold;
        border: 0 !important;
        line-height: 2 !important;
    }

    .first-td {
        padding-left: 0 !important;
    }

    .DeleteStoppage span {
        display: none;

    }

    .stack-responsive-table thead {
        display: none;
    }



    .stack-responsive-table tbody,
    .stack-responsive-table tbody tr,
    .stack-responsive-table tbody tr td {
        display: block;
        font-size: 12px;

    }

    .stack-responsive-table tbody {
        border: 1px solid #ddd;
        border-top: 0;
    }

    .stack-responsive-table tbody td:not([colspan]) {
        padding-left: 50% !important;
        position: relative;
    }

    .stack-responsive-table tbody td:after {
        font-weight: bold;
        content: attr(data-title);
        position: absolute;
        left: 5px;
        top: 5px;
    }

}


.align-right {
    text-align: right
}

.table td.align-middle {
    vertical-align: middle;
}

.table td.align-bottom {
    vertical-align: bottom;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #cae9f7;
}


input[type="number"] {
    padding-right: 4px;
    padding-left: 7px;
}

.intro p,
.intro li {
    font-size: 16px;
    line-height: 20px;
}

.intro p,
.intro li,
.intro blockquote,
.intro h3,
.intro h4 {
    margin-bottom: 10px
}

strong {
    font-weight: bold
}

/* h3 {
    font: 500 18px/24px "Ubuntu", sans-serif;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
} */

.step {
    padding: 10px;
    border: 4px solid #ce4a56
}

.steps_title {
    display: flex;
    justify-content: left;
    align-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.steps_title * {
    margin-bottom: 0 !important;
}

.steps_title h3 {
    padding-left: 10px
}



.footer {
    margin-top: 20px;
    padding-bottom: 20px;
}



.test-warning {
    background-color: red;
    color: white;
    padding: 3px;
    text-align: center;
    border-top: 1px solid white;
    font-size: 115%
}

.test-warning-highlight {
    color: yellow;
    font-weight: bold;
}

.video-wrapper {}

.video-responsive {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 20px auto;
}


.video-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.video-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* new styles */
/* input[type=text], input[type=checkbox], select{
    line-height: 50px;
    background: #fafafa;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  
} */


.card-header {
    background: #ce4a56;
}

.card-header h2 {
    color: #fff;
}

.card-header h2 {
    padding: 5px;
}

.side-by-side-tabs .tab-pane {
    border: 0
}

.card-header.text-white h2 {
    color: #fff;
}

small {
    font-size: 12px
}

.btn-primary {
    background-color: #ce4a56;
    /* Custom primary color */
    border-color: #ce4a56;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #b03f4a;
    /* Slightly darker for hover */
    border-color: #b03f4a;
}


.btn-default {
    background: #50b0d8;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus {
    background: #3a91b5;
    /* Slightly darker shade for hover */
    border-color: #3281a0;
    /* Darker border */
    color: white;
}

#floater {
    position: absolute;
    top: 300px;
    right: 1px;
    width: 100px;
    height: 100px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1"

}

.row {
    margin: 0
}

button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    border: none;
}

/* Lighten placeholder text for regular inputs */
input.form-control:not(.form-floating *)::placeholder,
textarea.form-control:not(.form-floating *)::placeholder {
    color: rgba(0, 0, 0, 0.4);
    /* Adjust opacity for a lighter look */
    font-weight: 300;
    /* Optional: Lighter font weight */
}

a {
    cursor: pointer
}

/* Scrollbar styling */
.table-responsive::-webkit-scrollbar {
    width: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    z-index: 2;
    display: none;
}

.scroll-indicator.bottom {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
}

.scroll-indicator.top {
    top: 0;
}

/* Show indicators when scrolling is possible */
.table-responsive:before,
.table-responsive:after {
    content: '';
    display: block;
    height: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}

.table-responsive:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
}


.table-borders-internal tbody tr td {
    border: 1px solid #333333;
    /* Bootstrap's default border color */
}

.table-borders-internal thead tr th {
    border: none;
    /* Ensures no border on the table header */
}

.tab-content {
    background: #fff;
}

.table-list-stoppages tbody tr td {
    font-size: 14px;
    line-height: 1
}

.alert.validation-summary-valid {
    displaY: none
}

.validation-summary-errors ul {
    margin: 0px
}

@media (max-width: 576px) {
    .nav-tabs {
        flex-direction: column;
        width: 100%;
        border-bottom: none;
        /* Remove bottom border to avoid double borders */
    }

    .nav-tabs .nav-item {
        width: 100%;
    }

    .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
        border-bottom: none;
    }

    .nav-tabs .nav-link.active {
        background-color: #fff;
        border-bottom: none;
    }

    .nav-tabs .nav-item:last-child .nav-link {
        border-bottom: 1px solid #dee2e6;
        /* Add border to the last tab */
    }
}

@media (max-width: 767.98px) {
    .table thead {
        display: none;
    }
}