﻿body {
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    color: #3e3c4f;
}

h6 {
    font-weight: bold;
    font-size: 0.875rem;
}

a, button {
    color: #3e3c4f;
}

.page-header {
    border-bottom: 0;
    margin: 100px 0 0px;
}

    .page-header h2 {
        color: #8c8e9d;
        font-size: 18px;
    }

.main {
    margin-top: 87px
}

.app-main {
    margin: 30px
}

#tableVariable tbody th {
    font-weight: normal !important;
    color: #333333;
}

#tableVariable thead th {
    font-weight: 700 !important;
    color: #333333;
}

#tablePartyList thead th {
    vertical-align: middle
}

#tablePartyList tbody tr td {
    vertical-align: middle
}

.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

    .table-fixed tr:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
    }

    .table-fixed tbody td,
    .table-fixed thead > tr > th {
        float: left;
    }

.pre-content {
    color: #1fb3ef;
}

.btn-toolbar-item {
    color: #fff;
    width: 39px;
}

    .btn-toolbar-item:hover {
        color: #fff;
    }



.app-main-header {
    border-bottom: 1px solid #eee;
    background: #f4f5f9;
    line-height: 55px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.btn-group-right {
    margin-left: auto;
    white-space: nowrap;
    color: #3e3c4f;
}

.btn-group-right-align {
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
}

footer {
    background-color: #f2f3f7;
}

.labelfooter {
    color: #7f8e93;
    font-weight: 300;
    font-size: 10px;
}

#ResultInfoContainer, #ScenarioContainer, #CompetitiveAnalysisContainer {
    font-size: 0.75rem;
}

.circle:before {
    content: ' \25CF';
    font-size: 20px;
}

