.outer-wrapper {
    overflow-y: scroll;
    height: 100%;
}

#main {
    width: 800px;
    margin: auto;
}

html, body {
    margin: 0;
    overflow: hidden;
    height: 100%;
}

/*
Global css
===================================*/
body, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

body {
    font-size: 12px;
    color: #000;
    line-height: 16px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

img, fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.full {
    float: left;
    width: 100%;
}

.curve {
    float: left;
    width: 100%;
}

    .curve img {
        float: left;
    }

span.clear {
    clear: both;
}

.clear {
    clear: both;
}

ul {
    list-style: none;
}

a:focus {
    outline: none;
}

input:focus {
    outline: none !important;
}

/*
wrapper
===================================*/
.outer-wrapper {
    width: 100%;
    float: left;
    min-width: 960px;
    background: #bbbdbf;


}

.wrapper {
    width: 962px;
    margin: 0 auto;
    position: relative;
}


/*
header css
===================================*/
#fmlheader {
    width: 100%;
    float: left;
    background: #bbbdbf url(../images/header-bg.jpg) repeat-x 0 0;
}

    #fmlheader .top-section {
        float: left;
        height: 122px;
        width: 100%;
    }

    #fmlheader .logo {
        width: 357px;
        float: left;
        height: 50px;
        margin: 32px 0 0 30px;
    }

    #fmlheader .right-section {
        width: 230px;
        float: right;
        margin: 8px 22px 0 0;
        color: #fff;
    }

    #fmlheader form {
        float: left;
        width: 100%;
    }

    #fmlheader .right-section h3 {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
        padding-bottom: 15px;
        text-align: right;
        font-family: Impact, Charcoal, sans-serif;
    }

    #fmlheader .right-section .row {
        witth: 100%;
        float: left;
        padding-bottom: 10px;
        width: 100%;
    }

    #fmlheader .right-section label {
        width: 78px;
        float: left;
        text-align: right;
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 6px;
        font-family: Impact, Charcoal, sans-serif;
    }

    #fmlheader .right-section .input-bg {
        width: 143px;
        float: right;
        height: 29px;
        background: url(../images/input-bg.jpg) no-repeat 0 0;
    }

        #fmlheader .right-section .input-bg input {
            width: 133px;
            float: left;
            height: 19px;
            border: 0px;
            background: 0;
            font-size: 12px;
            color: #fff;
            line-height: 14px;
            padding: 3px 5px 7px;
        }

    #fmlheader .right-section a {
        color: #FFFFFF;
        text-decoration: none;
    }


#fmlmenu {
    width: 100%;
    float: left;
}

    #fmlmenu ul {
        width: 100%;
        float: left;
        height: 47px;
        display: flex;
        justify-content: space-between;
    }

    #fmlmenu li {
        float: left;
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        font-family: Impact, Charcoal, sans-serif;
    }

        #fmlmenu li a {
            float: left;
            text-decoration: none;
            height: 23px;
            padding: 16px 20px 8px;
            color: #000;
            text-transform: uppercase;
        }

            #fmlmenu li a:hover, #fmlmenu li.active a {
                color: #fff;
                background: #1e1c1d;
            }

/*
body css
===================================*/
#body-container {
    width: 100%;
    float: left;
    background: url(../images/body-bg.png) no-repeat center top;
    min-width: 962px;
    min-height: 400px;
    padding-bottom: 60px;
}

    #body-container .title {
        width: 330px;
        height: 40px;
        float: left;
        background: #070607;
        margin: 8px 0 18px;
    }

        #body-container .title span {
            float: right;
            font-size: 20px;
            color: #fff;
            font-weight: normal;
            text-transform: uppercase;
            padding: 12px 18px 0 0;
            font-family: Impact, Charcoal, sans-serif;
        }

    #body-container .content-row {
        width: 902px;
        float: left;
        padding: 0 30px 20px;
    }

        #body-container .content-row p {
            font-size: 12px;
            font-weight: bold;
            font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
            color: #000;
        }

