﻿:root {
    --rz-input-padding: 0.3rem;
}
/* Used to display Online Status Indicator */
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(200, 0, 0, var(--tw-text-opacity));
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}
/* ^^^ Used to display Online Status Indicator ^^^ */



.rz-growl-message-warn .rz-growl-item {
    color: black !important;
}

.rz-growl-image.rzi-exclamation-triangle {
    color: black !important;
}



.rz-panel-titlebar {
    padding: .3rem .75rem;
}



.import-page-container {
    position: absolute;
    height: 85%;
    top: 15%;
    width: 80%;
}

.required-field::after {
    content: "*";
    color: red;
    font-weight:bold;
    margin-left:5px;
}

.sticky-foot {
    position: absolute;
    bottom: 0;
}

.hierarchy-tool-section-dark {
    border-top: 3px solid;
    border-bottom: 3px solid;
    background: #29303B;
}

.hierarchy-tool-dropdown {
    display: block;
    width: 100%;
    height: 2.25rem;
    padding: .375rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    /* line-height: 2.25rem; */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rz-multiselect, .rz-dropdown {
    display: inline-block;
}

.view-form-data {
    display: block;
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.custom-dropdown {
   
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    
}


.btn-clear {
    display: inline-block;
    width:100%;
    text-align: center;
    background-color: rgb(239, 239, 239);
    padding: 1px 6px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(133, 133, 133);
    border-image: initial;
    box-sizing: border-box;
    -webkit-appearance: button;
    cursor: pointer;
    line-height: 60px;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 300px;
    max-width: 318px;
    max-height: 300px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 4px;
}

.signature-pad::before,
.signature-pad::after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}    

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    height: 300px;
}

.signature-pad--body.empty {
    background-color: #333;
}

.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
    color: #c3c3c3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

    .signature-pad--actions .column {
        padding: 0.1em;
    }

    .signature-pad--actions .button {
        margin: 0.2em;
    }

@media (max-width: 480px) {
    .signature-pad--actions .button {
        display: block;
        width: 100%;
        min-height: 2em;
    }
}










.toggle-international .rz-switch {
    position:absolute;
}

.rz-datatable-scrollable-header {
    /*background-color: red;*/
    /*border-bottom: solid 1px red;*/
    /*overflow-wrap: break-word;*/
}

/*.rz-calendar .rz-inputtext {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
}*/

.valid.modified:not([type=checkbox]) {
    box-shadow: 0 0 1pt 1px #26b050;
    outline: 0;
    border-radius: 4px;
}

.main {
    z-index: 1;
}

.sidebar {
    z-index: 100;
}

.btn-white {
    color: white;
}
.btn-white:hover {
    text-decoration: none;
    color: white;
}

/* Default sidebar background colour */
.sidebar-background-colour {
    background-color: #29303B;
}

/* Customize the label (the container) */
.labelcheckcontainer {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 25px;
}

    /* Hide the browser's default checkbox */
    .labelcheckcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -8px;
    left: 3px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #ccc;
}

/* On mouse-over, add a grey background color */
.labelcheckcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.labelcheckcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.labelcheckcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.labelcheckcontainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.RadzenColumnCustom {
    padding: 0px;
    margin: 0px;
    /* DataGrid Stop Table Columns Aligning Left*/
    left: 0px !important;
}
table .rz-unselectable-text {
    /* DataGrid Stop Table Columns Aligning Left*/
    left: 0px !important;
}

/* DataGrid Pager Start*/
.data-grid-pager {
    display: inline-block;
    float: right;
}

.data-grid-pager input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.data-grid-pager input[type=number] {
    -moz-appearance: textfield;
}

.action-next {
    margin-left: 0.5rem;
}

.action-previous {
    margin-right: 0.5rem;
}

.action-next.disabled, .action-previous.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.action-next, .action-previous {
    background: #e3e3e3;
    border-color: #adadad;
    color: #514943;
    width: 3rem;
    border: 1px solid;
    border-radius: 0;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.36;
    padding: 0.5rem 1em 0.5rem;
    text-align: center;
    vertical-align: baseline;
}