.circleout {
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid red;
    border-radius: 50%;
    margin-right: 0.1rem;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.orange {
    color: #FF4000;
}

.green {
    color: #04B404;
}

.orangec {
    border-color: #FF4000;
}

.greenc {
    border-color: #04B404;
}

.bothc {
    border-color: #9B6E02;
}

.firstP {
    border: 2px solid #FF4000 !important;
}

.secondP {
    border: 2px solid #04B404 !important;
}

.bothP {
    border: 2px solid #9B6E02 !important;
}

input.radio-no-button[type="radio"] {
    display: none;
}

    /* Value Map Breakdown Radio Buttons*/
    input.radio-no-button[type="radio"] + label {
        color: #292321;
        font-size: 10px;
        font-weight: 400;
    }

        input.radio-no-button[type="radio"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        input.radio-no-button[type="radio"] + label span {
            background-color: #b3b3b3;
        }

    input.radio-no-button[type="radio"].firstP + label span {
        border: 2px solid #FF4000;
    }

    input.radio-no-button[type="radio"].secondP + label span {
        border: 2px solid #04B404;
    }

    input.radio-no-button[type="radio"].bothP + label span {
        border: 2px solid #9B6E02;
    }

    input.radio-no-button[type="radio"]:checked + label span {
        background-color: #358cc5;
    }

    input.radio-no-button[type="radio"] + label span,
    input.radio-no-button[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.4s linear;
        -o-transition: background-color 0.4s linear;
        -moz-transition: background-color 0.4s linear;
        transition: background-color 0.4s linear;
    }
/* End Value Map Breakdown Radio Buttons*/

/* Value Map Breakdown Slider */
.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #e1e1e1;
    color: #222222;
    margin-top: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    height: 30px;
    cursor: default;
    margin: 0 0 auto !important;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 11px !important;
    min-width: 50px;
}

.ui-slider-horizontal {
    height: 10px;
}

.ui-slider .ui-slider-handle .glyphicon {
    color: #FFFFFF;
    margin: 0 3px;
    font-size: 11px;
    opacity: 1;
    font-size: 2px !important;
    font-weight: normal;
}

.ui-state-default label {
    font-size: xx-small !important;
    font-weight: normal;
    line-height: 11px !important;
    height: 10px;
    color: white;
}

.ui-corner-all {
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus,
.ui-slider :focus {
    cursor: pointer;
    outline: none;
}
/* End Value Map Breakdown Slider*/

/***
 *** Value Map - Value Coordinates
***/
@media (min-width: 1200px) {
    #div-value-coordinates {
        padding: 0px 25px 0px 0px;
    }
}

/***
 *** End Value Map - Value Coordinates


/***
 *** Value Map - Breakdown
***/
.breakdown-row-border {
    border-bottom: 2px solid #dddddd;
}

/***
 *** End Value Map - Value Coordinates
***/

.multiline {
    white-space: pre-wrap
}

.table-left-border {
    border-left-style: solid;
    border-left-color: #ddd;
    border-left-width: 1px;
}

.graph-range {
    font-weight: normal;
    font-size: small;
}

.report-body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.report-table-padding {
    padding-right: 5%;
    padding-left: 5%;
}

.toolbar {
    top: 87px;
}

.toolbar-enabled-button {
    background-color: var(--primary);
}

@media print {
    .print-page-break {
        page-break-after: always
    }

    .report-table-padding {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.mini-graph {
    margin: 10px;
}

.danger,
.validation-message {
    color: #ff6550
}

/*** Bootstrap ***/
.field-validation-valid {
    display: none;
}

.field-validation-error {
    font-size: 11px;
    color: tomato;
}

.validation-summary-errors {
    font-size: 12px;
    color: tomato;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0;
    }

.custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    background-color: #fff;
    margin-top: 10px;
}

    .custom-search-input input {
        height: 30px;
        font-size: 14px;
    }



    .custom-search-input input {
        border: 0;
        box-shadow: none;
    }

    .custom-search-input button {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc;
    }

        .custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    .custom-search-input .fa-search {
        font-size: 20px;
    }

.dataTables_length {
    display: none;
}

.dataTable-title .label {
    font-size: 14px;
}

.closed {
    background-color: #eff9f2;
}

textarea {
    resize: none;
}

.table th {
    font-weight: bold;
}

.table tbody tr td {
    vertical-align: middle;
}

.table-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0px;
}

    .table-cell input {
        text-align: center;
        padding: 0px;
    }


.btn {
    font-size: 0.875rem;
}

.btn-link {
    color: #3e3c4f !important;
    font-weight: 300;
}

    .btn-link span {
        font-size: 12px;
    }

.btn-tab {
    border-color: #4c8ec8;
}

    .btn-tab active {
        background-color: #4c8ec8;
    }

.nav-link {
    border: none
}

.card header,
.card-header {
    background: #f4f5f9;
    display: flex;
    align-items: center;
    padding: 5px;
    min-height: 45px;
}

    .card header span,
    .card-title {
        font-weight: bold;
        margin-bottom: 0px;
        color: var(--primary);
    }

.card .card-body {
    /*flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;*/

}

.card section#negotiation-parameters {
    display: flex;    
    justify-content: space-between;
}
    .card section#negotiation-parameters .row {
        margin : 0 0 .25rem 0 !important;
    }

    .card section#negotiation-parameters .column:first-child {
        width: 50%;
        padding: 0 1rem 0 0;
    }

    .card section#negotiation-parameters .column:last-child {        
        width: 50%;
        padding: 0 0 0 1rem;
    }

    .card section#negotiation-parameters label {
        min-width : 5rem;
        width: 11rem;
    }
    .card section#negotiation-parameters img#company-logo {
        max-height: 100px; 
        max-width: 100px;
    }

    .card section#negotiation-parameters .row .control{
        width: 65%;
    }

    .card section#negotiation-parameters .flags {
        border-radius: .5rem;
        background-color: rgba(0,0,0, 0.015);
        padding: 1rem;
        margin-top: 1rem;
    }
        .card section#negotiation-parameters .flags header {
            font-size: .65rem;
            padding: 0 0 0.2rem 0;
            min-height: 0;
            font-weight: bold;
            background: transparent;
            position: relative;
            top: -0.6rem;
            left: 0;
            border-bottom: 1px dotted rgba(0,0,0,.1);
        }

        }

    .card > .table {
        margin-bottom: 0;
    }