.login-section {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .login-section .login-box {
        width: 241px;
        margin: 0 auto;
    }

    .login-section .row {
        wdith: 100%;
        float: left;
        padding-bottom: 10px;
        width: 100%;
    }

    .login-section label {
        width: 78px;
        float: left;
        text-align: right;
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 6px;
        font-family: Impact, Charcoal, sans-serif;
    }

    .login-section .input-bg {
        width: 143px;
        float: right;
        height: 29px;
        background: url(../images/input-bg.jpg) no-repeat 0 0;
    }

        .login-section .input-bg input {
            width: 133px;
            float: left;
            height: 19px;
            border: 0px;
            background: 0;
            font-size: 12px;
            color: #000;
            line-height: 14px;
            padding: 3px 5px 7px;
        }


/*
footer css
===================================*/
#fmlfooter {
    clear: both;
    width: 100%;
    float: left;
    height: 60px;
    background: #000 url(../images/footer-bg.jpg) no-repeat center center;
    min-width: 962px;
    color: #FFFFFF;
    /*position:absolute;*/
    bottom: 0px;
    width: 100%;
    height: 60px; /* Height of the footer */
    margin: auto;
    font-family: Impact, Charcoal, sans-serif;
    ;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

    /*#fmlfooter{width:100%; float:left; height:60px; background:#000 url(../images/footer-bg.jpg) no-repeat center center; min-width:962px;color: #FFFFFF;}*/
    #fmlfooter .left {
        width: 150px;
        float: left;
        margin: 40px 0 0 30px;
    }

        #fmlfooter .left h3 {
            float: left;
            width: 100%;
            font-size: 14px;
            font-weight: normal;
            text-transform: uppercase;
            padding-bottom: 20px;
            color: #fff;
            font-family: Impact, Charcoal, sans-serif;
        }

        #fmlfooter .left ul {
            width: 100%;
            float: left;
        }

            #fmlfooter .left ul li {
                width: 100%;
                float: left;
                font-size: 14px;
                font-weight: normal;
                text-transform: uppercase;
                color: #fff;
                font-family: Impact, Charcoal, sans-serif;
            }

                #fmlfooter .left ul li a {
                    text-decoration: none;
                    color: #fff;
                }

                    #fmlfooter .left ul li a:hover {
                        color: #f1f1f1;
                    }

    #fmlfooter .basic {
        color: #FFFFFF;
        text-decoration: none;
        padding-top: 20px;
        text-align: center;
    }

        #fmlfooter .basic a {
            color: #FFFFFF;
            text-decoration: none;
            margin: 0 10px 0 10px;
        }

    #fmlfooter .right {
        width: 160px;
        float: right;
        margin: 35px 30px 0 0;
    }

        #fmlfooter .right h3 {
            float: left;
            width: 100%;
            font-size: 22px;
            font-weight: normal;
            text-transform: uppercase;
            padding-bottom: 7px;
            color: #fff;
            text-align: right;
            font-family: Impact, Charcoal, sans-serif;
        }

        #fmlfooter .right ul {
            width: 100%;
            float: left;
        }

            #fmlfooter .right ul li {
                width: auto;
                float: left;
            }

                #fmlfooter .right ul li a {
                    text-decoration: none;
                }

                    #fmlfooter .right ul li a:hover {
                        opacity: 0.1;
                    }


.Detail_gd_images_img_0 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .Detail_gd_images_img_0:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.scroll {
    overflow: auto;
    height: 300px;
}

.HeaderFreez {
    position: absolute;
    font-weight: bold;
}

.carousel-container {
    margin-bottom: 10px;
}

    .carousel-container h2 {
        margin-bottom: 10px;
        margin-top: 5px;
    }


.plans {
  border-bottom: 1px solid black;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  display: flex;
}
.plans li {
  flex: 0 0 calc(50% - 2rem);
  padding: 1rem;
}
.plans h3 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.plan {
  position: relative;
  z-index: 10;
  user-select: none;
}
.plan img {
  height: auto !important;
  max-width: 100%;
}
.plan-pin {
  transform: translate(-50%, -100%);
  text-align: center;
  position: absolute;
  background: black;
  font-size: 10px;
  cursor: pointer;
  padding: 2px 1px 0 1px;
  line-height: 1;
  opacity: 0.7;
  color: white;
  width: 5ch;
}
.plan-pin::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1ch;
  border: 2.5ch solid transparent;
  box-sizing: border-box;
  border-top-color: black;
}

.plan-pin:focus {
  background-color: red;
}

.plan-pin:focus::after {
  border-top-color: red;
}

.plan-wrapper {
  background-color: rgba(0, 0, 0, 0.9);
  justify-items: center;
  align-items: center;
  position: fixed;
  display: grid;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.plan-btn {
  color: white;
  position: absolute;
  z-index: 20;

  top: 10px;
  border: 1px solid white;
  padding: 5px;
  line-height: 1;
  font-size: 15px;
  cursor:pointer;
}

.plan-btn-reset {
  right: 70px;
}

.plan-btn-close {
  right: 10px;
}
._plan-wrapper:focus .plan-pin {
  font-size: 12px;
}
.plan-wrapper .plan img {
  max-height: 100vh;
  max-width: 100vw;
  pointer-events: none;
}
.plan-wrapper:not(.active) {
  display: none;
}


.job-details {

    background: #bbbdbf;

}

    .job-details table {
        width: 100%;
    }

    .job-details .line-images {
        display: flex;
    }

        .job-details .line-images > div {
            flex: 1;
        }

.job-details h3 {
    background: black;
    color: white;
    padding: 1em;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
}

.job-details-row {
    display: none;
}

.btn-container {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.btn-container a + a {
    margin-left: 1rem;
}

.griddata tbody tr th {
  position: sticky;
  top: 0;
  z-index: 0 !important;
}


.joblines-zoomy {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}

  .joblines-zoomy [href*="#"] {
    margin-left: auto;
  }

.progress_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid;
  max-width: 50vw;
  aspect-ratio: 2;
  margin: auto;
  padding: 1rem;
  box-shadow: 5px 5px 10px rgba(0,0,0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.progress_bar {
  color: white;
  --progress: 0.0;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
  margin: auto;
  align-self: center;
  height: 1rem;
  width: max(calc(var(--progress)*80%), 5ch);
  background-color: crimson;
  padding: 0.5rem 0;
}

.controls {
  position: sticky;
  bottom: 0;
  padding: 1rem 0;
  background-color: #bbbdbf;
}

.downloadys {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
}

.downloadys .buttonheight {
  margin: 0;
  padding: 0;
}

.popup-help {
  grid-row: span 2;
}