﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url(../lib/bootstrap/dist/css/bootstrap.css);
@import url(font-awesome/css/all.css);
@import url(../lib/datatables/css/jquery.dataTables.css);
/*@import url(../lib/datatables/css/dataTables.bootstrap4.css);*/
@import url(../lib/Chart.js/Chart.css);
@import url(../lib/jqueryui/themes/base/jquery-ui.css);
@import url(../lib/select2/css/select2.css);

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* Stop Line Break inside Cell */

.dataTables_wrapper th, .dataTables_wrapper td{
    white-space:nowrap;
}
body {
    margin-bottom: 0 !important;
    background: url(/css/img/ttsbackground.jpg) no-repeat;
    background-size: cover;
}

@font-face {
    font-family: 'kulturista-bold';
    src: url(../../css/font/kulturista-bold.woff);
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

select,
input[type='text'],
input[type='email'],
input[type='password'],
.form-control {
    border-radius: 0 !important;
    height: 32px !important;
}

hr {
    border-top-color: #034EA2;
}

.border-top {
    border-top: 4px solid #FF6F18 !important;
}

.border-bottom {
    border-bottom: 4px solid #FF6F18 !important;
}

footer {
    background: url(/css/img/ttsbackground.jpg) no-repeat;
    background-size: cover;
}

.login-title {
    display: none;
}

.card.login {
    border-radius: 0;
    width: 100%;
}

    .card.login input[type='email'],
    .card.login input[type='password'] {
        width: 60%;
    }

#cookieConsent a {
    color: #fff;
    opacity: 0.9;
}

.btn.wrap.close {
    opacity: 1;
    margin-left: 16px;
}

.container-fluid.header {
    font-family: Arial;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .container-fluid.header .navbar-brand {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        padding-right: 20px;
    }

        .container-fluid.header .navbar-brand span {
            padding-left: 18px;
        }

    .container-fluid.header .nav-link.btn.btn-link {
        color: #000 !important;
        font-weight: 700;
        text-transform: uppercase;
    }

    .container-fluid.header .nav-item .nav-link.user {
        color: rgba(0, 0, 0, 0.5) !important;
        font-size: 16px !important;
        text-transform: none;
    }

    .container-fluid.header .nav-item .nav-link {
        color: #000 !important;
        font-weight: 700;
        font-size: 14px !important;
        text-transform: uppercase;
    }

.content-header {
    width: 100%;
    height: 177px;
    position: absolute;
}

.content-header {
    background: url(/css/img/services.jpg) no-repeat;
    background-size: cover;
    background-position-y: 43%;
}

.container-fluid.content {
    background: url(/css/img/ttsbackground.jpg) no-repeat;
    background-size: cover;
}

    .container-fluid.content > div {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
    }

.navbar.navbar-expand-sm.mb-3 {
    margin-bottom: 0 !important;
}

.mainDiv {
    margin-bottom: 60px;
}


/*  TTS BUTTON STYLES  */

.btn {
    border-radius: 3px;
    padding: 4px 25px;
}

.btn-sm {
    border-radius: 2px;
}

.badge-danger {
    border-radius: 2px;
    padding: 4px 6px;
}

fieldset .btn-sm {
    padding: 4px 4px;
}

.nav-tabs {
    border-bottom: none;
    margin-left: 4px;
}

    .nav-tabs .nav-item .wrap,
    .btn.wrap {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        overflow: hidden;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        margin-right: 10px;
        border: none;
        border-radius: 0;
    }

.btn {
    border-radius: 2px;
}

    .btn.wrap {
        padding: 8px 10px;
    }

        .nav-tabs .nav-item .wrap.active:before,
        .btn.wrap.active:before {
            background-color: #FF6F18;
        }

        .nav-tabs .nav-item .wrap:before,
        .btn.wrap:before {
            -moz-transform: skewX(45deg);
            -ms-transform: skewX(45deg);
            -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: -8px;
            bottom: 0;
            left: -8px;
            background-color: #995B40;
            opacity: 1;
        }

        .btn.wrap.tertiary:before {
            background-color: #000;
        }

        .nav-tabs .nav-item .wrap a,
        .btn.wrap a,
        .btn.wrap button {
            padding: 7px 35px;
            color: #fff;
            display: block;
            position: relative;
            text-decoration: none;
        }

.nav-tabs .nav-item .wrap a {
    opacity: 0.5;
}

.nav-tabs .nav-item .wrap.active a {
    opacity: 1;
}

.btn.wrap a,
.btn.wrap button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-weight: 700;
    border: none;
    padding: 0px 15px;
}

