﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * INICIO DAS ALTERAÇÕES PARA OS ELEMENTOS GERAIS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

hr {
    width: 100%;
}

.form-group-sm .btn-sm {
    line-height: 1.4 !important;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FINAL  DAS ALTERAÇÕES PARA OS ELEMENTOS GERAIS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * INICIO DAS ALTERAÇÕES PARA OS ELEMENTOS FORM-CONTROL E CONTROLES DE FORMULARIOS (INPUTS....)  * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.form-group-sm label {
    margin-bottom: 0.2rem !important;
    font-weight: 200;
}

.form-control-sm {
    height: calc(1.5em + 0.8rem + 2px);
    /*padding: 0.5rem !important;*/
}

select.form-control-sm {
    height: calc(1.5em + 0.8rem + 2px);
    padding: 0.5rem !important;
}



.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + 0.8rem + 2px);
}

.form-control-xs {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-sm .fas, .input-group-sm .far {
    font-size: 1rem !important;
    padding: 0px;
}

.input-group-sm .btn {
    padding: 0.4rem 0.7rem !important;
}

.input-group-sm .input-group-text {
    padding: 0.4rem 1rem !important;
}

.input-group i {
    color: inherit !important;
}

.btn-xs {
    padding: 0.2rem 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn.btn-xs [class^="fa-"], .btn.btn-xs [class*=" fa-"] {
    font-size: 0.8rem;
}

input.aspNetDisabled {
    background-color: #f7f8fa !important;
    opacity: 1 !important;
}

/*CONTROLE DE CAMPOS OBRIGATÓRIOS uc_ControleCamposObrigatorios*/
input[type=text][required][data-cco="true"],
input[type=text][data-required="true"][data-cco="true"],
input[type=email][required][data-cco="true"],
select[required][data-cco="true"],
textarea[required][data-cco="true"],
div[required="required"][data-cco="true"] button, /*TRATAMENTO PARA OS SELECT PICKER DO uc_CadastroBasicoDropDownList*/
div[required][data-cco="true"] button, /*TRATAMENTO PARA OS SELECT PICKER DO uc_CadastroBasicoDropDownList*/
div[required="true"][data-cco="true"] button, /*TRATAMENTO PARA OS SELECT PICKER DO uc_CadastroBasicoDropDownList*/
div[data-required="true"][data-cco="true"] button /*TRATAMENTO PARA OS SELECT PICKER DO uc_CadastroBasicoDropDownList*/ {
    border-color: #fd397a !important;
}

/*CONTROLE DO COMPONENTE uc_CadastroBasicoDropDownList*/
.input-group .bootstrap-select button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

a.aspNetDisabled {
    cursor: not-allowed !important;
}

.blockUI {
    z-index: 9000 !important;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * *  FINAL DAS ALTERAÇÕES PARA OS ELEMENTOS FORM-CONTROL E CONTROLES DE FORMULARIOS (INPUTS....)  * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * INICIO DAS ALTERAÇÕES PARA OS ELEMENTOS SWITICH * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.kt-switch {
    display: inline-block;
    font-size: 1rem;
}

.kt-switch span[class*="aspNetDisabled"] {
    margin-left: -999px;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

.kt-switch span[class*="aspNetDisabled"] ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.kt-switch span[class*="aspNetDisabled"] ~ span:before,
.kt-switch span[class*="aspNetDisabled"] ~ span:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.kt-switch.kt-switch--icon span[class*="aspNetDisabled"] ~ span:after {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.kt-switch.kt-switch--icon input:checked ~ span:after {
    content: '\f17b';
}

.kt-switch.kt-switch--icon-check input:checked ~ span:after {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.kt-switch span[class*="aspNetDisabled"] ~ span {
    line-height: 30px;
    margin: 2px 0;
    height: 30px;
    width: 57px;
    border-radius: 15px;
}

.kt-switch span[class*="aspNetDisabled"] ~ span:before,
.kt-switch span[class*="aspNetDisabled"] ~ span:after {
    width: 54px;
    border-radius: 15px;
}

.kt-switch span[class*="aspNetDisabled"] ~ span:after {
    height: 24px;
    width: 24px;
    line-height: 26px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
}

.kt-switch input:checked ~ span:after {
    margin-left: 26px;
}

.kt-switch.kt-switch--lg span[class*="aspNetDisabled"] ~ span {
    line-height: 40px;
    margin: 2px 0;
    height: 40px;
    width: 75px;
    border-radius: 20px;
}

.kt-switch.kt-switch--lg span[class*="aspNetDisabled"] ~ span:before,
.kt-switch.kt-switch--lg span[class*="aspNetDisabled"] ~ span:after {
    width: 72px;
    border-radius: 20px;
}

.kt-switch.kt-switch--lg span[class*="aspNetDisabled"] ~ span:after {
    height: 34px;
    width: 34px;
    line-height: 34px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    }

.kt-switch.kt-switch--lg input:checked ~ span:after {
    margin-left: 34px;
}

.kt-switch.kt-switch--sm span[class*="aspNetDisabled"] ~ span {
    line-height: 24px;
    margin: 2px 0;
    height: 24px;
    width: 40px;
    border-radius: 12px;
}

.kt-switch.kt-switch--sm span[class*="aspNetDisabled"] ~ span:before,
.kt-switch.kt-switch--sm span[class*="aspNetDisabled"] ~ span:after {
    width: 38px;
    border-radius: 12px;
}

.kt-switch.kt-switch--sm span[class*="aspNetDisabled"] ~ span:after {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
}

.kt-switch.kt-switch--sm input:checked ~ span:after {
    margin-left: 16px;
}

.form-group.row .kt-switch {
    margin-top: 0.15rem;
}

.form-group.row .kt-switch.kt-switch--lg {
    margin-top: 0rem;
    position: relative;
    top: -0.3rem;
}

.form-group.row .kt-switch.kt-switch--sm {
    margin-top: 0.3rem;
}

.kt-switch span[class*="aspNetDisabled"] ~ span:before {
    background-color: #e8ebf1 !important;
}

.kt-switch span[class*="aspNetDisabled"] ~ span:after {
    color: #f8f9fb;
    background-color: #ffffff !important;
}

.kt-switch input:checked ~ span:before {
    background-color: #e8ebf1 !important;
}

.kt-switch input:checked ~ span:after {
    background-color: #5d78ff !important;
    color: #ffffff;
}

.kt-switch input[disabled] {
    cursor: not-allowed;
}

.kt-switch input[disabled] ~ span:after,
.kt-switch input[disabled] ~ span:before {
    cursor: not-allowed;
    opacity: 0.7;
}

.kt-switch.kt-switch--brand:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #5d78ff !important;
}

.kt-switch.kt-switch--brand:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #5d78ff;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #5d78ff !important;
}

.kt-switch.kt-switch--brand:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--brand span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--brand span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--brand input:checked ~ span:after {
    background-color: #5d78ff !important;
    opacity: 1;
}

.kt-switch.kt-switch--metal:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #d3dae6 !important;
}

.kt-switch.kt-switch--metal:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #d3dae6;
    background-color: #586272 !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #d3dae6 !important;
}

.kt-switch.kt-switch--metal:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--metal span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--metal span[class*="aspNetDisabled"] ~ span:after {
    color: #586272;
}

.kt-switch.kt-switch--outline.kt-switch--metal input:checked ~ span:before {
    background-color: #586272 !important;
}

.kt-switch.kt-switch--outline.kt-switch--metal input:checked ~ span:after {
    background-color: #d3dae6 !important;
    opacity: 1;
}

.kt-switch.kt-switch--light:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--light:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
    background-color: #282a3c !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--light:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--light span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--light span[class*="aspNetDisabled"] ~ span:after {
    color: #282a3c;
}

.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:before {
    background-color: #282a3c !important;
}

.kt-switch.kt-switch--outline.kt-switch--light input:checked ~ span:after {
    background-color: #ffffff !important;
    opacity: 1;
}

.kt-switch.kt-switch--dark:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #645ca1 !important;
}