.navbar-light .navbar-text {
    color: #3e3c4f;
}

.form-control,
.input-group-text {
    font-size: 0.875rem;
}

#scenarioShowBtnContainer > button {
    padding: 3px;
}

.plus-minus-button {
    padding: 3px 8px;
    min-width: 28px;
}

/*** 
    Bootstrap Custom Checkbox 
***/
.custom-control-inline {
    margin-right: 0.8rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #adb5bd;
    background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #adb5bd;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #adb5bd;
}

#ResultInfoContainer, #ScenarioContainer, #CompetitiveAnalysisContainer {
    font-size: 0.75rem;
}

/*** End Bootstrap Custom Checkbox ***/

a:not([href]).btn-toolbar-item {
    color: #fff;
}

.text-primary {
    color: #4c8ec8 !important;
}

/***
 *** Bootstrap Buttons
***/

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    /*background-color: #2f6799;
    border-color: #2f6799;*/
}

.btn-primary {
    color: #fff;
   /*
    background-color: #4c8ec8;
    border-color: #3e7cb3;
       */
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle,
.btn-danger:hover,
.btn-danger.focus, .btn-danger:focus,
.btn-danger {
    /*
    background-color: #ff6550;
    border-color: #ff6550;
        */
}

/***
 *** End Bootstrap Buttons
***/


.grid-table-holder {
    
    max-height: 45em;
    overflow-y: scroll;
}

.image-upload {
    display: flex;
}



.image-upload-preview {
    height: 100px;
    width: 100px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-upload-preview img {
        max-height: 100px;
        max-width: 100px;
        cursor: pointer;
    }


.treeview {

}

    .treeview.variables-dependency {
        min-height: 20rem;
        height: 22rem;
        overflow: auto;
        padding: 0.5rem;
        border-radius: .5rem;
    }

    .treeview ul {

    }

        .treeview ul.root {
            padding-left: 0;
        }

        .treeview ul li {
            list-style: none;
        }

        .treeview ul li.nested {

            }

.variables-available {
    min-height: 20rem;
    height: 22rem;
    overflow: auto;
    padding: 0.5rem;
    border-radius: .5rem;
}

.variables-available ul{
    padding-left: 0;
}


ul li[draggable] {
    border: 1px solid rgba(0,0,0, .2);
    padding: 0.25rem .5rem;
    cursor: move;
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    list-style: none;
}
    ul li[draggable]:hover{
        background-color: rgba(0,0,0,0.05);
    }

    .drag-over {
        border: 3px dotted #666;
    }


.hidden {
    display: hidden;
}


.contract-link {
    border-top: 1px dotted rgba(0,0,0,0.1);
}


.span-list  {
    display: block;
}

.span-list span{
    display: block;
}


#tableProject tbody tr {
    
}
    #tableProject tbody tr:hover {        
        background: #f4f5f9;        
    }

        #tableProject tbody tr:hover .table-command a {
            opacity: 1;
        }

        .table-command {
            padding: .25rem !important;
        }

    .table-command a {
        opacity: .1;        
        margin:0;
        
    }
        .table-command a:hover {
            opacity: 1;
            background: rgba(1,0,0, .035);
            background: white;
        }

        .flex-even{
            flex:1;
        }


/* ************************************************ */

.cursor-default {
    cursor: default !important;
}

.label-weight {
    font-weight: 500;
}

.help-modal-texts,
.help-modal-texts p {
    font-family: 'Roboto';
    font-style: normal;
    /*font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;*/
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: #3e3c4f;
}

.help-modal-texts p {
    margin-bottom: 14px;
}

.required-asterisk {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FF0000;
}

