option:disabled{
    color: lightgrey;
}

.add-plus-btn{
    font-size: 20px;
    color: green;
}
.full-height{
    height: 100%;
}
.company-logo{
    max-width: 270px;
    max-height: 50px;
}
.display-flex{
    display: flex;
    display: -webkit-flex;
    display:-ms-flexbox;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.display-flex [class^="col-"]{
    display: flex;
    display: -webkit-flex;
    display:-ms-flexbox;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
}
.matrix-heading label{
    min-height: 4rem;
    margin-top: 1rem;
}

.no-padding{
    padding: 0;
}

.form-control.datepicker{
    padding-left: 12px;
    padding-right: 12px;
}

.form-check-radio .form-check-label{
    padding-left: 1.3rem;
}
.card .form-check-label{
    margin-bottom: 5px;
}
.input-group-btn .select2-container + .btn {
    margin-bottom: 0;
    line-height: 1.56;
}
.full-width{
    width: 100%;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #0084CA;
    color: #fff;
}

.plan-name{
    border: none;
    text-decoration: underline;
}

.support-circle .support-link{
    font-size: 1.5rem;
    color: #ffffff;
}

.support-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7ABA09;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 100%;
    position: fixed;
    bottom: 1.5rem;
    right: 0.5rem;
    z-index: 2000;
}
/*.tooltip-inner {*/
/*background-color: #8c8c8c;*/
/*}*/
/*.tooltip.bs-tooltip-right .arrow:before {*/
/*border-right-color: #8c8c8c !important;*/
/*}*/
/*.tooltip.bs-tooltip-left .arrow:before {*/
/*border-right-color: #8c8c8c !important;*/
/*}*/
/*.tooltip.bs-tooltip-bottom .arrow:before {*/
/*border-right-color: #8c8c8c !important;*/
/*}*/
/*.tooltip.bs-tooltip-top .arrow:before {*/
/*border-right-color: #8c8c8c !important;*/
/*}*/
/*.bootstrap-duallistbox-container .btn-group .btn{*/
/*border: 1px solid #0084CA;*/
/*background-color: #0084CA;*/
/*}*/

/*.bootstrap-duallistbox-container .btn.remove{*/
/*background-color: #0084CA;*/
/*}*/

/*.bootstrap-duallistbox-container .btn.removeall{*/
/*background-color: #0084CA;*/
/*}*/

/*.bootstrap-duallistbox-container .btn.moveall{*/
/*background-color: #0084CA;*/
/*}*/

/*.bootstrap-duallistbox-container .btn.move{*/
/*background-color: #0084CA;*/
/*}*/

.bootstrap-duallistbox-container .btn-outline{
    background-color: rgb(255, 255, 255);
}

.bootstrap-duallistbox-container .filter{
    margin-bottom: 0.5rem;
    position: relative;
    z-index: auto;
    background-color: rgb(255, 255, 255);
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    text-align: right;
    opacity: 1;
    filter: alpha(opacity=1);
}

.calculatorTable td input{
    text-align: right;
}

.sign-row .sign{
    padding-top: 0.75rem;
}

.position-absolute{
    position: absolute !important;
}
.ml-n5 {
    margin-left: -3rem !important
}

.bg-dark {
    background-color: #003380 !important;
}

.full-width-table {
    width: 100%;
}

tr.align-bottom th {
    vertial-align: bottom !important;
}

.table-bordered tbody tr td, .table-bordered tbody tr, .table-bordered tbody tr th {
    border: 1px #EAF0F4 solid;
}

[class$="BodyWrapper"] .table.dataTable.DTFC_Cloned {
    margin: 0;
    border-top-width: 0 !important;
}

[class$="BodyWrapper"] .table.dataTable.DTFC_Cloned tr:first-of-type td {
    border-top-width: 0 !important;
}

[class$="HeadWrapper"] .table.dataTable.DTFC_Cloned {
    border-bottom-width: 0 !important;
    margin-bottom: 0 !important;
}

.DTFC_LeftHeadWrapper .table.dataTable.DTFC_Cloned {
    /*border-right-width: 0;*/
}