.kt-switch.kt-switch--dark:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #645ca1;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #645ca1 !important;
}

.kt-switch.kt-switch--dark:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--dark span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--dark span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--dark input:checked ~ span:after {
    background-color: #645ca1 !important;
    opacity: 1;
}

.kt-switch.kt-switch--accent:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #00c5dc !important;
}

.kt-switch.kt-switch--accent:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #00c5dc;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #00c5dc !important;
}

.kt-switch.kt-switch--accent:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--accent span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--accent span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--accent input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--accent input:checked ~ span:after {
    background-color: #00c5dc !important;
    opacity: 1;
}

.kt-switch.kt-switch--focus:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #9816f4 !important;
}

.kt-switch.kt-switch--focus:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #9816f4;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #9816f4 !important;
}

.kt-switch.kt-switch--focus:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--focus span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--focus span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--focus input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--focus input:checked ~ span:after {
    background-color: #9816f4 !important;
    opacity: 1;
}

.kt-switch.kt-switch--primary:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #5867dd !important;
}

.kt-switch.kt-switch--primary:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #5867dd;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #5867dd !important;
}

.kt-switch.kt-switch--primary:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--primary span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--primary span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--primary input:checked ~ span:after {
    background-color: #5867dd !important;
    opacity: 1;
}

.kt-switch.kt-switch--success:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #1dc9b7 !important;
}

