﻿html body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

/*HomePage Style*/
header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom, rgba(29, 33, 114, 0.5) 0%, rgba(29, 33, 114, 0.5) 100%), url("/images/3DGeoBaseMineField.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

    header.masthead h1 {
        font-size: 2.25rem;
    }

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 40rem;
        padding-top: 4.5rem;
        padding-bottom: 0;
    }

        header.masthead p {
            font-size: 1.25rem;
        }

        header.masthead h1 {
            font-size: 3rem;
        }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 3.5rem;
    }
}

hr.divider {
    max-width: 3.25rem;
    border-width: 0.2rem;
    border-color: #f7a11b;
}

.my-4 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.fixed_headers {
    border-collapse: collapse;
    width: 100%;
}

.fixed_headers td, .fixed_headers thead th {
    padding: 5px;
    text-align: left;
}

.fixed_headers thead {
    background-color: #333;
    color: #FDFDFD;
}

.fixed_headers thead tr {
    position: relative;
}

.fixed_headers thead th {
    position: sticky;
    top: 0; /* REQUIRED: https://stackoverflow.com/a/43707215 */
    background-color: #333;
    z-index: 10;
    resize: horizontal;
    overflow: auto;
    min-width: 70px;
}
/***********************************************/
.CollarErrorCell, .TraceErrorCell, .LithologyErrorCell, .AssayErrorCell, .ContErrorCell, .CatErrorCell {
    border: 1px solid red;
    background-color: #FFCECE;
}
.myTableStyle {
    width: 100%;
    color: #fff;
    background-color: #343a40;
}
#Form2 td {
    padding:0;
}
#Form2 input {
    border-radius: unset;
}
#Form2 select {
    border-radius: unset;
    margin-top: unset;
}
#Form2 button{
    height:38px;
}
.highlightChangedValue {
    background-color: goldenrod !important;
}

.highlightRowAdded {
    background-color: forestgreen;
}

.highlightRowDeleted {
    background-color: indianred;
}

.legendBox {
    height: 5px;
    width: 50px;
    display: block;
}

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/images/loadingIcon.gif");
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: center;
}

#ConfigProcess {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("/images/loadingIcon.gif");
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: center;
}

.marquee {
    overflow: hidden;
    position: relative;
    background: #3573B9;
    color: #fff;
}

    .marquee p {
        width: 100%;
        height: 100%;
        white-space: nowrap;
        margin: 0;
        text-align: center;
        transform: translateX(100%);
        animation: scroll-left 20s linear infinite;
    }

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.body-content {
    display: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    top: 0;
    position: absolute;
}

.custom-select, .multiselect, .custom-dropdown {
    margin-top: 6px;
}

.multiselect-container {
    width: 100%;
}

    .multiselect-container > li > a > label > input[type=checkbox] {
        margin-left: -33px !important;
    }

.MultiSelectBTN {
    text-transform: uppercase !important;
    display: none;
    width: 100% !important;
    border: none !important;
    background: #3573B9 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 10px !important;
    margin: 0 auto !important;
}

.custom-select2 {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    margin-top: 6px !important;
    background-color: #fff;
    border: #ced4da solid 1px !important;
    border-radius: 0.25rem !important;
}
.custom-CollarSelect {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    margin-top: unset !important;
    border: #ced4da solid 1px !important;
    border-radius: 0.25rem !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }

.logo, .modal-header img {
    width: 175px;
}

.navbar-custom {
    background-color: rgba(3, 3, 3, 0.75);
    box-shadow: 0 3px 10px 7px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #3573B9;
    min-height: 80px;
    color: #fff !important;
}

.navbarCustomLink .nav-link, #dropdownMenuButton {
    color: rgba(255, 255, 255, 0.75);
    margin-left: 25px;
    display: block;
    text-align: center;
}

    .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link, #dropdownMenuButton:hover {
        color: #ffffff;
        cursor: pointer;
    }