.page-control {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #adadad;
    border-radius: 1px;
    box-shadow: none;
    color: #303030;
    font-size: 1.2rem;
    font-weight: 400;
    height: auto;
    line-height: 1.36;
    padding: 0.5rem 1rem 0.5rem;
    transition: border-color 0.1s linear;
    vertical-align: baseline;
    width: 3rem;
}

.control-text {
    border: 1px solid transparent;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.36;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-left: 0.5rem;
}
/* DataGrid Pager End*/




.rz-paginator {
    justify-content: unset;

}

.rz-paginator-first {
    margin: 0 0.65rem 0 0;
}

.rz-paginator-last {
    margin: 0px;
}

.rz-paginator-prev {
    margin-right: 0px;
}

.rz-paginator-next {
    margin: 0 0.65rem 0 0.65rem;
}

/*
.rz-grid-table {
    width:auto;
}*/

/*.portal .rz-card {
}

*/
/*.portal .rz-grid-table td, .rz-grid-table th {
    padding:0;

}*/


.tooltip-wrapper {
    position: absolute;
    display: inline-block;
    cursor: help;
}

.tooltip-wrapper span {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 10;
}

.tooltip-wrapper span::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span {
    visibility: visible;
}

.tooltip-icon {
    margin-top: 5px;
    padding-left: 7px;
}

.mb-3 label.required:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.form-group label.required:after {
    content: "*";
    color: red;
    margin-left: 3px;
}

/* Project Setup Page*/
.card-bordered {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.project-page-title {
    text-align: center;
}

.project-page-title h3 {
    display: inline-block;
    margin-top: 6px;
}

.project-page-steps-container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .85rem 1.5rem;
    margin-top: 10px;
}

.project-page-step {
    border-right: 1px solid #ccc;
}

.project-page-step:hover {
    cursor: pointer;
}

.project-page-step:last-child {
    border: none;
}

.project-page-step .project-step-number {
    border: 1px solid;
    border-radius: 50%;
    padding: 10px 13px;
}

.project-page-step .project-step-name {
    margin-left: 5px;
}

.project-page-step.active {
    color: black;
    font-weight: 600;
}

.project-page-step.completed {
    color: green;
    font-weight: 600;
}

.project-page-step.incomplete {
    color: #ccc;
}

.project-page-footer {
    border-top: 1px solid #ccc;
    padding: .85rem 0;
    margin-top: 10px;
}