.form-note-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #42474E;
    opacity: 0.4;
    padding-top: 4px;
    padding-left: 2px;
    display: inline-block
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #42474E;
    opacity: 0.4;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #42474E;
    opacity: 0.4;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #42474E;
    opacity: 0.4;
}

.page-button-container {
    margin-top: -12px;
    margin-bottom: 20px;
    text-align: right;
}

.btn-sm-2 {
    padding: 0.15rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.enhancements-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.enhancements-buttons button {
    background: #FFFFFF;
    border-color: #DBDBDD;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2F2F2F;
}

.enhancements-buttons button.selected:not(:disabled),
.enhancements-buttons button.selected:not(.disabled),
.enhancements-buttons button:not(.disabled):hover,
.enhancements-buttons button:not(:disabled):hover {
    border: 1px solid #327DF6;
    background: #F4F5F9;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2F2F2F;
    z-index: 1;
}

.enhancements-buttons button:disabled,
.enhancements-buttons button.disabled {
    background: #F8F8F8;
    border: 1px solid #DBDBDD;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2F2F2F;
    cursor: default;
}

.enhancements-buttons button.disabled:focus {
    box-shadow: none;
}
.enhancements-buttons button.disabled:hover {
    border: 1px solid #DBDBDD;
}

#PaymentTermsEnhancementContainer {
    display: none;
    background: #F4F5F9;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

#PaymentTermsEnhancementContainer.error {
    background: #FFEAEB;
}

#PaymentTermsEnhancementContainer .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: rgba(47, 47, 47, 0.6);
    margin-bottom: 1rem;
}

#PaymentTermsEnhancementContainer .error-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #D72E3C;
}

#PaymentTermsEnhancementContainer input {
    flex: none;
    width: 100px;
}

/* Remove arrows of input numbers */
#PaymentTermsEnhancementContainer input::-webkit-outer-spin-button,
#PaymentTermsEnhancementContainer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#PaymentTermsEnhancementContainer input[type=number] {
  -moz-appearance: textfield;
}

#PaymentTermsEnhancementContainer .input-group {
    margin-bottom: 0 !important;
    width: auto;
    flex-wrap: nowrap;
}

.input-group-with-help {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#PaymentTermsEnhancementContainer .need-help-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #2F2F2F;
    margin-left: 1rem;
    cursor: pointer;
}

.variable-list-enhancement-icon {
    padding: 6px;
    cursor: pointer;
    color: #327DF6;
}

.variable-list-enhancement-icon.disabled {
    color: #959595;
}

.help-gray-info-icon {
    color: #6E757C;
    opacity: 0.2;
    vertical-align: middle;
    padding-left: 4px;
}

.error-toast {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #D72E3C;
    border-radius: 4px;
}

.success-toast {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #2ecc71;
    border-radius: 4px;
}



/* ************************************************ */

.badge-project-status {
    background: gray;
    border-radius: 4px;
    padding: 4px 8px;
    text-align: center;
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    cursor: default;
}

.badge-project-template {
    background: #20C28C;
    color: #000000;
}

.badge-project-internal-release {
    background: #FFB909;
    color: #000000;
}

.badge-project-public-release {
    background: #D72E3C;
    color: #FFFFFF;
}

.project-status-banner {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    text-align: center;
}

.project-status-banner .badge-project-status {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    display: block;
}


/* ************************************************ */

.setup-variables-modal .modal-dialog {
    max-width: 760px;
}

.setup-variables-modal .modal-content {
    padding: 3rem;
}

.setup-variables-modal__title {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #2F2F2F;
}

.setup-variables-modal__description {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #6E757C;
    margin-bottom: 2rem;
}

.setup-variables-modal__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*margin-bottom: 0.8rem;*/
    padding: 6px;
}

.setup-variables-modal__row.odd {
    background-color: #F8F8F8;
}

.setup-variables-modal__row__name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2F2F2F;
    flex: 1;
}