.btn.wrap button {
    background-color: transparent;
    text-transform: uppercase;
}

    .btn.wrap a:hover,
    .btn.wrap a:active,
    .btn.wrap a:focus,
    .btn.wrap button:hover,
    .btn.wrap button:active,
    .btn.wrap button:focus {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        outline-color: transparent;
    }

label.btn-outline-secondary:not(:disabled):not(.disabled) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 16px !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled) {
    color: #034EA2;
    border: solid 1px #034EA2;
    border-radius: 2px;
    background-color: #fff !important;
    padding: 4px 25px;
}

    .btn-outline-secondary:not(:disabled):not(.disabled):hover {
        background-color: #CFDDED !important;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):focus,
    .btn-outline-secondary:not(:disabled):not(.disabled):active {
        box-shadow: none !important;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #034EA2 !important;
    }

.btn.btn-secondary {
    background-color: #034EA2;
    border-color: #034EA2;
}

.btn-secondary:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #034EA2;
    border-color: #034EA2;
    box-shadow: none;
}


.btn-outline-danger:not(:disabled):not(.disabled) {
    padding: 4px 25px;
    background-color: #fff;
}

    .btn-outline-danger:not(:disabled):not(.disabled):hover {
        background-color: #dc3545;
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #034EA2;
    }


.btn-outline-danger:not(:disabled):not(.disabled) {
    padding: 4px 25px;
}

    .btn-outline-danger:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: #034EA2;
    }

#email-verification {
    margin-top: 6px;
}


/*  ALERT STYLES  */

rpc-controls-error {
    position: absolute;
}

.alert-info {
    color: #FF6F18;
    background-color: #034EA2;
    font-family: 'kulturista-bold';
    font-size: 18px;
    text-transform: uppercase;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    display: table;
    margin: auto;
    padding: 20px 80px;
    margin: auto;
    border-radius: 0;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.6);
    z-index: 1;
    margin-top: -82px;
    top: 82px;
}

.alert-danger {
    font-family: 'kulturista-bold';
}

.alert.loading-chart {
    margin-top: -168px;
}

/*  CONTENT PAGES  */
.page-content {
    margin-top: 50px;
    margin-bottom: 10px;
}

.map-data {
    margin-top: 40px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
}

.container-fluid.content h4 {
    font-family: 'kulturista-bold';
    color: white;
    font-size: 48px;
    padding: 30px 0;
    text-transform: uppercase;
    position: relative;
}

.container-fluid.content .col-lg-2.col-md-3.dashboard-card {
    padding: 0;
    padding-right: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}

    .container-fluid.content .col-lg-2.col-md-3.dashboard-card > div {
        padding: 50px 25px !important;
        overflow: hidden;
    }

.container-fluid.content .dashboard-card h4 {
    font-size: 24px;
}

.container-fluid.content .dashboard-card span {
    font-family: 'kulturista-bold';
    font-size: 22px;
}

.container-fluid.content .dashboard-card h4,
.container-fluid.content .dashboard-card h3 {
    padding: 0;
    line-height: 0.75;
    white-space: nowrap;
}

.container-fluid.content .dashboard-card .bg-dark {
    background-color: #242424 !important;
}

    .container-fluid.content .dashboard-card .bg-dark h4 {
        color: #FF6F18 !important;
    }

.container-fluid.content .dashboard-card .bg-warning {
    background-color: #FF6F18 !important;
    color: #fff !important;
}

    .container-fluid.content .dashboard-card .bg-warning h4 {
        color: #242424 !important;
        font-size: 24px;
    }


.container-fluid.content .dashboard-card .bg-danger h4 {
    color: #242424 !important;
    font-size: 24px;
}

.container-fluid.content .dashboard-card .bg-danger span {
    color: #fff !important;
}

.container-fluid.content .modal-title {
    font-family: 'kulturista-bold';
    font-size: 24px;
}