[class$="FootWrapper"] .table.dataTable.DTFC_Cloned {
    margin-top: 0 !important;
    /*margin-bottom: 0 !important;*/
    border-top-width: 0;
    border-bottom-width: 0;
}

[class$="FootWrapper"] .table.dataTable.DTFC_Cloned tr:first-of-type td {
    border-top-width: 0;
}

[class$="FootWrapper"] .table.dataTable.DTFC_Cloned tr:first-of-type th {
    border-top-width: 0;
}

.table.dataTable tfoot {
    background-color: #ffffff;
}

.table.dataTable input {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

th.dt-input-width {
    min-width: 4.5rem;
}

.nowrap {
    word-break: normal;
    text-wrap: none;
}

.card.heading-card label {
    font-size: large;
}

.card.heading-card label + * {
    font-size: medium;
    font-weight: bold;
}

.showHideLink {
    float: right;
    color: black;
    padding-right: 3rem;
}

.showHideLink a {
    color: black;
}

.edit-name *, .edit-name {
    display: inline-block;
}

.row.heading {
    font-size: larger;
    text-transform: uppercase;
    color: #58595B;
}

body.kickstart .row.heading{
    text-transform: none;
    font-size: 18px;
}

.row.heading [class^="col-"] span:first-of-type {
    font-weight: 400;
}

body.kickstart .row.heading [class^="col-"] span:first-of-type {
    font-weight: bold;
    color: rgb(51, 51, 51);
}

body.kickstart .row.heading [class^="col-"] {
    font-weight: normal;
    color: #000000;
}

.row.heading [class^="col-"] {
    font-weight: 600;
}

.row.heading [class^="col-"] a {
    font-weight: 600;
}

header.heading {
    color: #A2A2A2;
    text-transform: uppercase;
}

.actionColumn i {
    margin-left: 1rem;
    margin-right: 1rem;
}

.actionColumn i.fa {
    font-size: large;
}

.help-block {
    font-size: smaller;
    color: rgb(162, 162, 162);
    font-style: italic;
}

.dl-filter {
    margin-bottom: 0.5rem;
}

.bg-light {
    background-color: #EAF0F4 !important;
}

.card.search-card.stacked-form {
    border-radius: 0 !important;
    border: 0.5px solid #EAF0F4 !important; /*rgba(234,242,244,0.95)*/
}

.card.search-card.stacked-form .card-title {
    text-transform: uppercase;
}

.card.search-card.stacked-form .card-title .link-collapse {
    display: inline-block;
    width: 99%;
}

.card.search-card.stacked-form .card-title .link-collapse h3 {
    margin-top: 0;
    color: #58595B;
}

.card.search-card.stacked-form .card-title .link-collapse i {
    color: #000000;
}

.card.search-card.stacked-form label {
    color: #58595B;
}

.nav.nav-wizard .nav-link {
    border-radius: 2.25rem
}

.nav.nav-wizard {
    justify-content: right;
    margin-bottom: 3rem;
}

.nav.nav-wizard .nav-item {
    text-transform: uppercase;
    display: flex;
    font-size: .75rem;
    margin-top: 1rem;
}

.nav.nav-wizard .nav-link {
    display: flex;
    text-align: center;
}

.nav.nav-wizard .nav-link.active,
.nav.nav-wizard .nav-link.completed {
    color: #fff;
    background-color: #7ABA09;
    border-color: #7ABA09;
}

.nav.nav-wizard .nav-link.active:hover,
.nav.nav-wizard .nav-link.active:focus,
.nav.nav-wizard .nav-link.completed:hover,
.nav.nav-wizard .nav-link.completed:focus {
    background-color: #4f7a06;
    color: #FFFFFF;
    border-color: #4f7a06;
}

.nav.nav-wizard .nav-link.pending, .nav.nav-wizard .nav-link.disabled {
    color: #888888;
    background-color: transparent;
    border: 1px solid #888888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav.nav-wizard .nav-link.pending:hover,
.nav.nav-wizard .nav-link.pending:focus,
.nav.nav-wizard .nav-link.disabled:hover,
.nav.nav-wizard .nav-link.disabled:focus {
    color: #5d5d5d;
    background-color: transparent;
    border: 1px solid #5d5d5d;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav.nav-wizard .nav-link {
    color: #0084CA;
    background-color: transparent;
    border: 1px solid #0084CA;
    opacity: 1;
    filter: alpha(opacity=100);
    display: flex;
    font-size: .75rem;
}

@media (min-width: 992px) {
    .nav.nav-wizard .nav-separator {
        width: 3rem;
        border-top: .15rem solid #0084CA;
        position: relative;
        top: 1rem;
        display: flex;
        margin-left: .3rem;
        margin-right: .3rem;
    }
}

@media (max-width: 991px) {
    .nav.nav-wizard .nav-separator {
        width: 1rem;
        border-top: 0;
        display: flex;
    }
}

.nav.nav-wizard .nav-link:hover, .nav.nav-wizard .nav-link:focus {
    color: #0084CA;
    background-color: transparent;
    border: 1px solid #0084CA;
    opacity: 1;
    filter: alpha(opacity=100);
}

.d-hide {
    display: none;
}
.ib{
    display: inline-block;
}

.excel-export {
    color: #7ABA09;
    background-color: transparent;
    border: 1px solid #7ABA09;
    opacity: 1;
    filter: alpha(opacity=100);
}

.excel-export:hover, .excel-export:focus, .excel-export:active,
.excel-export.active, .open > .excel-export.dropdown-toggle {
    background-color: #4f7a06;
    color: #FFFFFF;
    border: 1px solid #4f7a06;
}

.excel-export .caret {
    border-top-color: #FFFFFF;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.box-sizing {
    box-sizing: border-box;
    width: 98%;
}

.card.card-login label {
    font-size: 0.75rem;
    margin-bottom: 5px;
    text-transform: none;
}

div.wrapper-full-page div.container {;
    padding-left: 0;
    padding-right: 0;
}

table.footer-search tfoot {
    display: table-header-group;
}

.text-blue {
    color: blue;
}

a.text-success:hover, a.text-success:active, a.text-success:focus {
    color: #4f7a06;
}

a.text-success {
    color: #7ABA09;
}

.heading-row th:nth-child(1) {
    background-color: #daedf7;
    color: #003380;
}

.heading-row th:nth-child(2) {
    background-color: #99ceea;
    color: #003380;
}

.heading-row th:nth-child(3) {
    background-color: #66b5df;
    color: #003380;
}

.heading-row th:nth-child(4) {
    background-color: #359dd5;
    color: #003380 ;
}

.heading-row th:nth-child(5) {
    background-color: #DFECF4;
    color: #003380;
}

.heading-row th:nth-child(6) {
    background-color: #A6E0F6;
    color: #003380;
}

.heading-row th:nth-child(7) {
    background-color: #84D4F4;
    color: #003380;
}

.heading-row th:nth-child(8) {
    background-color: #81BDE4;
    color: #003380;
}

.heading-row th:nth-child(9) {
    background-color: #9CB4DC;
    color: #003380;
}

tr.text-center th, tr.text-center td {
    text-align: center !important;
}

.datepicker table tbody tr {
    background-color: #ffffff;
}

.datepicker table tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.datepicker table thead {
    background-color: #ffffff !important;
}

.DTFC_LeftBodyWrapper thead,
.DTFC_LeftBodyWrapper thead::after,
.DTFC_LeftBodyWrapper table.dataTable thead .sorting::after,
.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc::after,
.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc::after,
.DTFC_LeftBodyWrapper thead tr,
.DTFC_LeftBodyWrapper thead th,
.DTFC_LeftBodyWrapper thead td {
    height: 0px !important;
    line-height: 0px !important;
    visibility: collapse;
!important;
}

.DTFC_LeftBodyWrapper thead::after,
.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc::after,
.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc::after,
.DTFC_LeftBodyWrapper table.dataTable thead .sorting::after {
    content: '';
}

.DTFC_LeftBodyWrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.DTFC_LeftBodyWrapper .table-striped tbody tr:nth-of-type(even) {
    background-color: #EEEEEE;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.5);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(219, 219, 219, 0.5); /*rgba(0, 0, 0, 0.05);*/
}

.table-striped td, .table-striped th, .table-striped tr {
    background-clip: padding-box;
}

.table-striped th {
    background-color: #F5F6FA;
}

.card.no-border {
    border: none !important;
}

.card.no-border .card-header {
    margin-bottom: 1em;
    padding: 0;
}

.card.no-border .card-body {
    padding: 0;
}

.table-hover tbody tr:hover {
    background-color: rgba(104, 151, 177, 0.075);
}

.table-link, .break-content {
    word-break: break-all;
}

table.dataTable thead {
    background-color: #F5F6FA;
}

div.dataTables_wrapper div.dataTables_length select.form-control {
    padding: .1rem 12px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: normal;
}

div.dataTables_wrapper.dt-bootstrap4 div.dataTables_info {
    padding-top: 8px;
    white-space: normal;
    display: inline-block;
    margin-left: .2rem;
}

div.dataTables_wrapper.dt-bootstrap4 div.dataTables_length {
    display: inline-block;
}

div.dataTables_wrapper.dt-bootstrap4 div.dataTables_length label select {
    width: 4rem;
}

div.dataTables_wrapper.dt-bootstrap4 div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    margin-left: 1rem;
}

.old-inline-flex {
    display: inline-flex;
}

.no-card .alert {
    border-radius: 4px;
    position: relative;
}

.no-card .alert.alert-with-icon {
    padding-left: 65px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.fw-logo {
    margin-top: -.95rem;
    height: 1.5rem;
}

.navbar-title {
    text-transform: uppercase;
    width: 15rem;
}

.img-half {
    width: 50%;
    height: 50%;
}

.brand-img {
    height: 3.5rem;
}

.select2 {
    width: 100%;
!important;
}

.margin--sides-small {
    margin-left: 1em;
    margin-right: 1em;
}

.margin--left-small {
    margin-left: 1em;
}

.margin--sides-large {
    margin-left: 4.5em;
    margin-right: 4.5em;
}

.strong {
    font-weight: bold;
}

.margin--top-small {
    margin-top: 1em;
}

.margin--top-large {
    margin-top: 4.5em;
}

.bg-white {
    background-color: #fff;
}

.sub {
    vertical-align: sub;
    font-size: xx-small;
}

.min-container {
    min-height: 600px;
}

.scrollable-small {
    overflow: auto;
    width: 100%;
    height: 100px;
}

.scrollable-large {
    overflow: auto;
    width: 100%;
    height: 500px;
}

.margin-right-medium {
    margin-right: 10px;
}

.select2-container--kickstart .select2-results__option{
    font-size: 14px;
}
.select2-results__option {
    font-size: .875rem;
}

table.wraptext tr td {
    word-break: break-all;
    text-wrap: normal;
}

table.wraptext tr th {
    word-break: break-word;
    text-wrap: normal;
}

.wraptext {
    word-break: break-all;
    text-wrap: normal;
}

.wordbreak {
    word-break: break-word;
    word-wrap: break-word;
    hyphens: manual;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7ABA09;
    background-color: #7ABA09;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(122, 179, 0, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8ECE00;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(122, 179, 0, 0.25);;
    border-color: rgba(122, 179, 0, 0.25);;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #7ABA09;
    background-color: #7ABA09;
}

.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(122, 179, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(122, 179, 0, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(122, 179, 0, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(122, 179, 0, 0.5);
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.table input.form-control {
    box-sizing: border-box;
}

/* Custom CSS */

.row.heading [class^="col-"] .boldTitles {
    font-weight: 400 !important;
}

body.kickstart .row.heading [class^="col-"] .boldTitles {
    font-weight: bold !important;
    color: #000000 !important;
}

.non-inactive {
    cursor: pointer !important;
    background-color: #fff !important;
}