.kt-switch.kt-switch--success:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #1dc9b7;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #1dc9b7 !important;
}

.kt-switch.kt-switch--success:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--success span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--success span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--success input:checked ~ span:after {
    background-color: #1dc9b7 !important;
    opacity: 1;
}

.kt-switch.kt-switch--info:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #5578eb !important;
}

.kt-switch.kt-switch--info:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #5578eb;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #5578eb !important;
}

.kt-switch.kt-switch--info:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--info span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--info span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--info input:checked ~ span:after {
    background-color: #5578eb;
    opacity: 1;
}

.kt-switch.kt-switch--warning:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #ffb822 !important;
}

.kt-switch.kt-switch--warning:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #ffb822;
    background-color: #111111 !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #ffb822 !important;
}

.kt-switch.kt-switch--warning:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--warning span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--warning span[class*="aspNetDisabled"] ~ span:after {
    color: #111111;
}

.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:before {
    background-color: #111111 !important;
}

.kt-switch.kt-switch--outline.kt-switch--warning input:checked ~ span:after {
    background-color: #ffb822 !important;
    opacity: 1;
}

.kt-switch.kt-switch--danger:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:before {
    background-color: #fd397a !important;
}

.kt-switch.kt-switch--danger:not(.kt-switch--outline) span[class*="aspNetDisabled"] ~ span:after {
    color: #fd397a;
    background-color: #ffffff !important;
    opacity: 0.4;
}

.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:before {
    background-color: #fd397a !important;
}

.kt-switch.kt-switch--danger:not(.kt-switch--outline) input:checked ~ span:after {
    opacity: 1;
}

.kt-switch.kt-switch--outline.kt-switch--danger span[class*="aspNetDisabled"] ~ span:before {
    border: 2px solid #dee3eb;
    background-color: #e8ebf1 !important;
}

.kt-switch.kt-switch--outline.kt-switch--danger span[class*="aspNetDisabled"] ~ span:after {
    color: #ffffff;
}

.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:before {
    background-color: #ffffff !important;
}

.kt-switch.kt-switch--outline.kt-switch--danger input:checked ~ span:after {
    background-color: #fd397a !important;
    opacity: 1;
}


.kt-switch.kt-switch--xs input:empty ~ span {
    line-height: 20px;
    margin: 2px 0;
    height: 20px;
    width: 40px;
    border-radius: 12px;
}


.kt-switch.kt-switch--xs input:empty ~ span:before {
    width: 35px;
    border-radius: 12px;
}


.kt-switch.kt-switch--xs span[class*="aspNetDisabled"] ~ span {
    line-height: 24px;
    margin: 2px 0;
    height: 24px;
    width: 40px;
    border-radius: 12px;
}

.kt-switch.kt-switch--xs span[class*="aspNetDisabled"] ~ span:before,
.kt-switch.kt-switch--xs span[class*="aspNetDisabled"] ~ span:after {
    width: 38px;
    border-radius: 12px;
}

.kt-switch.kt-switch--xs span[class*="aspNetDisabled"] ~ span:after {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
}

.kt-switch.kt-switch--xs input:checked ~ span:after {
    margin-left: 16px;
}


.form-group.row .kt-switch.kt-switch--xs {
    margin-top: 0.3rem;
}


.kt-switch.kt-switch--xs input:empty ~ span:after {
    width: 35px;
    border-radius: 12px;
}

.kt-switch.kt-switch--xs input:empty ~ span:after {
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.7em;
    text-align: center;
    vertical-align: middle;
}

.kt-switch.kt-switch--xs input:checked ~ span:after {
    margin-left: 16px;
}