.setup-variables-modal__row.disabled .setup-variables-modal__row__name {
    opacity: 0.4;
}

.setup-variables-modal__row__monetary {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2F2F2F;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 130px;
}

.setup-variables-modal__row__monetary i {
    margin-right: 0.4rem;
    font-size: 17px;
}

.setup-variables-modal__row__monetary .btn-link {
    margin-left: 0.3rem;
}
.setup-variables-modal__row__monetary .help-gray-info-icon {
    font-size: 12px;
}

.setup-variables-modal__row.disabled .setup-variables-modal__row__monetary i {
    color: #959595;
}

.setup-variables-modal__bottom-buttons {
    text-align: right;
    margin-top: 2rem;
}

.setup-variables-modal__bottom-buttons .btn-primary {
    background-color: #327DF6 !important;
    border-color: #327DF6 !important;
    color: white !important;
}


/* ************************************************ */


.utility__header {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.utility__texts {
    flex: 1;
}

.utility__header h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #2F2F2F;
}

.utility__header h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
}

.utility__header .btn-secondary {
    background-color: white !important;
    border-color: #DBDBDD !important;
    color: #2F2F2F !important;
    padding: 0.25rem 0.8rem;
    border-radius: 4px;
}

.utility__header .btn-secondary i {
    color: #6E757C;
}

.utility__header .btn-primary,
.btn-primary.btn-primary-true{
    background-color: #327DF6 !important;
    border-color: #327DF6 !important;
    color: white !important;
    padding: 0.25rem 0.8rem;
    border-radius: 4px;
}

/* ***************** WIZARD ******************************* */

.wizard__container {
    display: flex;
    flex-direction: row;
}

.wizard__rows {
    width: 40%;
}

.wizard__right-side {
    width: 60%;
    padding-left: 10px;
}

.wizard__graph-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    padding-top: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
}

.wizard__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px; /* Height for the row, this also needs to be changed in the util.js wizard graph */
}

.wizard__row:first-child,
.wizard__row:last-child {
    height: auto;
}

.wizard__row-column {
    padding: 10px;
}

.wizard__text {
    flex: 1;
    padding-right: 0;
}

.wizard__text__name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    color: #2F2F2F;
}

.wizard__text__sub-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    color: #2F2F2F;
    opacity: 0.5;
}

.wizard__enhancement {
    text-align: center;
    width: 35px;
    padding: 0;
}