.hide-chat {
    right: 46px;
    position: absolute;
    z-index: 1;
}

.hide-wellPath {
    right: 200px;
    position: absolute;
    z-index: 1;
}

rpc-controls-comments > div {
    margin-top: 30px;
}

.job-details .alert.alert-danger.small,
.job-details .alert.alert-warning.small {
    position: relative;
    top: 63px;
}

.job-details .alert.alert-warning.small {
    font-family: 'kulturista-bold';
    color: #826200;
    background-color: #ffeeba;
}

/*  TABLE  */

.table {
    font-family: 'kulturista-bold';
    font-size: 18px;
    color: #034EA2;
}

    .table td {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-weight: 600;
        color: #000;
        border-top: solid 1px #034EA2;
    }

    .table thead th {
        border-bottom-color: transparent;
        border-bottom: solid 1px #034EA2;
    }

    .table th {
        border-top: none;
    }

    .table td.first-col-text {
        font-family: 'kulturista-bold';
        font-size: 18px;
        color: #FF6F18;
    }

/*  SETTINGS TABLE  */

rpc-pages-home-detail-setting table thead th {
    border-bottom: none !important;
    padding: 15px !important;
    padding-bottom: 5px !important;
}

rpc-pages-home-detail-setting tbody tr {
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
}

    rpc-pages-home-detail-setting tbody tr.seperator {
        background-color: transparent;
        height: 30px;
        box-shadow: none;
    }

rpc-pages-home-detail-setting tbody td {
    border-top: none !important;
    padding: 15px !important;
}

rpc-pages-home-detail-setting table tfoot td {
    border-top: none !important;
}

/*  ADMIN SETTINGS TABLE  */

.admin-settings table {
    margin-top: 78px;
}

    .admin-settings table.tab-content-details,
    .admin-settings div.tab-content-details {
        margin-top: 34px;
    }

.admin-settings rpc-controls-useremployments table.tab-content-details {
    margin-top: 0;
}

.admin-settings rpc-ui-jobinfo > div {
    margin-top: 45px;
}

.admin-settings.add-job rpc-ui-jobinfo > div {
    margin-top: 95px;
}

.admin-settings rpc-ui-jobinfo > div label {
    font-family: 'kulturista-bold';
    font-size: 18px;
    color: #034EA2;
}

.admin-settings.add-user > div.row {
    margin-top: 78px;
}

.admin-settings.user-detail {
}

.admin-settings.add-user > div.row label,
.admin-settings .tab-content.tab-content-details label {
    font-family: 'kulturista-bold';
    font-size: 18px;
    color: #034EA2;
}

.admin-settings .table-striped tbody tr {
    background-color: transparent;
}

.admin-settings .table-striped tbody td {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .admin-settings .table-striped tbody td a,
    .admin-settings .table td a {
        font-family: 'kulturista-bold';
        font-size: 18px;
        color: #FF6F18 !important;
    }

    .admin-settings .table-striped tbody td img {
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    }

.admin-settings .table tbody + tbody {
    border: none;
}

/*  ADMIN SETTINGS CARD  */

.admin-settings .card {
    margin-top: 20px;
}

.admin-settings .card-header {
    font-family: 'kulturista-bold';
    font-size: 24px;
}

.admin-settings .card-body.well-info pre {
    font-family: 'kulturista-bold';
}

.admin-settings .card table {
    margin-top: 0;
}

    .admin-settings .card table td a {
        font-family: 'kulturista-bold';
        font-size: 18px;
        color: #FF6F18;
    }

.admin-settings .form-group .row a {
    font-family: 'kulturista-bold';
    color: #FF6F18;
}

/*  DATATABLES  */

.dataTables_length {
    margin-bottom: 10px;
}

    .dataTables_length label,
    table.dataTable thead,
    .dataTables_wrapper .dataTables_info {
        font-family: 'kulturista-bold';
        font-size: 18px;
        color: #034EA2;
    }

        table.dataTable thead th {
            border-bottom: solid 1px #034EA2;
        }

table.dataTable.stripe tbody tr,
table.dataTable.stripe tbody tr.odd {
    background: transparent;
}

table.dataTable.stripe tbody td {
    border-bottom: solid 1px #034EA2;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #000;
    font-weight: 600;
}

    table.dataTable.stripe tbody td a {
        font-family: 'kulturista-bold';
        font-size: 18px;
        color: #FF6F18;
    }

    table.dataTable.stripe tbody td i.fa span {
        font-family: 'kulturista-bold';
    }


.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none;
    background-color: transparent;
    font-family: 'kulturista-bold';
    font-size: 18px;
    color: #034EA2 !important;
    border: none;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: none;
        background-color: transparent;
        color: #FF6F18 !important;
        border: none;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: #8BACD2 !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: none;
        background-color: #034EA2;
        color: #FF6F18 !important;
        color: #fff !important;
        border: none;
    }