.navbarCustomLink {
    text-align: center;
}

/*.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}*/

.destination {
    position: absolute;
    z-index: -1;
    left: 0;
    margin-top: -80px;
}

.divSidebar-right {
    width: 420px;
    overflow: visible;
    position: fixed;
    top: 0;
    right: -420px;
    height: 100%;
    transition: right 0.3s ease;
    background: #222222;
    padding: 10px;
    box-shadow: -2px 0 5px #666666;
}

    .divSidebar-right.showRight {
        right: 0;
    }

.toggle-right {
    height: 200px;
    width: 25px;
    background: #F38630;
    position: absolute;
    z-index: 50;
    right: 420px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 0 5px #666666;
    cursor: pointer;
}

    .toggle-right h3 {
        width: 155px;
        font-size: 1rem;
        color: white;
        text-transform: uppercase;
        letter-spacing: 3px;
        transform: rotate(-90deg);
        position: absolute;
        top: 95px;
        right: -65px;
        line-height: 0;
        margin-bottom: 0;
    }

.divSidebar-left {
    width: 420px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: -420px;
    height: 100%;
    transition: left 0.3s ease;
    background: #222222;
    padding: 10px;
    box-shadow: -2px 0 5px #666666;
}

    .divSidebar-left.showLeft {
        left: 0;
    }

.toggle-left {
    height: 200px;
    width: 25px;
    background: #F38630;
    position: absolute;
    z-index: 50;
    left: 420px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 10px 10px 0;
    box-shadow: -2px 0 5px #666666;
    cursor: pointer;
}

    .toggle-left h3 {
        width: 155px;
        font-size: 1rem;
        color: white;
        text-transform: uppercase;
        letter-spacing: 3px;
        transform: rotate(90deg);
        position: absolute;
        top: 95px;
        left: -65px;
        line-height: 0;
        margin-bottom: 0;
    }

form {
    width: 100%;
}

.modal-header, .close {
    background-color: #3573B9;
    color: white !important;
    padding: 2rem 2rem !important;
}

    .modal-header img {
        padding: 1rem 1rem !important;
    }

.modal-header {
    padding: 1px !important;
}

.modal-footer {
    justify-content: center !important;
    background-color: #f9f9f9;
    padding: 1em !important;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-warning {
    color: #f3c530;
}

#InviteMember span, #AddAssayNames span, #AddContinuousNames span, #AddCategoricalNames span, #AddLithologyNames span {
    color: #ff0000;
    display: none;
}

.field-validation-success {
    color: #28a745;
}

.headerPage {
    width: 100%;
    margin: 30px 0 0 0;
}

.grid {
    position: relative;
}

.item {
    display: block;
    position: absolute;
    width: 300px;
    min-height: 183px;
    margin: 5px;
    background: #333;
    color: #fff;
    cursor: grab;
}

    .item.muuri-item-dragging {
        cursor: grabbing;
        z-index: 3;
    }

    .item.muuri-item-releasing {
        z-index: 2;
    }

    .item.muuri-item-hidden {
        z-index: 0;
    }

.item-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.DashboadStyle, .DashboadStyle2 {
    height: 100vh;
    min-height: 350px;
}

.DashboadStyle {
    background: url(/images/bg.jpg) center center no-repeat scroll;
    background-size: cover;
}

.DashboadStyle2 {
    background: url(https://localhost:44348/images/demo3DgeoBASE.jpg) center center no-repeat scroll;
    background-size: cover;
}
.datepicker {
    z-index: 100000;
}
.HidePath {
    display: none;
}

.CurrentRevision{
    font-weight:bold;
    background-color:green !important;
}
#RevTable th {
    width: 15%;
}

.modal-dialog {
    z-index: 1;
}

#AddNamesTable td {
    text-align: center;
}

#AddNamesTable label {
    margin-right: 30px;
    padding-top: 18px;
}

.uppercase {
    margin: 0;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1.35em;
}