.project-section {
    padding: .85rem 1rem;
}
.project-section .project-section-title {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.project-section .project-section-subtitle {
    font-size: 13px;
    color: #777;
    text-align: justify;
}

.project-section .project-section-content {
    margin-top: 16px;
}

    .project-section .project-section-content input {
        border-radius: 5px !important;
    }
    .project-section .form-control:focus, .form-select:focus {
        box-shadow: none;
    }
    .project-section label {
        font-size: 14px;
        font-weight: 600;
    }

    .project-section .rz-dropdown-label 
    {
        font-size: .85rem;
        font-weight: 100;
        padding-top: .25rem;
        padding-bottom: .25rem;
        padding-left: .25rem;
    }

    .project-section .validation-message {
        font-size: 0.8rem;
    }
    .project-section .valid.modified:not([type=checkbox]) {
        border: 1px solid #26b050;
        outline: none;
    }
    .project-section .invalid {
        border: 1px solid red;
        outline: none;
    }

.project-services-overview {
    border: 1px solid;
    margin: 0;
    padding-top: 1rem;
}

.project-setup > .rz-data-grid > .rz-data-grid-data > .rz-datatable-loading {
    opacity: 0.5;
    background-color: #fdfdfd;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    margin: 3rem auto;
}

.spinner-sm {
    border: 10px solid silver;
    border-top: 10px solid #337AB7;
    width: 30px;
    height: 30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

    .login-link{
        color:#fff;
    }

    .login-link:hover{
        color:darkorange;
    }

.btn-login {
    color: #000;
    background-color: darkorange;
    border-color: darkorange;
}

    .btn-login:hover {
        color: #fff;
        background-color: #D56E13;
        border-color: #D56E13;
    }
.rz-context-menu {
    font-size: 0.8rem;
}

.rz-context-menu .rz-menu .rz-navigation-item-wrapper {
    padding: 0.625rem 0.5rem;
}

/* Tech Portal */
.portal-section-border {
    border-top: 3px solid;
    border-bottom: 3px solid;
}

.portal-score-container {
    border: 1px dotted #ccc;
    width: fit-content;
    padding: 7px;
}

.portal-border-top {
    border-top: 3px solid;
}

.portal-border-bottom {
    border-bottom: 3px solid;
}

.portal-border-left {
    border-left: 3px solid;
}

.portal-border-right {
    border-right: 3px solid;
}

.portal-fh {
    min-height: 800px;
}

.portal-hfh {
    min-height: 400px;
}

.fs-14 {
    font-size: 14px;
}

.hover-hand {
    cursor: pointer;
}
.tps-specification-datagrid {
    zoom: .75;
}
.tps-specification {
    font-size: .75rem;
    margin-left: 5px;
}
.tps-specification .rz-radiobutton-box.rz-state-active
{
    border-width: inherit;
}
.tps-specification .form-check-input {
    margin-top: .5rem;
    margin-left: 0;
}
.tps-base {
    padding-top: 5px;
}
.tps-table {
    width: 100%;
    border: 1px solid #1b6c86;
}
    .tps-table td, .tps-table th {
        border-right: 1px solid #1b6c86;
        border-bottom: 1px solid #1b6c86;
        padding: 3px;
    }
.tps-base .rz-radiobutton-label {
    margin: 0 0.3rem 0 0.3rem;
}
.tps-base .rz-radiobutton {
    width: 1rem;
    height: 1rem;
}
.tps-base .tps-base-outcome {
    padding-top: 5px;
}
.tps-table td.grade-value {
    height: 25px;
}
.tps-table td.grade-value.required {
    background-color: #f2956a;
}
.tps-specification .btn-sm {
    font-size: .75rem;
}
.tps-specification .form-control {
    height: 25px;
    font-size: .75rem;
    padding: .1rem .2rem;
    border: 1px solid #1b6c86;
    border-radius: 0;
    background-color: #ffffff;
    color: black;
}
.tps-specification input.form-control:read-only, .tps-specification .unselectable {
    background-color: #f3f5f7;
    cursor: not-allowed;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tps-specification .form-control:focus {
    box-shadow: none;
}

.tps-specification .rz-dropdown:not(:disabled):not(.rz-state-disabled):focus {
    background-color: #f2956a;
}

.tps-specification .rz-dropdown:not(:disabled):not(.rz-state-disabled):hover {
    background-color: #f2956a;
}

.rz-close {
    animation: 0.1s normal rz-close;
}

.rz-open {
    animation: 0.1s normal rz-open;
}

.tps-specification .form-group {
    margin-bottom: 0;
}
.tps-specification .rz-dropdown {
    font-size: .75rem;
    border: 1px solid #1b6c86 !important;
    line-height: 1rem !important;
    height: 25px;
    border-radius: 0;
}
.tps-specification .rz-dropdown:hover {
    border: 1px solid blue !important;
}
.with-border ul.rz-listbox-list li {
    border-bottom: 1px dotted;
}
.mb-3.required .col-form-label:after {
    content: "*";
    color: #954b4b;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: #954b4b;
}

.mb-3.required .form-control, .mb-3.required .rz-dropdown, .mb-3.required.mandatory .rz-dropdown {
    background-color: #f2956a;
}

.form-group.required .form-control, .form-group.required .rz-dropdown, .form-group.required.mandatory .rz-dropdown {
    background-color: #f2956a;
}

.tps-cosmetic-condition .rz-listbox-header {
    display: none !important;
}
/* End Tech Portal*/
/* AdvancedFilterDropDown */
.rz-btn-filter-icon {
    color: #3a474d;
    margin: 0;
    float: right;
    font-size: 1rem;
}
/* End AdvancedFilterDropDown */
/* Fix for the Radzengrid validation popup */
.rz-message-popup {
    z-index: 99;
}
/**/

/* DataGrid */
.tech-portal .rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    text-transform: none;
}
/* End DataGrid*/

@media only screen and (min-width: 641px) {
    .ms-250-m {
        margin-left: 250px;
    }
}

@media only screen and (max-width: 399px) {
    .container .rz-dropdown, .rz-textbox, input {
        font-size: 0.85rem;
    }
}



.datagrid-table-container {
    max-width: 100%;
    color: #48606c;
    font-size: 0.875rem;
}

.datagrid-table-fixed  {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 70vh;
}


::-webkit-scrollbar-track {
    background-color: #f4f5f9;
}


.datagrid-table {
    min-width: max-content;
}

.datagrid-table thead {
    z-index: 100;
}

.datagrid-table th {
    position: sticky;
    top: 0;
    background: #f4f5f9;
    text-align: left;
    padding: 5px;
    color: #48606c;
    font-weight:normal;
}

.datagrid-table tbody, .datagrid-table td, .datagrid-table tfoot, .datagrid-table th, .datagrid-table thead, .datagrid-table tr {
    border-color: #ccc;
}

.datagrid-table .th-higher-zindex {
    z-index:101;
}

.datagrid-table td {
    text-align: left;
    padding: 5px;
}



.datagrid-table th:first-child, .datagrid-table td:first-child {
    position: sticky;
    left: 0px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f3f5f7;
}


.rz-context-menu .rz-menu .rz-navigation-item .rz-navigation-item-wrapper {
    padding: 3px;
    margin:0;
}

.rz-context-menu .rz-menu .rz-navigation-item .rz-navigation-item-wrapper .rz-navigation-item-link {
    padding: 3px;
    margin: 0;
}

/*Text small forced (important)*/
.small-f 
{
    font-size: 80% !important;
    font-weight: 400 !important;
}

.box-container {
    height: calc(100vh - 220px);
}

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.box .row.box-header {
    flex: 0 1 auto;
}

.box .row.box-content {
    flex: 1 1 auto;
}

.blue-box {
    padding: 1rem;
    border: 2px solid black;
    background-color: #74B0FF;
}

.blue-box-input {
    background-color: #74B0FF;
    border: 2px solid black;
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
}

.validation-box {
    border: 2px solid black;
    height: 100%;
    position: relative;
}

.validation-box.valid {
    background-color: #00c04b;
}

.validation-box.invalid {
    background-color: #e57373;
}

.validation-box .validation-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10vw;
}

.validation-box .validation-msg {
    position: absolute;
    top: 70%;
    left: 35%;
    width: 30%;
}

.center {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes loading {
    0% {
        height: 50px;
        top: 0px;
    }

    50% {
        height: 70px;
        top: -10px;
    }

    100% {
        height: 50px;
        top: 0px;
    }
}

.loading-bar {
    position: absolute;
    background-color: #000000;
    height: 50px;
    width: 15px;
    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.loading-bar.loading-bar1 {
    left: -25px;
    animation-delay: 0.2s;
}

.loading-bar.loading-bar2 {
    left: 0px;
    animation-delay: 0.4s;
}

.loading-bar.loading-bar3 {
    left: 25px;
    animation-delay: 0.6s;
}

.app-version {
    font-size: 0.4em;
    display: block;
    margin-top: -10px;
}

.btn-link-black {
    color: black;
}
.btn-link-black:hover {
    color: black;
}
.btn-link-small {
    font-size: .9rem;
}
.cp-1 {
    padding: .375rem .375rem;
    border: 1px solid transparent;
}


.rz-menu:not(.rz-profile-menu) .rz-navigation-menu {

    z-index: 105;
}


@keyframes fadeToNormal {
    from {
        background-color: lightgreen;
    }

    to {
        background-color: inherit;
    }
}

tr.fade-highlight td {
    animation: fadeToNormal 2s ease-out;
}