/*  GOOGLE MAP  */

.gm-infowindow-tts {
    font-family: 'kulturista-bold';
    padding: 15px 10px;
    color: #fff;
}

    .gm-infowindow-tts h5 {
        color: #FF6F18
    }

.gm-style-iw-d {
    display: table;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    background: #034EA2;
}

.gm-style .gm-style-iw-t::after {
    background: #034EA2;
}

.gm-infowindow-btn {
    padding: 0;
}

.gm-style-iw button.gm-ui-hover-effect {
    background: url(/css/img/close_button.png) no-repeat !important;
    background-size: 10px 10px !important;
    top: 4px !important;
    right: -14px !important;
}

    .gm-style-iw button.gm-ui-hover-effect img {
        display: none !important;
    }

/* LIST GROUP */

.list-group {
    border-top: solid 1px #034EA2;
}

    .list-group .list-group-item-info {
        background-color: transparent;
        border: none;
        border-bottom: solid 1px #034EA2;
        padding-top: 15px;
    }

        .list-group .list-group-item-info a {
            font-family: 'kulturista-bold';
            font-size: 18px;
            color: #FF6F18;
        }

/* CHAT */

.chat-container {
    margin-top: 52px;
}

.input-group-append .btn {
    height: 32px;
    background-color: #034EA2;
    opacity: 1;
}

rpc-controls-chat {
    font-family: 'kulturista-bold';
}

    rpc-controls-chat button {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    rpc-controls-chat div.comment {
        background-color: #EAE9E6;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 4px;
    }

        rpc-controls-chat div.comment.me {
            background-color: #CFDDED;
        }

    rpc-controls-chat div p.user {
        opacity: 0.4;
    }

/*  ATTACHMENT  */

.list-group-item-warning {
    font-family: 'kulturista-bold';
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    border-radius: 0 !important;
    border: none;
    padding: 20px 80px;
    color: #826200;
}

.bg-warning.tts td {
    font-family: 'kulturista-bold';
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    border-radius: 0 !important;
    border: none;
    padding: 20px 80px;
    color: #826200;
    background-color: #ffeeba;
}

/*  ACCCOUNT MANAGEMENT  */

.account-settings div.row {
    margin-top: 60px;
}

.change-password div.row {
    margin-top: 134px;
}

.forgot-password div.row {
    margin-top: 75px;
}

.forgot-password-conf p {
    margin-top: 90px;
}

.account-settings div.row label,
.forgot-password div.row label,
.forgot-password-conf p,
.admin-page p {
    font-family: 'kulturista-bold';
    font-size: 18px;
    color: #034EA2;
    text-transform: uppercase;
}

.change-password .alert.alert-info {
    position: relative;
    top: 0;
}

/*  DATALOGGER  */

.datalogger table td a {
    white-space: nowrap;
}

.tab-content.tab-content-details.datalogger {
    padding-top: 50px;
}

.input-group-prepend .input-group-text {
    height: 32px;
}

rpc-pages-datalogger-detail-grouping .list-group-item {
    font-family: 'kulturista-bold';
    color: #FF6F18;
    cursor: pointer;
}

    rpc-pages-datalogger-detail-grouping .list-group-item i.fa {
        color: #000;
    }

    rpc-pages-datalogger-detail-grouping .list-group-item.active i.fa {
        color: #fff;
    }

    rpc-pages-datalogger-detail-grouping .list-group-item.active {
        background-color: #034EA2;
        color: #FF6F18;
    }