.wizard__inputs {
    background-color: #EFF4FC;
    width: 136px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wizard__inputs.disabled {
    background-color: #F8F8F8;
}

.wizard__inputs.error {
    background-color: #FFEAEC;
}

.wizard__inputs input {
    text-align: right;
    height: 28px;
}

/* Remove arrows of input numbers */
.wizard__inputs input::-webkit-outer-spin-button,
.wizard__inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wizard__inputs input[type=number] {
  -moz-appearance: textfield;
}

.wizard__row:first-child .wizard__inputs {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
    padding-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wizard__row:last-child .wizard__inputs {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 4px;
}

.wizard__row .wizard__inputs--with-lock {
    position: relative;
}
.wizard__row .wizard__inputs--with-lock input {
    padding-left: 22px;
}

.wizard__row .wizard__inputs--lock {
    display: none;
}
.wizard__row .wizard__inputs--with-lock .wizard__inputs--lock {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 9px;
    color: #6E757C;
    font-size: 12px;
}

.wizard__row .wizard__inputs--with-percentage {
    position: relative;
}
.wizard__row .wizard__inputs--with-percentage input {
    padding-right: 18px;
}
.wizard__row .wizard__inputs--with-percentage .percentage-icon {
    position: absolute;
    top: 6.5px;
    right: 9px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
}
.wizard__row .wizard__inputs--with-percentage input:placeholder-shown + .percentage-icon {
    color: #42474E;
    opacity: 0.4;
}

.wizard__row:first-child .wizard__inputs span {
    flex: 1;
}

.wizard__row:last-child .wizard__inputs .wizard__total-label {
    flex: 1;
}

.wizard__row:last-child .wizard__inputs .wizard__percentage-total {
    padding-right: 4px;
}
.wizard__row:last-child .wizard__inputs .wizard__percentage-total--error {
    color: #D72E3C;
}
.wizard__row:last-child .wizard__inputs .wizard__percentage-total-icon {
    padding-right: 4px;
}

.wizard__row:last-child .wizard__inputs span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2F2F2F;
}

.wizard__row:first-child .wizard__inputs .wizard__lock {
    cursor: pointer;
    padding: 0 4px;
}

.wizard__row:first-child .wizard__inputs .wizard__lock.disabled {
    color: #6E757C;
}

.wizard__row:first-child .wizard__inputs.wizard__inputs--absolute {
    border-top-left-radius: 8px;
}
.wizard__row:first-child .wizard__inputs.wizard__inputs--relative {
    border-top-right-radius: 8px;
}

.wizard__row:last-child {
    align-items: normal;
}

.wizard__row:last-child .wizard__inputs.wizard__inputs--absolute {
    border-bottom-left-radius: 8px;
    height: auto;
}
.wizard__row:last-child .wizard__inputs.wizard__inputs--relative {
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: normal;
}

.wizard__reset-button {
    font-weight: 500;
}
.wizard__reset-button:active {
    border: 1px solid transparent !important;
}

.wizard__normalize-button {
    font-weight: 500;
    margin: 0;
    margin-bottom: 0.4rem;
}
.wizard__normalize-button:active {
    border: 1px solid transparent !important;
}

.wizard__total-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wizard__percentage-total .tooltip-inner {
   color: #ffffff;
   background-color: #D72E3C;
}
.wizard__percentage-total .tooltip.bs-tooltip-top .arrow:before {
   border-top-color: #D72E3C;
}
.wizard__percentage-total .tooltip.bs-tooltip-right .arrow:before {
   border-right-color: #D72E3C;
}
.wizard__percentage-total .tooltip.bs-tooltip-bottom .arrow:before {
   border-bottom-color: #D72E3C;
}
.wizard__percentage-total .tooltip.bs-tooltip-left .arrow:before {
   border-left-color: #D72E3C;
}


/* ***************** Wizard Simple Modal ******************************* */

.wizard-simple-modal .modal-content {
    padding: 2.4rem;
}

.wizard-simple-modal .modal-dialog {
    max-width: 600px;
}

.wizard-simple-modal__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #2F2F2F;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wizard-simple-modal__description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    margin-bottom: 1rem;
}

.wizard-simple-modal__bottom-buttons {
    text-align: right;
    margin-top: 2rem;
}

.wizard-simple-modal__bottom-buttons .btn-primary {
    background-color: #327DF6 !important;
    border-color: #327DF6 !important;
    color: white !important;
}



/* ***************** BTN TOGGLE ******************************* */

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #DADBDE;
}
.btn-toggle.disabled {
  opacity: 0.4 !important;
  cursor: default;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: ''; /* Off */
  left: -4rem;
}
.btn-toggle:after {
  content: ''; /* On */
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #3D6795;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: ''; /* Off */
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: ''; /* On */
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
  box-shadow: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: ''; /* Off */
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: ''; /* On */
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.disabled > .handle {
  background: #AAAAAA;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: ''; /* Off */
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: ''; /* On */
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

.modal-footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}

.modal-footer-container__right {
    flex: 1;
}

.modal-align-right .modal-dialog {
    margin: 0 2rem 0 auto !important;
}

.wizard__gemini-container {
    padding: 1rem 1rem 0.2rem 1rem;
}

.wizard__gemini-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.8rem;
}

.wizard__gemini-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #2F2F2F;
    flex: 1;
    margin-right: 1rem;
}

.no-padding-margin {
    margin: 0;
    padding: 0;
}

.text-primary-main {
    color: #327DF6 !important;
}
