﻿.form-group.condensed {
    margin-bottom: 0.25rem;
}

    .form-group.condensed .form-control-sm,
    .form-group.condensed .custom-select-sm,
    .form-group.condensed .input-group-sm > .form-control:not(textarea),
    .form-group.condensed .input-group-sm > .input-group-append,
    .form-group.condensed .input-group-sm > .input-group-prepend {
        height: calc(1.5em + .5rem + 2px);
        font-size: .8rem;
    }

    .form-group.condensed .custom-select-sm {
        padding: 0 0.5rem;
    }

    .form-group.condensed .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-prepend > .btn {
        line-height: 0.5;
    }

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn .spinner-border,
.btn .spinner-grow {
    display: none !important;
}

.btn[disabled] .spinner-border,
.btn[disabled] .spinner-grow {
    display: inline-block !important;
}

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/*VueJS Notifications*/
.vue-notification-override {
    padding: 10px;
    margin: 0 5px 5px;
    /*font-size: 12px;*/
    color: #ffffff;
    background: #44A4FC;
    border-left: 5px solid #187FE7;
}

    .vue-notification-override.warn {
        background: #ffb648;
        border-left-color: #f48a06;
    }

    .vue-notification-override.error {
        background: #E54D42;
        border-left-color: #B82E24;
    }

    .vue-notification-override.success {
        background: #68CD86;
        border-left-color: #42A85F;
    }

.btn-xs {
    padding: 0rem 0.5rem;
}

.table thead td, .table thead th {
    border: none;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.left-45 {
    left: 45%;
}

.top-45 {
    top: 45%;
}

.z-5 {
    z-index: 5;
}
/*/VueJS Notifications*/

/*Flex*/
.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}
/*/Flex*/

/*/Flex Lead*/
.flex-basis-label {
    flex-basis: 160px;
    flex-shrink: 0;
}

@media screen and (min-width: 1200px) {
    .image-box {
        border: 1px solid #ced4da;
    }
}
/*/Flex Lead*/

/*Modules*/
.module-table {
    padding-top: 2.0rem;
}

.module-table-row {
    display: flex;
    text-align: center;
}

.module-table-row-center-box {
    flex: 1;
    justify-content: center;
    display: flex;
}

.module-table-cell {
    padding: 10px;
    flex-shrink: 0;
    align-self: center;
}

.module-table-anchor {
    border-radius: 1.0rem;
    padding: 0.25rem;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-image {
    align-self: center;
    width: 100px;
    height: 100px;
}

.module-image {
    align-self: center;
    width: 100px;
    height: 100px;
}

.small-module {
    align-self: center;
}

.small-module-image {
    align-self: center;
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 991.5px) {
    .visible-lg {
        display: none;
    }
}

@media screen and (min-width: 991.5px) {
    .visible-sm {
        display: none;
    }
}

@media screen and (max-width: 880px) {
    .module-table-row-center-box {
        flex-direction: column;
    }
}
/*/Modules*/

/*Modal*/
.full-width-modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

.full-width-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.full-width-modal-body {
    overflow-y: auto;
}

.full-width-button {
    top: -1.1rem;
    right: 1.4rem;
    position: fixed;
    font-size: 3.8rem;
    background-color: white !important;
}
/*/Modal*/

/*/PreviewModal*/
#previewModalImage {
    width: 100% !important;
    max-width: 800px !important;
    height: auto;
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0) scale(.5);
    transform: translate(0,0) scale(.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}

.modal-header {
    cursor: move
}

.modal-header, .modal-footer {
    border: none;
}
/*/PreviewModal*/

/*autocomplete*/
.autocomplete-div {
    position: relative;
}

.auto-complete-loader {
    position: absolute;
    left: calc(100% - 25px);
    top: 7px;
}

.autocomplete-results {
    z-index: 1000;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 1px solid #0069d9;
    height: auto !important;
    max-height: 200px;
    overflow: auto;
    width: 100%;
    background-color: white;
}

.autocomplete-result {
    list-style: none;
    text-align: left;
    padding: 0px 8px;
    cursor: pointer;
    background-color: white;
}

    .autocomplete-result.is-active,
    .autocomplete-result:hover {
        background-color: #0069d9;
        color: white;
    }
/*/autocomplete*/

/*attachmentselector*/
.attachmentselector-container {
    display: flex;
    justify-content: flex-end;
}
/* disable flex for IE: flex not working properly */
@media screen and (-ms-high-contrast: none) {
    .attachmentselector-container {
        display: block;
    }
}

.attachmentselector-div {
    max-width: 500px;
}

.attachmentselector-thead {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.attachmentselector-tbody {
    display: block;
    overflow: auto;
    max-height: 7.5rem;
}

.small-font {
    font-size: .875rem;
}

.th-category {
    width: 9rem;
}

.td-fileName {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.td-category {
    width: 9rem;
}

.select-category {
    min-width: 140px;
    max-width: 140px;
}

.td-delete {
    padding-top: .4rem;
    width: 15%;
}

.disabledAnchor {
    pointer-events: none;
    cursor: default;
    color: #aaaaaa;
    border-color: #aaaaaa;
}
/*/attachmentselector*/

/*accordion*/
[data-toggle="collapse"] .fa:before {
    content: url(../images/arrow_up.png);
}

[data-toggle="collapse"].collapsed .fa:before {
    content: url(../images/arrow_down.png);
}
/*/accordion*/

/*Competitor*/
.bold-header {
    font-size: 24px;
    font-weight: 500;
}

.add-equipment {
    padding: 0 3.8rem 0 0;
}

@media screen and (max-width: 1010px) {
    .add-equipment {
        padding-right: 0px;
    }
}

.textarea-div {
    margin-bottom: -7px;
}

.changedvalue-textarea {
    color: darkorange;
    position: relative;
    left: calc(100% + 5px);
    top: -80px;
}

.changedattachments {
    color: darkorange; /*#FAA369*/
    position: relative;
    left: calc(100% + 5px);
}

@media screen and (max-width: 1010px) {
    .oilwater-equipment-hidden-title {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 1166px) {
    .other-equipment-hidden-title {
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 992px) {
    .changedvalue {
        color: darkorange;
        position: absolute;
        left: calc(100% - 8px);
    }
}

@media screen and (min-width: 992px) {
    .changedvalue {
        color: darkorange; /*#FAA369*/
        position: absolute;
        left: calc(60%);
    }
}

/*/Competitor*/

/*InsCoHub*/

.selectable-hover:hover {
    cursor: pointer !important;
}

/*/InsCoHub*/

.fs-75 {
    font-size: 75%;
}

.close {
    line-height: 50%;
}

.pb-1p5 {
    padding-bottom: 0.375rem !important;
}

.a-pointer {
    cursor: pointer;
}

.router-link-exact-active {
    color: #6c757d !important;
}

.noBackground {
    background: inherit !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "> ";
}

.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.align-self-center {
    align-self: center;
}

.absoluteRequestAccess {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    padding: 2px;
    color: black;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
            text-decoration: underline;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* Lead Index.cshtml */
.display-8 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/* Reposition Dropdown when Viewport <= 500px */
@media (max-width: 500px) {
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        top: 45px;
        right: 0px;
        margin-top: -1px;
    }
}

.font-size-xxl {
    font-size: xx-large;
}

.font-size-xl {
    font-size: x-large;
}

.ratio-1-1{
    aspect-ratio: 1/1;
}