.kt-switch.kt-switch--xxs input:empty ~ span {
    line-height: 16px;
    margin: 2px 0;
    height: 16px;
    width: 32px;
    border-radius: 12px;
}


    .kt-switch.kt-switch--xxs input:empty ~ span:before {
        width: 31px;
        border-radius: 12px;
    }


.kt-switch.kt-switch--xxs span[class*="aspNetDisabled"] ~ span {
    line-height: 16px;
    margin: 2px 0;
    height: 16px;
    width: 32px;
    border-radius: 12px;
}

    .kt-switch.kt-switch--xxs span[class*="aspNetDisabled"] ~ span:before,
    .kt-switch.kt-switch--xxs span[class*="aspNetDisabled"] ~ span:after {
        width: 32px;
        border-radius: 12px;
    }

    .kt-switch.kt-switch--xxs span[class*="aspNetDisabled"] ~ span:after {
        height: 16px;
        width: 16px;
        line-height: 16px;
        top: 2px;
        bottom: 2px;
        margin-left: 2px;
        font-size: 0.7em;
        text-align: center;
        vertical-align: middle;
    }

.kt-switch.kt-switch--xxs input:checked ~ span:after {
    margin-left: 16px;
}


.form-group.row .kt-switch.kt-switch--xxs {
    margin-top: 0.3rem;
}


.kt-switch.kt-switch--xxs input:empty ~ span:after {
    width: 31px;
    border-radius: 12px;
}

.kt-switch.kt-switch--xxs input:empty ~ span:after {
    height: 12px;
    width: 12px;
    line-height: 12px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.7em;
    text-align: center;
    vertical-align: middle;
}

.kt-switch.kt-switch--xxs input:checked ~ span:after {
    margin-left: 16px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  FINAL DAS ALTERAÇÕES PARA OS ELEMENTOS SWITICH * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * INICIO DAS ALTERAÇÕES PARA OS ELEMENTOS SECTION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.kt-section .kt-section__content.kt-section__content--border {
    padding: 1.5rem;
    border: 2px solid #ebedf2;
}

.kt-section .kt-section__info {
    display: block;
    font-size: 1rem;
    padding: 0;
    margin: 0.5rem 0 0.25rem 0;
    color: #646c9a;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FINAL DAS ALTERAÇÕES PARA OS ELEMENTOS SECTION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * INICIO DAS ALTERAÇÕES PARA OS ELEMENTOS PORTLET * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.kt-portlet__head-sm {
    min-height: 42px !important;
}

.kt-portlet__head-xs {
    min-height: 42px !important;
    padding: 0px 15px !important;
}

.kt-portlet__head-title-sm {
    font-size: 1rem !important;
}

.kt-portlet__body {
    padding: 15px 20px !important;
}

.kt-portlet__head-sm .nav-tabs.nav-tabs-line .nav-link {
    padding: 10px 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  FINAL DAS ALTERAÇÕES PARA OS ELEMENTOS PORTLET * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * INICIO DAS ALTERAÇÕES PARA OS ELEMENTOS BOOTSTRAP SELECT * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.bootstrap-select .dropdown-menu.inner > li > a {
    padding: 5px 15px !important;
}

.bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton {
    padding: 5px 15px !important;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FINAL DAS ALTERAÇÕES PARA OS ELEMENTOS BOOTSTRAP SELECT * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * INICIO DAS ALTERAÇÕES PARA OS ELEMENTOS DE NAV MENU * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 9px 20px 9px 10px !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 0 30px !important;
    padding-left: 20px !important;
}

.kt-aside-menu .kt-menu__nav .kt-menu__section {
    padding: 0 10px !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link {
    height: unset !important;
    min-height: 40px !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
    padding: 2px 30px !important;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FINAL  DAS ALTERAÇÕES PARA OS ELEMENTOS DE NAV MENU * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.swal2-container {
    z-index: 9999;
}



.kt-avatar .kt-avatar__zoom {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: 20px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
    display: none;
}

.kt-avatar .kt-avatar__zoom i {
    color: #5d78ff;
    font-size: 0.9rem;
}


.kt-tooltip-lg .tooltip-inner {
    min-width: 500px;
}


@media (max-width: 1024px) {

    body.swal2-toast-shown .swal2-container.swal2-top {
        width: 100%;
    }

}