.linestyle {
    border-right: 1px solid #3573B9;
}

.aboutus {
    padding: 150px 10px 100px 10px;
    min-height: 600px;
}

.DashboadStyle, .DashboadStyle2 {
    padding-top: 75px;
    min-height: 600px;
    overflow: auto;
}

#ourplans {
    padding: 120px 10px 10px 10px;
    min-height: 500px;
}
#prices {
    padding: 120px 10px 10px 10px;
    min-height: 500px;
}

.featuredBox {
    background-color: #f90 !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.tryBTN {
    text-transform: uppercase !important;
    display: block !important;
    background: #3573B9 !important;
    width: 300px !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 20px !important;
    margin: 0 auto !important;
    position: relative;
    top: 250px;
}

.tryBTN2 {
    text-transform: uppercase !important;
    display: block !important;
    background: #3573B9 !important;
    width: 300px !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 20px !important;
    margin: 0 auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    z-index: 100;
}

.tryBTN3 {
    text-transform: uppercase !important;
    display: block !important;
    background: #3573B9 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 5px !important;
    margin: 0 auto !important;
}

.tryBTN4 {
    text-transform: uppercase !important;
    display: block !important;
    width: 100% !important;
    border: none !important;
    background: #3573B9 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 5px !important;
    margin: 0 auto !important;
}

.tryBTN5 {
    text-transform: uppercase !important;
    display: block !important;
    width: 100% !important;
    border: none !important;
    background: #666 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 5px !important;
    margin: 0 auto !important;
}

.tryBTN:hover, .tryBTN2:hover, .tryBTN3:hover, .tryBTN4:hover, .emailBTN:hover {
    background: #f7a11b !important;
    color: #000;
    text-decoration: none;
}

.tryBTN5:hover {
    background: #000 !important;
    color: #fff;
    text-decoration: none;
}

.PlanTitle {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-weight: lighter;
}

.card-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #3573B9;
    font-size: 2rem;
}

#contactus {
    padding: 150px 10px 100px 10px;
    min-height: 500px;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 10%;
    background-size: cover;
    height: 60vh;
    width: 100%;
}

.parallax-1 {
    background-image: url("/images/demo3DgeoBASE.jpg");
}

.customCard {
    margin-bottom: 35px;
}

.emailBTN {
    text-transform: uppercase !important;
    width: 300px !important;
    background: #3573B9 !important;
    color: #fff !important;
    border-radius: 50px !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 10px !important;
    border: none !important;
}

.emailBTN2 {
    width: 300px;
}

footer {
    background: #333;
    color: #fff !important;
    border-top: 1px solid #3573B9;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.footerimg {
    position: absolute;
    bottom: auto;
    z-index: -100;
}

.footertextleft, .footertextcenter, .footertextright {
    font-size: 14px;
    margin-top: 12px;
}

.footertextcenter {
    text-align: center;
}

.FormFooterStyle {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.footertextright {
    text-align: right;
}

footer a {
    font-weight: bold;
    color: #3573B9 !important;
}

input[type="text"], select, textarea {
    width: 100%;
    padding: 12px;
    border: #ccc solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

input[type="submit"] {
    background-color: #3573B9;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type="submit"]:hover {
        background-color: #3573B9;
    }

#myadversitement {
    background-image: url(/images/GeoMine.gif);
    display: block;
    width: 728px;
    height: 90px;
}

.AlertClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 768px) {
    .TableColName {
        padding-top: 13px !important;
        text-align: left !important;
    }

    .super-heading {
        font-size: 2rem;
    }

    .centered {
        top: 30%;
    }

    .footerimg {
        display: none;
    }

    .RecoveryPwdForm {
        width: 450px !important;
    }

    .ORstate {
        top: initial;
    }

    #myadversitement {
        background-image: url(/images/GeoMine2.gif);
        display: block;
        width: 300px;
        height: 250px;
    }
}
