/*
Version: 3.0.0
Author: Ankit Hingarajiya - DeskApp
Modo Dark 2025 SYSMON
*/

@charset "utf-8";

@font-face{
    font-family: "Mandatory";
    src: url('../fonts/mandatory.ttf');
  }

:root {
  --body-bg: #ecf0f4;
  --body-color: #031e23;
  --bg-fundo:#0b132b;
  --bg-all:#fff;
  --bg-all-blue:#e1e1f5;
  --bg-all-gray:#ecf0f4;
  --bg-hover:rgba(68, 66, 87, .13);
  --bg-sidebar-item:#0c373f;

  --bg-header-login:#0b132b;
  --bg-login: #0b132beb;

  --bg-header:#fff;
  --bg-header-dark:#0b132b;

   --color-loader:#bbbbbb;
   --bg-loader:#eeeeee;

  --color-siderbar:#212529;

  --bg-trasparente:rgba(0, 0, 0, .3);

  --titulos-h-color:#202342;
  --titulos-h123-color:#1b3133;

  --form-control-color:#131e22;
  --form-control-border:#d4d4d4;
  --form-control-focus:#1b00ff;
  --form-control-shadow:rgba(0, 0, 0, .1);

  --bordas-cinza:#dadadabd;
  --bordas:rgb(137 135 135 / 13%);
  --bordas-2:rgba(255, 255, 255, .2);
  --bordas-3:rgba(0, 0, 0, .2);
  --bordas-card:rgba(0, 0, 0, 0.125);
  --bordas-sombras:rgba(0, 0, 0, .20);
  --borda-form-control-focus:#1b00ff;
  --color-li-a:#131e22;
  --bg-li-a:#e1e1f5;

  --color-bt-close:#888;

  --text:#000;
  --text-sidebar:#ecf0f4;
  --text-sidebar-active:#ecf0f4;
  --text-header:#ecf0f4;
  --text-2:#181f48;
  --text-span:#222;
  --text-gray:#abaaaf;
  --text-shadow:#fff;
  --text-table:#212529;
  --text-drop-item:#444;
  --text-form-control:#131e22;
  --text-form-control-forus:#131e22;
  --text-disabled:#dadada;
  --text-rotulos:#212529;

  --table-bg:#eaeef2;
  --table-bg-hover:#ecf0f3;
  --table-bg-tr:#181f48;
  --icon-1:#777;
  --shadow:rgba(0, 0, 0, .08);
  --barras-bg:#1b00ff;
  --link-color: #555;
  --link-color-hover: #ec5840;
  --laranja-sysmon: #ffa200;
}

.dark-mode:root {
  
  --body-bg: #01090a; /*010f11*/
  --body-color:#ecf0f4; 
  --bg-fundo:#000;
  --bg-all:#06080d;
  
  --bg-all-blue:#e1e1f5;
  --bg-all-gray:#ecf0f4;
  --bg-hover:rgba(68, 66, 87, .13);
  --bg-sidebar-item:#ffffffdb;

  --bg-header-login:#000000;
  --bg-login: #01090a;

  --bg-header:#0b132b;
  --bg-header-dark:#000000;

  --color-loader:#8888884d;
  --bg-loader:#06080d;

  --color-siderbar:#ffffffeb;

  --bg-trasparente:rgba(0, 0, 0, .3);

  --titulos-h-color:#888;
  --titulos-h123-color:#dadadabd;

  --form-control-color:#abaaaf;
  --form-control-border:#dadadabd;
  --form-control-focus:#1b00ff;
  --form-control-shadow:rgba(0, 0, 0, .1);

  --bordas-cinza:#dadadabd;
  --bordas:rgb(137 135 135 / 13%);
  --bordas-2:rgba(255, 255, 255, .2);
  --bordas-3:rgba(0, 0, 0, .2);
  --bordas-card:rgba(255, 255, 255, .2);
  --bordas-sombras:rgba(128, 127, 127, 0.25);
  --borda-form-control-focus:#1b00ff;
  --color-li-a:#131e22;
  --bg-li-a:#e1e1f5;

  --color-bt-close:#888;

  --text:#fff;
  --text-sidebar:#ecf0f4;
  --text-sidebar-active:#000000;
  --text-header:#ecf0f4;
  --text-2:#181f48;
  --text-span:#222;
  --text-gray:#abaaaf;
  --text-shadow:#fff;
  --text-table:#7a8997;
  --text-drop-item:#abaaaf;
  --text-form-control:#131e22;
  --text-form-control-forus:#131e22;
  --text-disabled:#dadada;
  --text-rotulos:#abaaaf;

  --table-bg:#000810;
  --table-bg-hover:#ecf0f3;
  --table-bg-tr:#181f48;
  --icon-1:#777;
  --shadow:rgba(0, 0, 0, .08);
  --barras-bg:#1b00ff;
  --link-color: #ec5840; 
  --link-color-hover: #e1e1f5;
  --laranja-sysmon: #ffa200;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%
}

html {
    -webkit-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=submit] {
    -webkit-appearance: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    min-height: 100%;
    color:    var(--body-color);
    background: var(--body-bg);
}

a {
    text-decoration: none;
    color: var(--link-color);
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

:focus {
    outline: 0
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto
}

input,
select,
textarea {
    resize: none;
    font-family: 'Inter', sans-serif
}

select,
textarea {
    outline: 0
}

.slick-slide,
a,
button,
input {
    outline: 0 !important
}

button::-moz-focus-inner {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: var(--titulos-h-color);
    font-family: 'Inter', sans-serif
}

ol,
p,
ul {
    padding: 0
}

ol,
ul {
    margin: 0;
    list-style: none
}

p {
    margin: 0 0 15px
}

.iframe {

    border:none;
    overflow-y: hidden;
   
    width:100%;
    /*height:650px;*/
    height:100vh;

}

.container {
    max-width: 1120px;
    width: 100%
}

.pre-loader {
    background: var(--bg-all);
    background-position: center center;
    background-size: 13%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12345;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pre-loader .loader-logo {
    padding-bottom: 15px;
}

.pre-loader .loader-progress {
    height: 8px;
    border-radius: 15px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    background: var(--body-bg);
    overflow: hidden;
}

.pre-loader .bar {
    width: 0%;
    height: 8px;
    display: block;
    background: var(--barras-bg);
}

.pre-loader .percent {
    text-align: center;
    font-size: 24px;
    display: none
}

.pre-loader .loading-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px
}

.mx-w-150 {
    max-width: 150px;
}

.mx-h-300 {
    max-height: 300px;
}

.mx-h-350 {
    max-height: 350px;
}

.mx-h-380 {
    max-height: 380px;
}

.mx-h-400 {
    max-height: 400px;
}

.mx-h-450 {
    max-height: 450px;
}

.mx-h-500 {
    max-height: 500px;
    height: 90vh;
}

.pd-0 {
    padding: 0
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-20 {
    padding: 20px
}

.chat-box .chat-desc ul,
.pd-ltr-20 {
    padding: 20px 20px 0
}


.pd-ltr-20-2 {
    padding: 20px 20px 5px 20px;
}

.pd-ltr-5 {
    padding: 5px 5px 0
}

.pd-ltr-10 {
    padding: 10px 10px 0
}




.pd-30 {
    padding: 30px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.margin-5 {
    margin: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.device-manage-progress-chart ul li,
.mb-30 {
    margin-bottom: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-5 {
    margin-bottom: 5px !important
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.font-30 {
    font-size: 30px !important;
    line-height: 1.33em
}

.font-50 {
    font-size: 50px !important;
    line-height: 1.33em
}

.font-24 {
    font-size: 24px;
    line-height: 1.42em
}

.font-20 {
    font-size: 20px;
    line-height: 1.5em
}

.font-18 {
    font-size: 18px;
    line-height: 1.55em
}

.font-16 {
    font-size: 16px;
    line-height: 1.62em
}

.font-14 {
    font-size: 14px;
    line-height: 1.71em
}

.font-12 {
    font-size: 12px;
    line-height: 1.83em
}
.font-10 {
    font-size: 10px;
    line-height: 1.83em
}


.h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3
}

.h1,
.h2,
.h3 {
    color: var(--titulos-h123-color);
    font-family: 'Inter', sans-serif
}

.h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35
}

.h3 {
    font-size: 24px;
    line-height: 1.5
}

.h3,
.h4 {
    font-weight: 700
}

.h4,
.h5,
.page-header h4 {
    font-size: 20px;
    line-height: 1.35;
    color: var(--titulos-h123-color);
    font-family: 'Inter', sans-serif
}

.h5 {
    font-size: 18px;
    font-weight: 600
}

.line-height-1 {
    line-height: 1
}

.line-height-1-2 {
    line-height: 1.2
}

.line-height-1-3 {
    line-height: 1.3
}

.weight-300 {
    font-weight: 300
}

.weight-400 {
    font-weight: 400
}

.weight-500 {
    font-weight: 500
}

.weight-600 {
    font-weight: 600
}

.weight-700 {
    font-weight: 700
}

.weight-800 {
    font-weight: 800
}

.height-auto {
    height: auto
}

.height-100-hv {
    height: 100vh;
}

.height-100-p {
    height: 100%;
}

.width-50-p {
    width: 50%;
}

.width-box {
    width: 50px;
    height: 50px
}

.max-width-200 {
    max-width: 200px
}

.max-width-300 {
    max-width: 300px
}

.max-width-400 {
    max-width: 400px
}

.max-width-500 {
    max-width: 500px
}

.max-width-600 {
    max-width: 600px
}

.max-width-700 {
    max-width: 700px
}

.max-width-800 {
    max-width: 800px
}

.max-width-900 {
    max-width: 900px
}

.max-width-1000 {
    max-width: 1000px
}

.min-height-200px {
    min-height: 200px
}

.bg-cover {
    background-size: cover !important
}

.bg-light-blue {
    background-color: var(--bg-all-blue);
}

.color-light-blue {
    color: var(--bg-all-blue);
}

.bg-light-gray {
    background-color: var(--bg-all-gray);
}

.bg-white {
    background: var(--bg-all);
}

.color-white {
    color: var(--bg-all);
}

.bg-light-green {
    background-color: #41ccba
}

.text-light-green {
    color: #00e091
}

.bg-blue {
    background-color: #1b00ff
}

.text-blue {
    color: #1b00ff
}

.text-gray {
    color: var(--text-gray);
}

.text-light-blue {
    color: #2976aa
}

.text-disabled {
    color: var(--text-disabled);
}

.bg-light-orange {
    background-color: #f56767
}

.text-light-orange {
    color: #f56767
}

.bg-light-purple {
    background-color: #a683eb
}

.text-light-purple {
    color: #a683eb
}

.bg-orange {
    background-color: #f5956c
}

.text-orange {
    color: #f5956c
}

.text-yellow {
    color: #ecc72f
}

.text-green {
    color: #46be8a
}

.text-orange-50 {
    color: #f2a654
}

.text-blue-50 {
    color: #62a8ea
}

.text-red-50 {
    color: #e14e50
}

.mCSB_inside>.mCSB_container {
    margin-right: 0
}

.border-radius-0 {
    border-radius: 0
}

.border-radius-4 {
    border-radius: 4px
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-6 {
    border-radius: 6px
}

.border-radius-8 {
    border-radius: 8px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-100,
.user-info-dropdown .dropdown-toggle .user-icon img {
    border-radius: 100%;
	height: 52px !important;
    width: 52px !important;
}

.box-shadow {
    -webkit-box-shadow: 0 0 28px var(--bordas-sombras);
    box-shadow: 0 0 28px var(--bordas-sombras);
}

.wave1 {
    background-image: url(../images/wave.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat
}

.card-box,
.da-card {
    border: 1px solid var(--bordas);
    border-radius: .25rem;
    background-color: var(--bg-all);
    /* border-radius: 10px; */
    /* -webkit-box-shadow: 0 0 28px var(--bordas-sombras);
    box-shadow: 0 0 28px var(--bordas-sombras); */
     -webkit-box-shadow: 0px 0px 5px 2px var(--bordas-sombras);
    box-shadow: 0px 0px 5px 2px var(--bordas-sombras);
}

.card-time-line {
    
    border: 1px solid var(--bordas-cinza) !important;
    margin-right: 2px;
}


.card-img-top {
    border-radius: 10px 10px 0 0
}

.card-img-bottom {
    border-radius: 0 0 10px 10px
}

.card-img {
    border-radius: 10px
}

.card-title {
    font-size: 18px;
    font-weight: 600
}

.card-header {
    font-weight: 500;
    font-size: 16px
}

.card-text,
.price del {
    font-size: 15px
}

.badge {
    padding: .75em
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.highcharts-root {
    font-family: 'Inter', sans-serif !important
}

.bootstrap-select .dropdown-toggle {
    height: 45px
}

.bootstrap-select .dropdown-toggle.btn-light {
    background-color: transparent;
    border-color: var(--bordas-cinza)
}

.bootstrap-select .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: var(--bordas-cinza)
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
    vertical-align: unset;
    width: auto;
    height: auto;
    border: 0 !important
}

.bootstrap-select .dropdown-toggle::after {
    position: relative;
    right: 5px
}

.dropdown.show>.dropdown-toggle::after {
    content: "\f106"
}

.dropdown-toggle.no-arrow:after {
    display: none
}

.dropdown-menu {
    border: 1px solid var(--bordas-cinza) !important;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 28px var(--bordas-sombras);
    box-shadow: 0 0 28px var(--bordas-sombras);
}

.dropdown-item {
    font-size: 16px;
    font-weight: 400;
    padding: .657rem 1rem;
    color: var(--text-drop-item);
    font-family: 'Inter', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.dropdown-item i {
       font-size: 16px !important;
    font-weight: 400 !important;
}


.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--bg-all-gray);
    color: var(--barras-bg);
}

.form-group {
    margin-bottom: 20px
}

.form-group>label {
    font-weight: 500;
    font-size: 14px
}

.custom-file-input,
.custom-file-label,
.custom-select,
.form-control {
    font-family: 'Inter', sans-serif;
    color: var(--form-control-color);
    font-weight: 400;
    height: 45px;
    border-color: var(--form-control-border);
    letter-spacing: .035em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dark-mode .custom-file-input,
.dark-mode .custom-file-label,
.dark-mode .custom-select,
.dark-mode .form-control {
    background: var(--bg-all);   
    color: var(--form-control-color); 
}
.dark-mode .form-control::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  filter: invert(0.8);   
}

.dark-mode .form-control:focus {
  color: #eceff1;
  background-color: var(--bg-fundo);
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.dark-mode .swal2-select {

   color: var(--text-drop-item); 



}

.dark-mode .swal2-select option{
    background: var(--bg-fundo);
}

.form-control.form-control-sm {
    height: 38px
}

.form-control.form-control-line {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0
}

.form-control.form-control-line-off  {
   
    border: 0;    
    border-radius: 0;
    margin: 0;
    padding: 0;
    /*display: inline-block;
    height: 50px;
    min-height: 50px;*/
    height: auto;
}

.form-control.form-control-line-off label{
    display: inline;
}



.zonas-painel .form-control .recuo-label {
    padding-left: 10px;
}

.zonas-painel .form-control .recuo-label .legenda {
     font-size: 14px !important;
}


.zonas-painel .form-control .controle {
    float:left;
    padding-top: 12px !important;
}

.zonas-painel .form-control .controle .btn-sm  {
    font-size: 12px !important;
    font-weight: 400 !important;
}


.zonas-painel .form-control .legenda {
    padding-left: 10px;
    float:left;
    width: 60vw;
}

.zonas-painel .form-control .legenda small {
    font-size: 10px !important;
        margin: 0 !important;
}

.zonas-painel .form-control .legenda p {
    font-size: 12px !important;
        margin: 0 !important;
   
}







.usuarios-painel .row {
    height: auto;
    /*border-bottom:  1px solid #ced4da;*/
    
    min-height: 100px;
    border-bottom: 2px dashed var(--bordas-cinza);
}


.usuarios-painel li{
    
    padding: 10px 0 15px 0;
}

.usuarios-painel li .row a img {
    
    width: 50px;
    height: 50px;
   
    border-radius: 50px;
}

.usuarios-painel .row .dropdown i {
    font-size: 32px;
}

.usuarios-painel .row .dropdown .icon-refresh{
	
	position: absolute;
    top: 0px;
    font-size: 20px;
    left: 50px;
    color: #ffa200;
	
}




.usuarios-painel .row .topo {
    
    display: inline-block;
    width: 100%;
    
}


.usuarios-painel .row .topo .left {
    float: left;
}

.usuarios-painel .row .topo .right {
    float: right;
}

.usuarios-painel .row small {
    font-size: 12px !important;
        margin: 0 !important;
}

.usuarios-painel .row p {
    font-size: 14px !important;
        margin: 0 !important;
    font-weight: 600;
   
}


/*
.usuarios-painel .caixa .recuo-label {
    padding-left: 10px;
}

.usuarios-painel .caixa .recuo-label .legenda {
     font-size: 14px !important;
}


.usuarios-painel .caixa .controle {
    float:left;
    padding-top: 10px !important;
    width: 50px;
}



.usuarios-painel .caixa .legenda {
    padding-left: 10px;
    float:left;
    width: 65vw;
}

.usuarios-painel .caixa .legenda div {
    
    display: inline-block;
    width: 100%;
    
}

*/






.telefones-patrimonios {
    
}

.telefones-patrimonios .col-md-10{
    width: auto !important;
}

.telefones-patrimonios .col-md-2{
    width: auto !important;
}

.telefones-patrimonios .menu {
    padding-left: 0;
    padding-top: 10px;
}




.custom-file-label {
    padding-top: .475rem
}

.custom-file-label::after {
    height: 100%;
    padding-top: .475rem
}

textarea.form-control {
    height: 100px
}

.custom-file-input:focus,
.custom-select:focus,
.form-control:focus {
    color: var(--form-control-color);
    border-color: var(--form-control-focus);
    -webkit-box-shadow: 0 0 28px var(--form-control-shadow);
    box-shadow: 0 0 28px var(--form-control-shadow);
}

.form-control.height-auto {
    height: auto
}

/*-----------------------------*/

.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control, .form-control.error {
  background-color: #FFC0A4;
  color: #EB5E28;
  border-color: #EB5E28;
}
.has-success .form-control, .form-control.valid {
  color: #66615b;
  border-color: #e8e7e3;
}
.has-error .form-control:focus, .form-control.error:focus {
  background-color: var(--bg-all)FFF;
  border-color: #EB5E28;
}
.has-success .form-control:focus, .form-control.valid:focus {
  background-color: var(--bg-all)FFF;
  border-color: #7AC29A;
}

label.error:not(.form-control) {
  color: #EB5E28;
  font-weight: 300;
  font-size: 0.8em;
}

/*------------------------------------*/
.input-group {
    margin-bottom: 25px
}

.input-group.custom>.custom-select,
.input-group.custom>.form-control {
    width: 100%
}

.input-group.custom>.custom-select:not(:first-child),
.input-group.custom>.form-control:not(:first-child) {
    border-radius: .25rem;
    padding-left: 50px
}

.input-group.custom>.custom-select:not(:last-child),
.input-group.custom>.form-control:not(:last-child) {
    border-radius: .25rem;
    padding-right: 50px
}

.input-group-prepend.custom {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    height: 100%
}

.input-group-append.custom {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
    height: 100%
}

.input-group-text {
    border: 0;
    background: 0 0
}

.input-group-text i {
    font-size: 20px
}

.form-control:focus~.input-group-append .fa {
    color: #1b00ff
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: 50px;
    font-size: 16px
}

.lock-password i {
	
	color: #495057;
	transition: 500ms linear; 
}

.lock-password i:hover{
	
	color: #fb6f51;
	transform: scale(1.1);
} 


.has-success {
    color: #28a745
}

.form-control-success {
    border-color: #28a745;
    background-image: url(../images/check-mark-green.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px 20px
}

.form-control-success:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 1px #28a745;
    box-shadow: 0 0 0 1px #28a745
}

.has-warning {
    color: #ffc107
}

.form-control-warning {
    border-color: #ffc107;
    background-image: url(../images/caution-sign.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 20px 20px
}

.form-control-warning:focus {
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 1px #ffc107;
    box-shadow: 0 0 0 1px #ffc107
}

.has-danger {
    color: #dc3545
}

.form-control-danger {
    border-color: #dc3545;
    background-image: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 14px 14px
}

.form-control-danger:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 1px #dc3545;
    box-shadow: 0 0 0 1px #dc3545
}

.btn {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    padding: .438rem 1rem
}

.btn-lg {
    padding: .657rem 1rem
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 18px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .4rem .8rem;
    font-size: 14px
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-rounded {
    border-radius: 25px
}

.breadcrumb {
    background: 0 0;
    padding: .75rem 0
}

.breadcrumb-item.active {
    color: #1b00ff;
    font-weight: 500
}

.breadcrumb-item a {
    color: var(--text);
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f105"
}

.customscroll-10-p>.mCustomScrollBox>.mCSB_container {
    padding: 10px
}

.datepicker {
    z-index: 1060
}

.datepicker--day-name,
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    color: #1b00ff
}

.datepicker--nav-action path {
    stroke: #1b00ff
}

.datepicker--cell.-focus-,
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: var(--bg-all);
    color: #1b00ff;
}

.datepicker--cell.-selected- {
    color: var(--bg-all);
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    display: none
}

.datepicker-inline .datepicker {
    margin: 0 auto
}

.form-control.time-picker-default:disabled,
.form-control.time-picker-default[readonly],
.form-control.time-picker:disabled,
.form-control.time-picker[readonly] {
    background: var(--bg-all);
}

.custom-control {
    padding-left: 35px;
    cursor: pointer;
    padding-bottom: 5px
}

.custom-control-label {
    cursor: pointer;
    font-weight: 400
}

.custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
    background-color: transparent;
    border: 2px solid #1b00ff
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    left: -30px;
    background-size: 60%;
    top: 2px
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #1b00ff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: center center
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #1b00ff
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    border: 2px solid transparent
}

.select2-container .select2-selection--single {
    height: 45px;
    border-color: var(--form-control-border);
    outline: 0;
    letter-spacing: .035em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown {
    border-color: var(--form-control-border);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1b00ff;
    color: var(--bg-all);
    border-color: #1b00ff
}

.select2-container--default .select2-selection--multiple {
    min-height: 45px;
    border-color: var(--form-control-border);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 3px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--bg-all);
}

.select2-dropdown {
    -webkit-box-shadow: 0 0 28px var(--form-control-shadow);
    box-shadow: 0 0 28px var(--form-control-shadow);
}

.select2-search--dropdown {
    padding: 10px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px
}

.bootstrap-select .dropdown-menu li .dropdown-item.active:hover,
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #1b00ff;
    color: var(--bg-all);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1b00ff
}

.bootstrap-select.btn-group .dropdown-menu.inner,
table.dataTable>tbody>tr.child ul.dtr-details .dtr-title {
    display: block
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-header {
    color: var(--text);
    font-weight: 700;
    font-size: 15px
}

.bootstrap-select .dropdown-menu li .dropdown-item:hover {
    color: #1b00ff
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 13px
}

.bootstrap-select .bs-ok-default:after {
    border-width: 0 2px 2px 0
}

.dropup .dropdown-toggle::after {
    content: "\f107";
    font-family: "FontAwesome";
    vertical-align: unset;
    width: auto;
    height: auto;
    border: 0 !important
}

.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: .55rem 1rem;
    color: var(--link-color);
    font-family: 'Inter', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bootstrap-select.btn-group .dropdown-menu li.divider {
    border: 1px solid var(--form-control-border);
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background: var(--bg-li-a);
    color: var(--color-li-a)
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    color: var(--text-disabled)
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: var(--bg-li-a);
    color: var(--color-li-a)
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    background: url(../images/check-mark-green.png);
    width: 15px;
    height: 15px;
    background-size: contain
}

.label-info {
    background-color: #009efb
}

.bootstrap-tagsinput .tag {
    display: inline-block;
    padding: 2px 6px;
    margin: 2px;
    font-size: 15px;
    border-radius: 2px
}

.docs-options .dropdown-menu {
    max-height: 250px;
    overflow: auto
}

.docs-buttons {
    padding-top: 15px
}

.docs-buttons label,
.notification-list ul li a p,
.project-info-right p {
    margin-bottom: 0
}

.docs-buttons .btn {
    margin-bottom: 5px
}

.dark-mode .table {    
    color: #7a8997;
}


.dark-mode div:where(.swal2-container) div:where(.swal2-popup) {

  background: #282828;
  color: #ffffff;

}

.dark-mode .dropdown-menu {
    background: #0b0b13;
    border: 1px solid var(--bordas-cinza) !important;
   
}

.dark-mode .dropdown-menu .form-control{
    background: #0b0b13;
    border: 1px solid var(--bordas-3) !important;
}


.dark-mode .zonas-painel  .form-control{
    background: var(--bg-all);
    border: 1px solid var(--bordas-3) !important;
}


.dark-mode .modal-content {
  
    background-color: var(--bg-all);
    border: 1px solid var(--bordas-cinza);
    
}

.dark-mode .modal-content .close {
    
    color: var(--text);
    text-shadow: 0 1px 0 var(--text-shadow);
    
}

.dark-mode .list-group-item {
    color: var(--text);
    background-color: var(--bg-all);
    /* border: 1px solid var(--bordas-cinza); */

    border: 1px solid var(--bordas);
}

.table thead th {
    font-weight: 600;
    font-size: 15px;
    border-bottom: 0;
    padding-left: 1rem
}

.table td,
.table th {
    vertical-align: middle
}

.table td {
    font-size: 14px;
    font-weight: 500;
    padding: 1rem
}

.table-striped tbody tr:nth-of-type(odd) {
    background: var(--table-bg)
}

table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover,
table.dataTable.stripe tbody tr.odd {
    background: var(--table-bg-hover) !important
}

table.dataTable tbody tr.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
    background-color: var(--table-bg-tr) !important;
    color: var(--table-bg);
}

table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
    background-color: #1b00ff !important
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    font-family: "dropways";
    font-size: 14px
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "\eabb"
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\eaba";
    right: .2em
}

.blog-list ul li:hover .blog-caption h4 a,
.fontawesome-icon-list .fa-hover:hover a,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    color: #1b00ff
}

table.dataTable>tbody>tr.child ul.dtr-details {
    white-space: normal
}

.dataTables_length,
.dt-buttons,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    padding-left: 15px;
    padding-right: 15px
}

.dt-checkbox,
.dt-checkbox input {
    width: 20px;
    height: 20px;
    position: relative
}

.dt-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0
}

.dt-checkbox span,
.dt-checkbox span:before {
    width: 20px;
    height: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dt-checkbox span {
    position: relative;
    display: block;
    border: 1px solid var(--bordas-cinza);
    border-radius: 4px
}

.dt-checkbox span:before {
    content: "";
    background: url(../images/check-mark.png) no-repeat;
    position: absolute;
    left: 0;
    top: -1px;
    background-size: 12px 12px;
    background-position: center center;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.dt-checkbox input:checked~span {
    background: #1b00ff;
    border-color: #1b00ff;
    color: var(--bg-all)
}

.dt-checkbox input:checked~span:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.plyr {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15)
}

.popover-header {
    font-weight: 500
}

.list-group-flush .list-group-item {
    border-top: 0;
    margin-bottom: 0
}

.docs-cropped .modal-body>canvas,
.docs-cropped .modal-body>img,
.img-preview>img {
    max-width: 100%
}

.apexcharts-svg * {
    font-family: 'Muli', sans-serif !important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-family: "FontAwesome";
    background: 0 0;
    content: "\f107";
    color: var(--text-drop-item);
    font-size: 23px;
    left: 7px;
    top: 50%;
    margin-top: -7px
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: "\f106";
    background: 0 0
}

.header {
    position: fixed;
    height: 70px;
    width: calc(100% - 280px);
    background: var(--bg-all);
    right: 0;
    top: 0;
    z-index: 123;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 50%
}

.brand-logo a .dark-logo,
.header-left .menu-icon,
.header-left .search-toggle-icon,
.sidebar-light .brand-logo a .light-logo,
.sidebar-menu .submenu li.dropdown:before {
    display: none
}

.header-left .header-search {
    width: 100%;
    padding-left: 20px
}

.header-left .header-search .form-group,
.sidebar-menu .submenu li {
    position: relative
}

.header-left .header-search .search-icon {
    position: absolute;
    left: 17px;
    top: 12px;
    font-size: 20px;
    color: var(--icon-1)
}

.header-left .header-search .dropdown {
    position: static;
    right: 0;
    top: 0;
    padding-right: 10px
}

.header-left .header-search .dropdown .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-radius: 0 .25rem .25rem 0;
    color: var(--icon-1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact-directory-box:hover .view-contact a,
.header-left .header-search .dropdown .dropdown-toggle:hover,
.header-left .header-search .dropdown.show .dropdown-toggle {
    background: #1b00ff;
    color: var(--bg-all)
}

.header-left .header-search .dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
    margin-top: 5px;
    padding: 20px
}

.header-left .header-search .search-input {
    padding-left: 50px;
    padding-right: 55px
}

.header-left .header-search .search-input-automation {
    padding-left: 5px !important;
    padding-right: 55px
}

.header-left .header-search .search-input-automation small {
    padding-left: 5px !important;
    font-weight: 100 !important;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 70px;
    width: 50%
}

.header-left .brand-logo {
    max-width: 180px;
    display: block
}

.header-right .brand-logo a {
    padding: 0 6px
}

.header-right .menu-icon {
    position: relative;
    right: 0;
    float: left;
    display: none
}

.user-info-dropdown {
    padding: 5px 10px 5px 0
}

.user-info-dropdown .dropdown-toggle {
    display: block;
    padding: 5px 0;
    font-size: 16px
}

.user-info-dropdown .dropdown-toggle .user-icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
    background: var(--bg-all-blue);
    color: #1b00ff;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    box-shadow: 0 0 10px rgba(0, 0, 0, .18)
}

.user-info-dropdown .dropdown-toggle .user-name {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: var(--form-control-color);
    font-family: 'Inter', sans-serif
}

.user-info-dropdown .dropdown-menu {
    min-width: 185px
}

.dropdown-menu-icon-list .dropdown-item {
    position: relative;
    padding-left: 45px
}

.dropdown-menu-icon-list .dropdown-item i {
    position: absolute;
    left: 16px;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.user-notification {
    float: right;
    margin-right: 10px;
    padding: 22px 5px 10px 0
}

.user-notification .dropdown-toggle {
    font-size: 20px;
    padding: 10px;
    color: var(--link-color);
    position: relative
}

.user-notification .dropdown-toggle .badge {
    position: absolute;
    right: 8px;
    top: 10px;
    background: #f5678a;
    width: 5px;
    height: 5px;
    display: block;
    padding: 0
}

.user-notification .dropdown-menu {
    width: 550px;
    padding: 20px 10px
}

.notification-list ul li .fechar{
	float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--text);
    text-shadow: 0 1px 0 var(--bg-all);
    opacity: .5;
	
	padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.notification-list ul li a {
    /*display: block;*/
    /*position: relative;*/
    padding: 2px 15px 10px 0px;
    min-height: 75px;
    color: var(--link-color);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 5px
}

.notification-list ul li div {
	/*position: absolute;*/
}

.notification-list ul li  img {
    width: 100%;
    height: auto;
    /* position: absolute;
    left: 10px;
    top: 13px; */
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px var(--bordas-sombras);
    box-shadow: 1px 2px 13px var(--bordas-sombras);
}

.notification-list ul li  i {
    width: 50px;
    height: 50px;
    font-size: 35px;
    position: relative; /*absolute*/
    left: 10px;
    top: 30px;
   /* border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 13px rgba(0, 0, 0, .2)
    */
}

.notification-list ul li  span { 

   width: 50px;
    height: 50px;
    font-size: 35px;
    position: absolute;
    left: 10px;
    top: 30px;

}


.notification-list ul li  h3 {
    font-size: 16px;
    color: var(--titulos-h-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    padding-bottom: 5px
}


.notification-list ul li p small {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    /* padding-bottom: 5px */
    
}



.notification-list ul li  h3 span {
    float: right;
    font-size: 12px;
    font-weight: 500;
    padding-top: 2px
}


.notification-list ul .disabled div a > *, .notification-list ul .disabled div a h3, .notification-list ul .disabled div i, .notification-list ul .disabled div small  {
	color: var(--text-disabled) !important;
	/*text-decoration: line-through;*/
}


.dark-mode .card {
 
    background-color: var(--bg-all);
    border: 1px solid var(--bordas-card);
   
}

.dark-mode .text-muted {
    color: #6c757d !important;
}


.dark-mode .nav-tabs .nav-item.show .nav-link, .dark-mode .nav-tabs .nav-link.active {
    color: var(--text-header);
    background-color: var(--bg-all);
    border-color: var(--bordas-cinza) var(--bordas-cinza) var(--bg-all);
}


.dark-mode .bg-white {
    background: var(--bg-fundo) !important;
}


.dark-mode .btn-outline-dark {
   color: #f8f9fa;
  border-color: #f8f9fa; }

.dark-mode .btn-outline-dark:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.dark-mode .btn-outline-dark.focus, .dark-mode .btn-outline-dark:focus {
 -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.dark-mode .btn-outline-dark.disabled, .dark-mode .btn-outline-dark:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.dark-mode .btn-outline-dark:not(:disabled):not(.disabled).active, .dark-mode .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .dark-mode .btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;}

.dark-mode .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .dark-mode .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .dark-mode .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }



.login-bg{
    background-color: var(--bg-login);
}




/* Lista Areas inicio  */
.area-list {
	
}
.area-list .areas {
   margin-bottom: -10px;

}
.area-list ul{
	padding-top: 10px;
}

.area-list ul li{
   display: inline-block; 
	vertical-align: middle;
}

.area-list ul li div{
     float: left;
}

.area-list ul li a {
    display: block;
    position: relative;
    padding: 15px 0px 0px 55px;
    min-height: 50px;
    color: var(--link-color);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 5px;
   
}

.area-list ul li h3 {
    font-size: 16px;
    color: var(--titulos-h-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    padding-bottom: 5px
}

.area-list ul li a i{
    width: 50px;
    height: 50px;
    font-size: 40px;
    position: absolute;
    left: 10px;
    top: 0px;
   /* border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 13px rgba(0, 0, 0, .2)
    */
}

/* Lista Areas fim*/

/* Sistema Areas*/

.sistema-list {
    
}

.sistema-list ul li {
    /*height: 30px;*/
    min-height: 40px;
}
    
.sistema-list ul li a {
    display: block;
    position: relative;
    padding: 15px 0px 0px 55px;
    /*min-height: 30px;*/
    color: var(--text-table);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 5px
}

.sistema-list ul li a p {
    font-size: 10px;
   
    /*font-weight: 700;*/
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    /*padding-bottom: 5px*/
    margin-bottom: 0;
}


.sistema-list ul li a  .legenda-falha{
    
    font-size: 9px !important;
    font-weight: lighter !important;
}


.sistema-list ul li a i{
    width: 30px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 20px;
    
    text-align: center;
    
   /* border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 13px rgba(0, 0, 0, .2)
    */
}
    
.sistema-list ul > .active {
        
        
    
    }  
.sistema-list ul > .active a {
    display: block;
    position: relative;
    padding: 25px 0px 0px 55px;
    /*min-height: 40px;*/
    color: var(--link-color);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 5px
}
    
    
    .sistema-list ul > .active a i{
    width: 30px;
    height: 30px;
    font-size: 32px;
    position: absolute;
    left: 10px;
    top: 13px;
        
    text-align: center;
        
   /* border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 13px rgba(0, 0, 0, .2)
    */
}

.sistema-list ul > .active a p {
    font-size: 14px;    
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    /*padding-bottom: 5px*/
}



.inadimplente-list {

}
.inadimplente-list ul{

    padding-top: 0px !important;

}

.inadimplente-list ul li {
    /*height: 30px;*/
    min-height: 40px;
}
    
.inadimplente-list ul li a {
    display: block;
    position: relative;
    padding: 15px 0px 0px 55px;
    /*min-height: 30px;*/
    color: var(--link-color);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 5px
}

.inadimplente-list ul li a p {
    font-size: 10px;
   
    /*font-weight: 700;*/
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    /*padding-bottom: 5px*/
    margin-bottom: 0;
}

.inadimplente-list ul li a  .legenda-falha{
    
    font-size: 9px !important;
    font-weight: lighter !important;
}


.inadimplente-list ul li a i{
    width: 30px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 20px;
    
    text-align: center;
    
   /* border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 13px rgba(0, 0, 0, .2)
    */
}












    



/* Sistema Areas fim*/

.noty-holder{    
    width: 100%;    
    bottom: 0;       
    z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/
    text-align: center;
    position: fixed;
}

.header-dark .header,
.header-dark .header-left .header-search {
    background: var(--bg-header-dark);
}

.header-dark .header .user-info-dropdown .dropdown-toggle,
.header-dark .header .user-info-dropdown .dropdown-toggle .user-name,
.header-dark .menu-icon,
.header-dark .search-toggle-icon,
.header-dark .user-notification .dropdown-toggle {
    color: var(--text-header);
}

.header-dark .header .header-left .header-search .search-input {
    background: rgba(236, 236, 236, .1);
    border-color: transparent;
    color: var(--text-header);
}



.header-dark .header .header-left .header-search .search-input:focus {
    border-color: var(--text-drop-item)
}

.header-dark .header .header-left .header-search .search-input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--text-drop-item)
}

.header-dark .header .header-left .header-search .search-input:-moz-placeholder,
.header-dark .header .header-left .header-search .search-input::-moz-placeholder {
    opacity: 1;
    color: var(--text-drop-item)
}

.header-dark .header .header-left .header-search .search-input:-ms-input-placeholder {
    opacity: 1;
    color: var(--text-drop-item)
}

.header-dark .header .header-left .header-search .search-icon {
    color: var(--text-drop-item)
}

.footer-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    font-weight: 500
}

.footer-wrap a {
    color: var(--link-color);
    text-decoration: underline
}

 .footer-wrap p {
        
        text-align: right;
        font-size: 12px !important;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
        
    }

.menu-icon,
.search-toggle-icon {
    width: 47px;
    height: 47px;
    font-size: 22px;
    line-height: 1;
    color: var(--link-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand-logo {
    width: 280px;
    height: 70px;
    border-bottom: 1px solid var(--form-control-shadow)
}

.brand-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    font-size: 22px;
    color: var(--bg-all);
    letter-spacing: .05em;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Inter', sans-serif;
    padding: 0 0px
}

.brand-logo a .light-logo,
.sidebar-light .brand-logo a .dark-logo {
    display: block
}

.brand-logo a span {
    display: block;
    vertical-align: middle;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.brand-logo a .svg,
.brand-logo a img {
    max-width: 180px;
    display: block;
    height: auto;
    max-height: 69px;
}

.left-side-bar,
.left-side-bar:before {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dark-mode .left-side-bar,
.dark-mode .left-side-bar:before {
    -webkit-box-shadow: 0 0 10px 0px rgba(255 255 255 / 15%);
    box-shadow: 0 0 10px 0px rgb(255 255 255 / 15%);
}

.left-side-bar {
    width: 280px;
    height: 100vh;
    z-index: 1000;
    background: var(--bg-fundo)
}

.left-side-bar .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--body-bg)
}

.left-side-bar:before {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--bg-trasparente);
    display: none
}

.left-side-bar.open {
    left: 0
}

.left-side-bar .menu-block {
    height: calc(100vh - 70px)
}

.left-side-bar .close-sidebar {
    font-size: 18px;
    color: var(--color-bt-close);
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 20px;
    display: none
}

.sidebar-menu {
    padding: 0 0 20px
}

.sidebar-menu .dropdown-toggle {
    display: block;
    padding: 18px 15px 18px 67px;
    font-size: 16px;
    color: var(--text-sidebar);
    font-weight: 300;
    letter-spacing: .03em;
    position: relative;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-menu .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    font-size: 18px
}

.sidebar-menu.icon-style-2 .dropdown-toggle:after {
    content: "\f217";
    font-family: Ionicons
}

.sidebar-menu.icon-style-2 .dropdown.show .dropdown-toggle:after {
    content: "\f208"
}

.sidebar-menu.icon-style-3 .dropdown-toggle:after {
    content: "\f101"
}

.sidebar-menu.icon-style-3 .dropdown.show .dropdown-toggle:after {
    content: "\f103"
}

.sidebar-menu .dropdown-toggle:hover,
.sidebar-menu .show>.dropdown-toggle {
    background: var(--bg-sidebar-item);
    color: var(--text-sidebar-active)
}

.sidebar-menu .dropdown-toggle .micon {
    position: absolute;
    left: 10px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text-sidebar);
    background-color: transparent;
    top: 50%;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.sidebar-light .sidebar-menu>ul>li>.dropdown-toggle.active .micon,
.sidebar-menu .dropdown-toggle:hover .micon,
.sidebar-menu .show>.dropdown-toggle .micon {
    color: var(--bg-all)
}

.sidebar-menu .dropdown-toggle .new {
    font-size: 24px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle
}

.sidebar-menu .dropdown-toggle .new:before {
    line-height: 14px
}

.sidebar-menu .submenu {
    position: relative;
    width: 100%;
    display: none
}

.sidebar-menu .submenu:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 31px;
    top: 0;
    display: none;
    background: 0 0;
    border-left: 2px dashed #1b00ff
}

.sidebar-menu .submenu li>a:before {
    content: "\f208";
    position: absolute;
    line-height: 1;
    left: 28px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: Ionicons
}

.sidebar-menu.icon-list-style-2 .submenu li>a:before {
    content: "\f10c";
    font-family: FontAwesome
}

.sidebar-menu.icon-list-style-3 .submenu li>a:before {
    content: "\eb1d";
    font-family: dropways
}

.sidebar-menu.icon-list-style-4 .submenu li>a:before {
    content: "\edd2";
    font-family: dropways
}

.sidebar-menu.icon-list-style-5 .submenu li>a:before {
    content: "\ee07";
    font-family: dropways
}

.sidebar-menu.icon-list-style-6 .submenu li>a:before {
    content: "\ee36";
    font-family: dropways
}

.mobile-menu-overlay,
.sidebar-menu .submenu li a,
.sidebar-menu .submenu li>a:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sidebar-menu .submenu li a {
    display: block;
    padding: 18px 15px 18px 60px;
    font-size: 14px;
    color: var(--text-sidebar);
    font-weight: 300;
    letter-spacing: .03em;
    position: relative;
    font-family: 'Inter', sans-serif
}

.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left .overlay,
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right a,
.sidebar-menu .submenu li.dropdown>a:before,
.sitemap ul li.child:after,
.sitemap ul li.child:before {
    display: none
}

.sidebar-menu .submenu li a.dropdown-toggle {
    padding: 18px 15px 18px 60px;
    font-size: 16px
}

.sidebar-menu .submenu.child {
    padding-left: 15px
}

.sidebar-menu .submenu li:hover>a:before {
    left: 18px
}

.sidebar-menu .submenu li a.active,
.sidebar-menu .submenu li a:hover {
    color: var(--bg-all);
    background-color: var(--body-color)
}

.sidebar-menu>ul>li>.dropdown-toggle.active {
    background-color: var(--body-color)
}

.sidebar-light .sidebar-menu>ul>li>.dropdown-toggle.active {
    background-color: var(--body-color);
    color: var(--bg-all)
}

.sidebar-light .sidebar-menu .dropdown-toggle:hover .micon,
.sidebar-light .sidebar-menu .show>.dropdown-toggle .micon,
.sidebar-menu .dropdown-toggle.active,
.sidebar-menu .dropdown-toggle.active .micon {
    color: var(--bg-all)
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-fundo);
    opacity: .6;
    z-index: 123;
    background-size: 20px;
    background-position: 98% 15px;
    display: none
}

.sidebar-light .left-side-bar {
    background: var(--bg-all)
}

.sidebar-light .sidebar-menu .dropdown-toggle,
.sidebar-light .sidebar-menu .submenu li a {
    color: var(--bg-fundo);
    font-weight: 400
}

.sidebar-light .sidebar-menu .dropdown-toggle .micon {
    color: var(--bg-fundo)
}

.sidebar-light .sidebar-menu .dropdown-toggle:hover,
.sidebar-light .sidebar-menu .show>.dropdown-toggle,
.sidebar-light .sidebar-menu .submenu li a.active,
.sidebar-light .sidebar-menu .submenu li a:hover {
    color: var(--bg-all);
    background-color:var(--bg-fundo);
}

.sidebar-light .menu-block .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--bg-fundo)
}

.sidebar-menu .dropdown-divider {
    margin: 5px 0;
    border-color: var(--bordas-2);
    border-width: 2px
}

.sidebar-light .sidebar-menu .dropdown-divider {
    border-color: var(--bordas-3)
}

.sidebar-menu .sidebar-small-cap {
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-header);
    padding: 0 15px 10px
}

.sidebar-light .sidebar-menu .sidebar-small-cap {
    color: var(--color-siderbar)
}

.login-header {
    position: relative;
    padding: 0 15px;
    background-color: var(--bg-header-login);
    z-index: 1
}

.login-header .brand-logo {
    width: auto;
    border: 0
}

.login-header .brand-logo a small {
   color: var(--text-sidebar);
}


.login-menu a {
    font-size: 12px;
    font-weight: 300;
    /*color: #1b00ff*/
}

.login-wrap {
    height: calc(100% - 70px);
    overflow: auto;
    padding: 30px 0
}

body.IE .login-wrap,
body.IE .register-page-wrap {
    display: block !important;
    padding: 0
}

body.IE .login-wrap .container,
body.IE .register-page-wrap .container {
    padding-top: 10vh;
    padding-bottom: 10vh
}

.login-wrap .container,
.register-page-wrap .container {
    max-width: 1300px
}

.login-wrap .mCustomScrollBox {
    height: auto;
    width: 100%
}

.login-box {
    max-width: 400px;
    width: 100%;
    padding: 40px 20px;
    margin: 5px auto
}

.select-role {
    margin-bottom: 25px;
    padding: 0 5px
}

.select-role .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.select-role .btn-group .btn {
    margin: 0 5px;
    border: 1px solid var(--bordas-cinza);
    text-align: left;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(50% - 10px);
    border-radius: 5px !important;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--text-drop-item);
    position: relative
}

.select-role .btn-group .btn.active,
.select-role .btn-group .btn.active:focus,
.select-role .btn-group .btn.focus.active {
    background-color: rgba(27, 0, 255, .05);
    border-color: rgba(27, 0, 255, .5);
    color: #1b00ff
}

.select-role .btn-group .btn .icon {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px
}

.select-role .btn-group .btn .icon .svg {
    width: 30px;
    height: 30px
}

.select-role .btn-group .btn span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-span)
}

.login-box .login-title {
    padding: 0 0 10px;
    margin-bottom: 30px
}

.login-box .login-title h2 {
    font-size: 24px;
    font-weight: 700
}

.login-box .login-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100px
}

.forgot-password {
    text-align: right
}

.register-page-wrap {
    height: calc(100% - 70px);
    padding: 30px 0
}

.register-page-wrap .register-box {
    max-width: 410px;
    margin: 0 auto
}

.register-page-wrap,
.register-page-wrap .wizard-content .wizard {
    position: relative;
    overflow: auto
}

.register-page-wrap .wizard-content .wizard .steps {
    position: relative
}

.register-page-wrap .wizard-content .wizard>.steps .step {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    border-width: 2px;
    background-color: var(--bg-all);
    border-color: var(--bordas);
}

.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a .step {
    background: url(../images/tick.svg) no-repeat var(--bg-all-blue);
    font-size: 0;
    background-size: 22px;
    background-position: center center;
    border-color: var(--bordas);
}

.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:after,
.register-page-wrap .wizard-content .wizard.wizard-circle>.steps>ul>li:before,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background: var(--bordas);
}

.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical.wizard-circle>.steps>ul>li.current~li:before {
    background-color: transparent
}

.register-page-wrap .wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #1b00ff;
    color: var(--text-2);
    background-color: var(--bg-all)
}

.register-page-wrap .wizard-content .wizard>.steps .info,
.register-page-wrap .wizard-content .wizard>.steps .step,
.register-page-wrap .wizard-content .wizard>.steps>ul>li a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.register-page-wrap .wizard-content .wizard>.steps .info {
    display: block;
    width: 100%;
    padding-top: 10px
}

.register-page-wrap .wizard-content .wizard>.steps>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px
}

.register-page-wrap .wizard-content .wizard>.steps>ul>li {
    width: 25%
}

.register-page-wrap .wizard-content .wizard>.steps>ul>li a {
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    color: var(--color-siderbar);
    font-size: 11px;
    font-weight: 700
}

.register-page-wrap .wizard-content .wizard>.steps>ul>li.current>a,
.register-page-wrap .wizard-content .wizard>.steps>ul>li.done>a {
    color: var(--color-siderbar)
}

.register-page-wrap .wizard-content .wizard>.content {
    overflow: hidden;
    padding: 15px 15px 0;
    min-height: 320px
}

.register-page-wrap .wizard-content .wizard>.actions {
    padding: 0 15px 20px;
    text-align: right
}

.register-info li {
    margin-bottom: 15px;
    font-size: 14px
}

.main-container {
    padding: 80px 20px 0 300px
}

.page-header .dropdown-menu {
    border-radius: 5px
}

.page-header {
    background-color: var(--bg-all);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 28px var(--bg-trasparente);
    box-shadow: 0 0 28px var(--bg-trasparente);
    margin-bottom: 30px;
    padding: 20px
}

.page-header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header h4 {
    font-weight: 600;
    padding-bottom: 5px
}

.page-header .breadcrumb {
    padding: 0;
    margin: 0
}

.search-icon-box,
.timeline ul {
    position: relative
}

.search-icon-box input {
    height: 70px;
    width: 100%;
    font-size: 20px;
    padding: 0 60px 0 30px;
    font-weight: 300;
    border: 0;
    color: var(--bg-all);
    background: #6209ab
}

.search-icon-box input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--bg-all)
}

.search-icon-box input:-moz-placeholder,
.search-icon-box input::-moz-placeholder {
    opacity: 1;
    color:  var(--bg-all)
}

.search-icon-box input:-ms-input-placeholder {
    opacity: 1;
    color:  var(--bg-all)
}

.search-icon-box .search_icon {
    position: absolute;
    font-size: 24px;
    line-height: 1;
    right: 20px;
    top: 26px;
    color:  var(--bg-all)
}

.fontawesome-icon-list {
    padding-top: 20px
}

.fontawesome-icon-list.custom-icon-list,
.sitemap ul li.child h5 {
    padding-top: 0
}

.fontawesome-icon-list .fa-hover,
.fontawesome-icon-list a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fontawesome-icon-list .fa-hover {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px
}

.fontawesome-icon-list .fa-hover:hover {
    background: var(--bg-hover);
    -webkit-box-shadow: 0 0 18px var(--bordas-sombras);
    box-shadow: 0 0 18px var(--bordas-sombras);
}

.fontawesome-icon-list a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 45px;
    color: var(--form-control-color);
}

.fontawesome-icon-list a .icon-copy {
    position: absolute;
    left: 10px;
    top: 4px;
    font-size: 18px
}

.fontawesome-icon-list.custom-icon-list a {
    font-size: 14px;
    line-height: 24px
}

.fontawesome-icon-list.custom-icon-list a .icon-copy {
    font-size: 24px;
    line-height: 1;
    top: 0
}

.foundation-icon.fontawesome-icon-list a .icon-copy {
    top: 0;
    font-size: 24px;
    line-height: 24px
}

.ionicons-list li {
    width: 8.3%;
    text-align: center
}

.ionicons-list.fontawesome-icon-list a {
    padding-left: 0
}

.ionicons-list.fontawesome-icon-list a .icon-copy {
    font-size: 24px;
    left: 0;
    position: relative
}

.wysihtml5-toolbar .dropdown-menu a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: .55rem 1rem;
    color: #667f87;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.html-editor textarea.form-control {
    height: 300px;
    font-weight: 400
}

.copy-notification {
    color: var(--bg-all);
    background-color: var(--bordas-sombras);
    padding: 12px 20px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align: center
}

.error-page h1,
.error-page-wrap {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color-siderbar)
}

.error-page h1 {
    font-size: 210px;
    text-shadow: 2px 2px 0 var(--text-2), 4px 4px 0 var(--bg-all), 8px 8px 0 var(--text-2);
    line-height: 1;
    color: var(--text-2)
}

.error-page h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 30px
}

.project-info {
    padding-bottom: 15px
}

.project-info-left {
    float: left;
    width: 60px;
    padding-top: 10px
}

.project-info-left .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px
}

.project-info-right {
    float: right;
    width: calc(100% - 60px);
    text-align: right
}

.device-manage-progress-chart ul li:last-child {
    margin-bottom: 0
}

.device-manage-progress-chart .device-name {
    width: 75px;
    float: left;
    text-align: right
}

.device-manage-progress-chart .device-total {
    float: left;
    width: 45px;
    font-size: 14px
}

.device-manage-progress-chart .device-progress {
    float: left;
    width: calc(100% - 120px);
    padding: 7px 10px 0
}

.device-manage-progress-chart .device-progress .grand_total {
    float: right
}

.device-manage-progress-chart .device-progress .progress {
    margin-bottom: 0;
    height: 10px
}

.device-manage-progress-chart .device-progress .progress .progress-bar {
    height: 100%
}

.device-manage-progress-chart .device-progress .progress .progress-bar.window {
    background: #00bcf2
}

.device-manage-progress-chart .device-progress .progress .progress-bar.mac {
    background: #027496
}

.device-manage-progress-chart .device-progress .progress .progress-bar.android {
    background: #0059b2
}

.device-manage-progress-chart .device-progress .progress .progress-bar.linux {
    background: #8ab1b7
}

.to-do-list ul li {
    padding: 15px
}

.to-do-list ul li,
.to-do-list ul li:hover {
    background: #ecf0f4
}

.to-do-list ul li:nth-child(2n) {
    background: var(--bg-all)
}

#browservisit path.jvectormap-region.jvectormap-element {
    stroke-width: .5px;
    stroke: #667f87
}

.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
    background: #667f87
}

.browser-visits ul li {
    margin-bottom: 40px
}

.browser-visits ul li .icon,
.browser-visits ul li .visit {
    width: 50px
}

.browser-visits ul li .browser-name {
    width: calc(100% - 100px);
    font-size: 14px;
    font-weight: 600
}

.docs-preview {
    margin-right: -1rem
}

.img-preview {
    float: left;
    margin-bottom: .5rem;
    margin-right: .5rem;
    overflow: hidden
}

.preview-lg {
    height: 9rem;
    width: 16rem
}

.preview-md {
    height: 4.5rem;
    width: 8rem
}

.preview-sm {
    height: 2.25rem;
    width: 4rem
}

.preview-xs {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem
}

.btn-list .btn {
    margin: 5px
}

#login-modal .modal-dialog {
    max-width: 380px
}

#login-modal .login-box {
    margin: 0
}

.confirmation-btn {
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.da-card .da-card-content {
    padding: 20px 15px;
    background: var(--bg-all);
    font-size: 14px
}

.da-card,
.da-card .da-card-photo {
    position: relative;
    overflow: hidden
}

.da-card .da-card-photo img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.da-card .da-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    background: var(--bg-trasparente);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.da-card .da-overlay.da-slide-left {
    left: -100%
}

.da-card .da-card-photo:hover .da-overlay.da-slide-left {
    left: 0
}

.da-card .da-overlay.da-slide-bottom,
.da-card .da-overlay.da-slide-left,
.da-card .da-overlay.da-slide-right,
.da-card .da-overlay.da-slide-top {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.da-card .da-overlay.da-slide-right {
    right: -100%;
    left: inherit
}

.da-card .da-card-photo:hover .da-overlay.da-slide-right {
    right: 0
}

.da-card .da-overlay.da-slide-bottom,
.da-card .da-overlay.da-slide-top {
    top: -100%
}

.da-card .da-card-photo:hover .da-overlay.da-slide-bottom,
.da-card .da-card-photo:hover .da-overlay.da-slide-top {
    top: 0
}

.da-card .da-overlay.da-slide-bottom {
    top: 100%
}

.da-card .da-card-photo:hover img {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0)
}

.da-card .da-card-photo:hover .da-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.da-card .da-card-photo:hover .da-social {
    opacity: 1
}

.da-card .da-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--bg-all);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.da-card .da-social h5 {
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500
}

.chat-box .chat-desc ul li .chat-img,
.da-card .da-social ul li {
    float: left
}

.da-card .da-social ul li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid var(--bg-all);;
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    color: var(--bg-all);;
    -webkit-box-shadow: 0 0 0 1px var(--bg-all);;
    box-shadow: 0 0 0 1px var(--bg-all);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.da-card .da-social ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.da-card .da-social ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.da-card .da-social ul li a:hover {
    background: var(--bg-all);
    color: #1b00ff
}

.nav-tabs.customtab .nav-item.show .nav-link,
.nav-tabs.customtab .nav-link.active {
    color: #1b00ff;
    border: 0;
    border-bottom: 2px solid #1b00ff
}

.nav-tabs.customtab .nav-item {
    margin-bottom: 0
}

.nav-tabs.customtab .nav-link {
    color: #181f48;
    border: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-tabs.customtab .nav-link:focus,
.nav-tabs.customtab .nav-link:hover {
    color: #1b00ff;
    border: 0;
    border-bottom: 2px solid #1b00ff
}

.nav.vtabs {
    border-bottom: 0;
    border-right: 1px solid #dee2e6;
    height: 100%
}

.nav.vtabs .nav-link {
    border-radius: 0
}

.nav.vtabs .nav-item.show .nav-link,
.nav.vtabs .nav-link.active {
    border-right: 0;
    border-color: #dee2e6;
    color: #1b00ff
}

.nav.vtabs.nav-pills .nav-item.show .nav-link,
.nav.vtabs.nav-pills .nav-link.active {
    border-right: 0;
    border-color: #dee2e6;
    color: var(--bg-all)
}

.nav.vtabs.customtab .nav-item.show .nav-link,
.nav.vtabs.customtab .nav-link.active {
    border-color: #1b00ff
}


.timeline hr{
    margin-top: 5px;
    margin-bottom: 5px;
}


.timeline ul:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ff7800;
    position: absolute;
    left: 150px
}

.timeline ul li {
    position: relative;
    padding-left: 180px;
    padding-top: 20px;
    padding-bottom: 30px
}

.timeline ul li:before {
   /* content: "";
    position: absolute;
    top: 30px;
    left: 142px;
    width: 18px;
    height: 18px;
    background: var(--bg-all);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 3px #ff7800;
    box-shadow: 0 0 0 3px #ff7800*/
}



.timeline ul li .timeline-icone {
    color: var(--bg-all);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 156px;
    margin-left: -25px;
    background-color: #ff7800;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 3px solid #f4f3ef;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}


.timeline ul li .rotulo {
    
}

.timeline ul li .rotulo .arquivos {
    
   
    display: inline;
    position: relative;
   

}


.timeline .rotulo .timeline-date {
    position: absolute;
    left: -20px;
    top: 24px;
    width: 150px;
    background: #ff7800;
    color: var(--bg-all);
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 5px;
    
    float: left;
}

.timeline .esquerda{
    
    display: inline-block;
}

.timeline .direita{
    display: inline-block;
    float:right;
    padding-top: 5px;
}


.timeline .timeline-desc {
    
   
}

.timeline .timeline-desc .alinha-centro {

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

}


.timeline .timeline-desc .lineL {
  /*width: calc(32vw - 24px);*/
    width: 40% !important;
  margin-right:2vw;
  margin-bottom:5px;
  height: 0;
  border-bottom: 1px solid var(--bordas-2);
  display:inline-block;
}
.timeline .timeline-desc .lineR {
  /*width: calc(32vw - 24px);*/
    width: 40% !important;
  margin-left:2vw;
  margin-bottom:5px;
  height: 0;
  border-bottom: 1px solid var(--bordas-2);
  display:inline-block;
}
.timeline .timeline-desc .line {
  /*margin-bottom:40px;
  margin-top:20px;*/
  margin-left:auto;
  margin-right:auto;
  width: 80vw;
  /*width:calc(70vw - 24px);*/
}





.timeline .timeline-desc .alinha-direita {
    
   float: right;
    margin-top: -10px;
}


.timeline .timeline-desc p {
    
        margin: 0 0 5px;
}

.timeline .card-event {
    font-size: 10px;
}
.timeline .card-event small {
    
    /**/font-size: 100% !important;
    font-weight: 400;
}


.timeline small{
    
    font-size: 90% !important;
    font-weight: 400;
}

.list-unstyled>li>ul {
    margin-left: 35px
}

.list-unstyled>li>ul li {
    list-style: circle
}

.sitemap {
    border-left: 2px dashed #1b00ff
}

.sitemap h5 {
    padding: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1b00ff
}

.sitemap ul,
.sitemap ul li {
    position: relative;
    padding-left: 25px
}

.sitemap ul li {
    min-height: 40px;
    padding-left: 35px;
    margin-bottom: 10px;
    padding-top: 2px
}

.sitemap ul li:last-child {
    margin-bottom: 0
}

.sitemap ul li:before {
    content: "";
    background: var(--bg-all);
    width: 20px;
    height: 20px;
    border: 2px solid #1b00ff;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 5px
}

.sitemap ul li:after {
    content: "";
    width: 25px;
    left: -25px;
    top: 40%;
    position: absolute;
    border-top: 2px dashed #1b00ff
}

.blog-list ul li,
.sitemap ul li a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.fc th,
.sitemap ul li a {
    font-weight: 500;
    font-size: 15px
}

.sitemap ul li a {
    display: inline-block;
    color: #0b132b
}

.sitemap ul li a:hover {
    color: #000
}

.sitemap ul li.child {
    padding-left: 0;
    padding-top: 0;
    border-left: 2px dashed #2976aa
}

.calendar-wrap .fc-event.ui-draggable-handle {
    padding: 5px;
    margin-bottom: 5px
}

.fc th {
    padding: 10px !important;
    background: #e1e1f5;
    line-height: 1
}

.fc-day-grid-event .fc-time {
    font-weight: 500 !important
}

.fc-day-grid-event .fc-content {
    padding: 3px 9px
}

.fc-header-toolbar h2 {
    font-size: 18px;
    padding-top: 7px
}

.blog-wrap {
    padding-bottom: 50px
}

.blog-list ul li {
    border-radius: 10px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    background: var(--bg-all)
}

.blog-list ul li:hover {
    -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, .25);
    box-shadow: 0 0 48px rgba(0, 0, 0, .25)
}

.blog-list ul li .blog-img {
    height: 100%;
    min-height: 300px;
    border-radius: 10px 0 0 10px;
    background-size: cover !important
}

.blog-list ul li .blog-caption {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #031e23
}

.blog-list ul li .blog-caption h4 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 12px
}

.blog-list ul li .blog-caption h4 a,
.product-caption h4 a {
    color: #131e22
}

.latest-post ul li {
    padding: .75rem 1.25rem;
    font-size: 14px;
    color: #78909c;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.latest-post ul li h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px
}

.blog-list ul li .blog-caption h4 a,
.latest-post ul li h4 a,
.product-box,
.product-caption h4 a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.latest-post ul li h4 a {
    display: block;
    color: #131e22
}

.latest-post ul li h4 a:hover {
    color: #1b00ff
}

.blog-detail,
.product-box {
    background: var(--bg-all)
}

.blog-detail .blog-caption {
    padding: 20px;
    font-size: 16px;
    color: #78909c
}

.blog-detail ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 28px
}

.blog-detail ul li:before {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    color: #405158;
    left: 0;
    top: 0
}

.blog-detail ol,
.blog-detail ul {
    padding-left: 15px
}

.blog-detail ol>li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px
}

.blog-detail ol,
.blog-detail ol>li>ol,
.blog-detail ol>li>ol>li>ol {
    counter-reset: my-badass-counter
}

.blog-detail ol>li>ol>li:before {
    content: counter(my-badass-counter, lower-alpha);
    counter-increment: my-badass-counter
}

.blog-detail ol>li:before,
.blog-detail ol>li>ol>li>ol>li:before {
    content: counter(my-badass-counter, lower-roman);
    counter-increment: my-badass-counter
}

.blog-detail ol>li:before {
    content: counter(my-badass-counter);
    position: absolute;
    left: 0;
    top: 0;
    color: #405158;
    font-weight: 500
}

.gallery-wrap>ul>li,
.product-list ul li {
    margin-bottom: 30px
}

.product-box {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    height: 100%
}

.producct-img {
    overflow: hidden
}

.producct-img img {
    position: relative;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.product-list ul li:hover .producct-img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.product-caption {
    padding: 20px
}

.product-caption h4 {
    font-size: 18px;
    margin-bottom: 8px
}

.product-caption .btn {
    border-radius: 22px
}

.price {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #78909c
}

.price ins {
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    color: #131e22
}

.product-slider {
    margin-bottom: 20px
}

.slider-arrow .slick-arrow,
.slider-arrow .slick-arrow:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slider-arrow .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #1b00ff;
    background: #1b00ff;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    text-align: center
}

.slider-arrow .slick-arrow:hover {
    border-color: #2a2d31
}

.slider-arrow .slick-arrow:hover:before {
    color: var(--bg-all)
}

.slider-arrow .slick-arrow:before {
    font-family: "dropways";
    font-size: 16px;
    color: var(--bg-all);
    line-height: 38px
}

.slider-arrow .slick-arrow.slick-prev {
    z-index: 12;
    left: 15px
}

.slider-arrow .slick-arrow.slick-prev:before {
    content: "\eabc"
}

.slider-arrow .slick-arrow.slick-next {
    right: 15px
}

.slider-arrow .slick-arrow.slick-next:before {
    content: "\eabd"
}

.product-slide-nav {
    padding: 10px
}

.product-detail-desc {
    font-size: 16px;
    line-height: 1.5
}

.faq-wrap .card {
    margin-bottom: 20px;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    box-shadow: 0 0 28px rgba(0, 0, 0, .08)
}

.faq-wrap .card-header {
    background: var(--bg-all);
    text-align: left;
    border: 0;
    padding: 0
}

.faq-wrap .card-header .btn {
    background: 0 0;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px 16px 16px;
    position: relative;
    white-space: normal;
    color: #1b00ff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.faq-wrap .card-header .btn.collapsed {
    color: #222
}

.faq-wrap .card-header .btn:after {
    content: "\f209";
    font-family: "Ionicons";
    position: absolute;
    right: 10px;
    color: #1b00ff;
    top: 16px
}

.faq-wrap .card-header .btn.collapsed:after {
    content: "\f218"
}

.faq-wrap .card-body {
    padding-top: 0
}

.pricing-table-wrap .card {
    border: 0;
    -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, .2);
    box-shadow: 0 0 48px rgba(0, 0, 0, .2)
}

.pricing-table-wrap .btn {
    padding-left: 30px;
    padding-right: 30px
}

.pricing-table-wrap .list-group-flush .list-group-item {
    background: 0 0
}

.pricing-card {
    text-align: center
}

.pricing-card .price-title,
.pricing-card .pricing-icon {
    padding-bottom: 30px;
    text-align: center
}

.pricing-card .pricing-icon img {
    margin-top: -30px
}

.pricing-card .price-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #1b00ff;
    letter-spacing: .15em
}

.pricing-card .pricing-price {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 20px;
    color: #1b00ff
}

.pricing-card .pricing-price sub {
    font-size: 16px;
    font-weight: 400;
    color: #fd486e
}

.pricing-card .pricing-price sup {
    font-size: 20px;
    font-weight: 400;
    color: #fd486e;
    top: 10px;
    vertical-align: top
}

.pricing-card .text {
    padding-bottom: 30px
}

.pricing-card .cta {
    max-width: 170px;
    margin: 0 auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.pricing-card .cta .btn {
    display: block;
    text-align: center
}

.pricing-card-style2,
.profile-setting .profile-edit-list>li {
    padding: 20px
}

.pricing-card-style2 .pricing-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f2f7
}

.pricing-card-style2 .pricing-card-header .left {
    width: 60%
}

.pricing-card-style2 .pricing-card-header .left h5 {
    color: #1b00ff;
    font-size: 18px;
    font-weight: 700
}

.pricing-card-style2 .pricing-card-header .left p,
.pricing-points ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.pricing-card-style2 .pricing-card-header .right {
    width: 40%;
    text-align: right;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700
}

.pricing-card-style2 .pricing-card-header .right span {
    display: block;
    font-size: 12px
}

.pricing-card-style2 .pricing-card-body {
    padding-top: 30px;
    padding-bottom: 10px
}

.pricing-points ul li {
    padding: 0 30px 0 0;
    margin-bottom: 20px;
    color: #000;
    position: relative
}

.pricing-points ul li:after {
    content: "\f121";
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    color: #1061e4;
    position: absolute;
    right: 0;
    top: 0
}

.pricing-card-style2 .cta {
    max-width: 170px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px
}

.pricing-card-style2 .cta .btn {
    display: block;
    text-align: center
}

.profile-photo {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    position: relative
}

.profile-photo .edit-avatar {
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4)
}

.profile-photo .edit-avatar {
    border-radius: 100%;
	
}



.contact-directory-box .contact-avatar span img,
.profile-photo .avatar-photo {
    border-radius: 100%;
	object-fit: cover;
	width: 100% !important;
    max-width: 160px !important;
    max-height: 160px !important;
    height: 100% !important;
}

.profile-info,
.profile-skills,
.profile-social {
    border-top: 2px dashed #ecf0f4;
    padding: 10px 0 15px 0;
}

.profile-info ul li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word
}

.profile-info ul li span {
    display: block;
    font-size: 14px;
    color: var(--text-rotulos);
    font-weight: 500;
    padding-bottom: 5px
}

.profile-info ul li:last-child {
    margin-bottom: 0
}

.profile-social ul li {
    float: left;
    margin: 5px
}

.profile-social ul li .btn {
    padding: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px
}

.notification-list.chat-notification-list ul li.active a,
.notification-list.chat-notification-list ul li:hover a,
.profile-tab .nav-tabs.customtab {
    background: var(--bg-all)
}

.profile-tab .nav-tabs.customtab .nav-link {
    padding: 18px 30px;
    background: 0 0;
    font-weight: 500
}

.profile-setting {
    height: 100%
}

.profile-setting .container {
    max-width: 800px
}

.profile-tab .tab-content {
    height: calc(100% - 63px)
}

.profile-setting .profile-edit-list {
    padding: 30px 0;
    margin: 0
}

.profile-setting .btn-outline-secondary {
    border-color: #ced4da
}

.profile-setting .profile-edit-list .form-control {
    font-weight: 400
}

.task-title {
    padding-bottom: 30px
}

.task-title a {
    padding-left: 20px;
    padding-right: 20px
}

.profile-task-wrap .container {
    max-width: 800px
}

.profile-task-list ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #263238;
    margin-bottom: 25px
}

.profile-task-list.close-tasks ul li {
    color: #90a4ae;
    text-decoration: line-through
}

.profile-task-list ul li .task-type {
    font-size: 16px;
    color: #90a4ae;
    font-weight: 500
}

.profile-task-list ul li .task-assign {
    font-size: 16px;
    color: #90a4ae;
    font-weight: 300
}

.profile-task-list ul li .due-date {
    display: inline-block;
    padding-left: 10px
}

.profile-task-list ul li .due-date:before {
    content: "\f111";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 8px;
    vertical-align: middle;
    margin-right: 8px;
    opacity: .5
}

.profile-task-list ul li .custom-control,
.profile-timeline-list ul:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.profile-task-list ul li .custom-control-label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.profile-task-list ul li .custom-control-label::after,
.profile-task-list ul li .custom-control-label::before {
    top: 50%;
    margin-top: -12px;
    left: 0
}

.task-list-scroll {
    height: 303px
}

.task-list-form>ul>li {
    padding: 30px 20px;
    background: #e7eef0;
    position: relative;
    border-bottom: 2px dashed #2976aa
}

.task-list-form>ul>li .remove-task {
    position: absolute;
    right: 22px;
    top: 3px;
    font-size: 18px;
    color: #2976aa
}

.task-list-form .form-control {
    font-weight: 400
}

.task-list-form textarea.form-control {
    height: 80px
}

.task-list-form .btn-outline-primary {
    border-color: #ced4da
}

.add-more-task,
.chat-box .chat-desc ul li.admin_chat .chat-body .chat_time {
    text-align: right
}

.add-more-task a {
    display: inline-block;
    padding: 10px;
    color: #2976aa
}

.profile-timeline {
    padding: 30px
}

.profile-timeline .timeline-month {
    margin-bottom: 20px
}

.profile-timeline .timeline-month h5 {
    font-size: 16px;
    font-weight: 700
}

.profile-timeline-list ul {
    padding-left: 15px;
    position: relative
}

.profile-timeline-list ul:before {
    content: "";
    width: 2px;
    left: 4px;
    background-color: #ff7800
}

.profile-timeline-list ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 100px;
    line-height: 24px;
    padding-top: 8px
}

.profile-timeline-list ul li p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500
}

.profile-timeline-list ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ff7800;
    border-radius: 22px;
    position: absolute;
    left: -16px;
    top: 15px;
    background: #1b00ff
}

.profile-timeline-list .date {
    position: absolute;
    top: 8px;
    left: 5px;
    font-weight: 700;
    font-size: 13px
}

.profile-timeline-list .task-name {
    text-transform: uppercase;
    font-weight: 600;
    color: #1b00ff;
    font-size: 14px;
    line-height: 22px;
    position: relative
}

.profile-timeline-list .task-name i {
    position: absolute;
    left: -22px;
    top: 0;
    font-size: 18px
}

.profile-timeline-list .task-time {
    color: rgba(24, 31, 72, .71);
    font-size: 12px;
    font-weight: 700
}

.contact-directory-list>ul>li {
    margin-bottom: 30px
}

.contact-directory-box {
    background: var(--bg-all);
    min-height: 400px;
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    box-shadow: 0 0 28px rgba(0, 0, 0, .08);
    border-radius: 10px
}

.contact-dire-info {
    padding: 30px 25px 20px
}

.contact-directory-box .contact-avatar span {
    display: block;
    margin: 0 auto 20px;
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 100%;
    overflow: hidden
}

.contact-directory-box .contact-name,
.contact-directory-box .contact-skill {
    padding-bottom: 20px
}

.contact-directory-box .contact-name h4 {
    font-weight: 600;
    font-size: 18px
}

.contact-directory-box .contact-name p {
    margin-bottom: 2px;
    color: #7f92a9;
    font-size: 14px
}

.contact-directory-box .contact-skill .badge {
    border: 1px solid #ced9ee;
    font-weight: 500;
    font-size: 16px;
    padding: 7px 11px;
    margin: 3px 0
}

.contact-directory-box .contact-skill .badge.badge-primary {
    background: #1b00ff;
    border-color: #1b00ff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.contact-directory-box .profile-sort-desc {
    font-weight: 400;
    color: #6f7c8d
}

.contact-directory-box .view-contact a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 5px;
    letter-spacing: .05em;
    position: relative;
    border-radius: 0 0 6px 6px
}

.contact-directory-box:hover .view-contact a:before {
    opacity: 0
}

.contact-directory-box .view-contact a,
.contact-directory-box .view-contact a:before,
.notification-list.chat-notification-list ul li a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact-directory-box .view-contact a:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #1b00ff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto
}

.invoice-wrap {
    overflow: auto
}

.invoice-box {
    background: var(--bg-all);
    width: 800px;
    margin: 0 auto;
    padding: 20px
}

.invoice-header {
    padding-bottom: 30px
}

.invoice-desc .invoice-sub {
    width: 40%;
    float: left;
    padding: 8px 15px
}

.invoice-desc .invoice-hours,
.invoice-desc .invoice-rate {
    width: 20%;
    float: left;
    padding: 8px 15px
}

.invoice-desc .invoice-subtotal {
    width: 20%;
    float: right;
    padding: 8px 15px
}

.invoice-desc .invoice-desc-head {
    background: #eaeaea;
    font-weight: 500
}

.invoice-desc .invoice-desc-body {
    padding-top: 15px;
    min-height: 400px
}

.invoice-desc .invoice-desc-footer .invoice-desc-body {
    min-height: 50px
}

.invoice-desc .invoice-desc-body ul li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px
}

.chat-list {
    border: 1px solid #ecf0f4;
    border-radius: 5px;
    height: 72vh
}

.chat-search {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    position: relative
}

.chat-search>span {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #33484f
}

.chat-search input {
    height: 55px;
    width: 100%;
    border: 0;
    background: 0 0;
    padding-left: 50px;
    color: #33484f
}

.chat-list .notification-list {
    height: calc(100% - 76px);
    padding: 10px
}

.notification-list.chat-notification-list ul li a {
    padding-top: 16px
}

.notification-list.chat-notification-list ul li a p,
.upload-file-box .right h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.notification-list.chat-notification-list ul li a p .fa {
    font-size: 10px
}

.notification-list.chat-notification-list ul li a img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.chat-detail {
    height: 72vh
}

.chat-profile-header {
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #eff0f4
}

.chat-profile-header .left {
    float: left;
    width: 60%
}

.chat-profile-header .left .chat-profile-photo {
    float: left;
    width: 90px
}

.chat-profile-header .left .chat-profile-photo img {
    width: 66px;
    height: 66px;
    border-radius: 100%
}

.chat-profile-header .left .chat-profile-name {
    float: left;
    padding-top: 15px
}

.chat-profile-header .left .chat-profile-name h3 {
    font-size: 18px;
    color: #44aeff
}

.chat-profile-header .left .chat-profile-name span {
    font-size: 12px;
    color: #a4a4a4;
    display: block;
    margin-bottom: 6px
}

.chat-profile-header .left .chat-profile-name a {
    font-size: 10px;
    color: #44aeff;
    display: inline-block
}

.chat-profile-header .right {
    float: right;
    width: 40%;
    padding-top: 15px
}

.chat-profile-header .right .text-light-orange {
    color: #f56767 !important
}

.chat-box {
    height: calc(100% - 89px)
}

.chat-box .chat-desc {
    height: calc(100% - 86px);
    padding-bottom: 10px
}

.chat-box .chat-desc ul li {
    margin-bottom: 35px
}

.chat-box .chat-desc ul li .chat-img img,
.upload-file-box .left .overlay a span {
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.chat-box .chat-desc ul li .chat-body {
    margin-left: 60px
}

.chat-box .chat-desc ul li .chat-body p {
    font-size: 15px;
    line-height: 24px;
    color: #33484f;
    min-height: 50px;
    padding: 12px 15px;
    border: 1px solid #ecf0f4;
    background: #ecf0f4;
    border-radius: 5px
}

.chat-box .chat-desc ul li .chat-body .chat_time {
    font-size: 12px;
    color: #a4a4a4
}

.chat-box .chat-desc ul li.admin_chat .chat-img,
.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .left {
    float: right
}

.chat-box .chat-desc ul li.admin_chat .chat-body {
    margin-left: 0;
    margin-right: 60px;
    text-align: right
}

.chat-box .chat-desc ul li.admin_chat .chat-body p {
    text-align: right;
    display: inline-block;
    background: #e1e1f5;
    padding: 12px 15px;
    border-radius: 5px;
    position: relative
}

.chat-box .chat-desc ul li.admin_chat .chat-body p:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #389bff;
    position: absolute;
    right: -6px;
    top: 16px;
    opacity: 0
}

.chat-footer {
    height: 86px;
    border-top: 1px solid #eff0f4
}

.chat-footer .file-upload {
    float: left;
    width: 55px
}

.chat-footer .file-upload a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #222;
    padding-top: 30px;
    padding-bottom: 27px
}

.chat-footer .chat_text_area {
    float: left;
    width: calc(100% - 145px)
}

.chat-footer .chat_text_area textarea {
    width: 100%;
    height: 78px;
    border: 0;
    font-size: 16px;
    color: #33484f;
    padding-top: 33px
}

.chat-footer .chat_send {
    float: right;
    width: 90px
}

.chat-footer .chat_send .btn {
    display: block;
    width: 100%;
    height: 86px;
    font-size: 35px;
    color: #44aeff;
    text-decoration: none;
    font-weight: 900;
    padding: 25px 10px 5px
}

.chat-box .chat-desc ul li.upload-file.admin_chat .upload-file-box .right {
    float: right;
    padding-left: 0;
    padding-right: 17px
}

.upload-file-box {
    padding-bottom: 10px
}

.upload-file-box .left {
    float: left;
    position: relative;
    width: 114px;
    height: 84px;
    overflow: hidden;
    border-radius: 5px
}

.upload-file-box .left .overlay {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.upload-file-box .left .overlay a {
    display: block;
    width: 100%;
    height: 100%
}

.upload-file-box .left .overlay a span {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--bg-all);
    color: #222;
    line-height: 35px;
    text-align: center;
    font-size: 22px
}

.upload-file-box .right {
    float: left;
    width: calc(100% - 114px);
    padding-left: 17px;
    padding-top: 17px
}

.upload-file-box .right h3 {
    display: block;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px
}

.upload-file-box .right a {
    display: inline-block;
    color: #1d8df1;
    font-size: 14px
}

.chat-profile-section {
    height: calc(100vh - 274px)
}

.chat-profile-section .chat--profile-desc {
    height: 100%;
    padding: 20px
}

.wizard-content .wizard>.actions>ul>li>a {
    background-color: #1b00ff;
    font-weight: 600
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    border-color: #1b00ff;
    border-width: 2px;
    color: #1b00ff
}

.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"] {
    display: none;
    border-color: #1b00ff
}

.widget-style1 {
    padding: 10px
}

.widget-style1 .widget-data {
    width: calc(100% - 80px);
    padding: 0 5px 0 15px
}

.widget-style1 .progress-data {
    width: 80px
}

.widget-style1 .progress-data .apexcharts-canvas {
    margin: 0 auto
}

.right-sidebar .right-sidebar-body .right-sidebar-body-content,
.widget-style2 .widget-data {
    padding: 20px
}

.right-sidebar {
    position: fixed;
    right: -315px;
    top: 0;
    width: 315px;
    height: 100%;
    background: var(--bg-all);
    z-index: 123;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .08);
    box-shadow: 0 0 18px rgba(0, 0, 0, .08);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.right-sidebar-visible {
    right: 0
}

.right-sidebar .sidebar-title {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 15px;
    border-bottom: 1px solid #d4d4d4
}

.right-sidebar .sidebar-title h3 {
    font-weight: 600
}

.right-sidebar .sidebar-title h3 span {
    font-weight: 400;
    color: #000
}

.right-sidebar .close-sidebar {
    font-size: 18px;
    color: #888;
    cursor: pointer
}

.right-sidebar .right-sidebar-body {
    height: calc(100% - 70px);
    overflow: auto
}

.sidebar-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar-btn-group .btn {
    width: 48%
}

.sidebar-radio-group .custom-control-inline {
    margin-right: 0;
    width: 25%;
    margin-bottom: 10px
}

.bootstrap-tagsinput .label-info {
    background: #1b00ff
}

.bootstrap-touchspin .btn {
    background: #1b00ff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bootstrap-touchspin .input-group-btn-vertical .btn {
    height: 52%
}

.bootstrap-touchspin .bootstrap-touchspin-postfix,
.bootstrap-touchspin .bootstrap-touchspin-prefix {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4
}

.asColorPicker-buttons a,
.asColorPicker-gradient-control a {
    font-size: 13px;
    font-weight: 500
}

.dropzone {
    border-color: #1b00ff
}

.dropzone .dz-preview .dz-remove {
    color: red
}

.fc-view-container tr:first-child>td>.fc-day-grid-event {
    background: #1b00ff
}

.fc-today.alert-info {
    background: #e0deef
}

.fc-day-number,
.fc-ltr .fc-axis {
    font-size: 13px;
    font-weight: 500
}

.swal2-popup .swal2-title {
    font-size: 18px;
    font-weight: 600
}

.swal2-popup .swal2-styled.swal2-confirm {
    background: #100099
}

.documentation-wrap {
    position: relative;
    height: 100%;
    padding-left: 300px
}

.documentation-wrap .doc-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--bg-all);
    width: 300px;
    height: 100%
}

.doc-content-wrap {
    padding: 30px
}

.table-badge {
    padding: 8px 20px;
    font-size: 14px;
    background: #1b00ff;
    color: #ebecef;
    font-weight: 500
}

@media (min-width:1301px) and (max-width:1400px) {
    .header {
        width: calc(100% - 250px)
    }

    .brand-logo,
    .left-side-bar {
        width: 250px
    }

    .main-container {
        padding-left: 270px
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .device-usage-chart .width-50-p {
        width: 100%
    }
    

}

@media (max-width:1300px) {
    .main-container {
        padding-left: 0;
        padding-right: 0
    }

    .header-left .menu-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header {
        width: 100%
    }

    .left-side-bar {
        left: -281px
    }

    .left-side-bar .close-sidebar {
        display: block
    }

    .left-side-bar:before {
        display: block;
        opacity: 0;
        visibility: hidden
    }

    .left-side-bar.open:before {
        opacity: 1;
        visibility: visible;
        display: none
    }

    .left-side-bar .brand-logo a {
        text-align: left;
        padding: 5px 15px
    }

    .left-side-bar .brand-logo a .svg,
    .left-side-bar .brand-logo a img {
        margin: 0
    }

    .header-right .brand-logo {
        display: table
    }

    .header-right .menu-icon {
        display: block;
        padding-left: 15px;
        padding-top: 7px
    }

    .footer-wrap {
        
        width: 100%
    }

    .mobile-menu-overlay {
        display: block;
        opacity: 0;
        visibility: hidden
    }

    .mobile-menu-overlay.show {
        opacity: .6;
        visibility: visible
    }
    
    
    
    
    
}

@media (min-width:1025px) {
    .header-left .header-search {
        display: block !important
    }
}

@media (max-width:1024px) {
    .header {
        position: relative
    }

    .header-left {
        width: 25%
    }

    .header-right {
        width: 75%
    }

    .main-container {
        padding-top: 10px
    }

    .header-left .search-toggle-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-left .header-search {
        padding: 15px 20px;
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--bg-all);
        display: none;
		border-bottom: 1px solid #CCCCCC;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
    }

    .register-page-wrap .wizard-content .wizard {
        padding-left: 300px
    }

    .register-page-wrap .wizard-content .wizard .steps {
        width: 300px
    }
    
    
    
    
}

@media (max-width:991px) {
    .device-usage-chart .width-50-p {
        width: 100%
    }
    
    .timeline .timeline-desc .lineL {
    width: calc(32vw - 24px);
    
}
.timeline .timeline-desc .lineR {
  width: calc(32vw - 24px);
    
}
.timeline .timeline-desc .line {
  width:calc(70vw - 24px);
}
    
}

@media (max-width:767px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
    }

    .main-container {
        padding-top: 70px
    }

    .login-box {
        padding: 40px 15px
    }

    .login-header .brand-logo a img {
        max-width: 150px
    }

    .pre-loader {
        background-size: 43%
    }

    .xs-pd-20-10 {
        padding: 20px 10px
    }

    .xs-mb-20 {
        margin-bottom: 20px
    }

    .h1,
    h1 {
        font-size: 2rem
    }

    .h2,
    h2 {
        font-size: 1.6rem
    }

    .h4,
    h4 {
        font-size: 1.4rem
    }

    .main-container,
    .timeline ul li {
        padding-bottom: 0
    }

    .footer-wrap {
        position: relative;
        height: auto
    }

    .user-notification {
        margin-right: 5px
    }

    .user-notification .dropdown-menu {
        width: 100%;
        min-width: 400px
    }

    .user-info-dropdown .dropdown-toggle .user-name {
        display: none
    }

    .page-header {
        margin-bottom: 30px
    }

    .forgot-password {
        text-align: center
    }

    .ionicons-list li {
        width: 16.6%
    }

   
    
    .timeline .timeline-desc {
       position: relative;
    left: 25px;
    }
    
  
    
    .timeline ul li .timeline-icone {
    color: var(--bg-all);
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 7px;
    margin-left: -25px;
    background-color: #ff7800;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 3px solid #f4f3ef;
        
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    
    .timeline ul li .rotulo {
    position: relative;
    top: 0;
    height: 40px;
    }
    
    .timeline  .rotulo .timeline-date {
        position: relative;
        top: 0;
        margin-bottom: 10px;
        left: 25px;
        width: 195px;    
        font-size: 14px;
            
    }
    
    .timeline ul li .rotulo .arquivos {    
   
   
    left: 35px;

}
    

    .timeline ul:before {
        left: 0px
    }

    .timeline ul li {
        padding-left: 0
    }

    .timeline ul li:before {
        left: 2px;
        top: 28px
    }

    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        float: none !important;
        padding-bottom: 10px
    }

    .fc-toolbar .fc-left:after,
    .fc-toolbar .fc-right:after {
        content: "";
        clear: both;
        display: table
    }

    .faq-wrap .card-header .btn {
        font-size: 17px
    }

    .error-page h1 {
        font-size: 150px
    }
    
    /*my protection customization*/
    
    .nav-tabs .nav-link {
        
        font-size: 16px;
        
    }
    
    .table {
        
    }
    
    .table thead th {
    font-weight: 600;
    font-size: 10px;
    border-bottom: 0;
    padding-left: 1rem;
}
    .table td {
    font-size: 10px;
    font-weight: 500;
    padding: 1rem;
}
    
    .footer-wrap p {
        
        text-align: center;
        font-size: 10px !important;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
        
    }
    
    /*my protection fim*/
}

@media (max-width:660px) {
    .docs-buttons .btn-group-crop {
        display: block
    }

    .select-role .btn-group .btn {
        padding-left: 35px;
        font-size: 14px
    }

    .select-role .btn-group .btn .icon {
        left: 5px;
        width: 25px;
        height: 25px
    }

    .select-role .btn-group .btn .icon .svg {
        width: 25px;
        height: 25px
    }

    .forgot-password a {
        font-size: 14px;
        font-weight: 600
    }

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: 16px
    }

    .register-page-wrap .wizard-content .wizard {
        padding-left: 0
    }

    .register-page-wrap .wizard-content .wizard .steps {
        display: none
    }

    .nav-tabs .nav-link {

        font-size: 14px;

    }

    .height-100-hv {
        height: 60vh;
    }

    .user-notification .dropdown-menu {
        width: 100%;
        min-width: 98vw;
        /*380px*/
    }
}



@media (max-width:400px) { 
	
	.user-notification .dropdown-menu {
        width: 100%;
        min-width: 340px
    }
}

@media (max-width:320px) { 
	
	.user-notification .dropdown-menu {
        width: 100%;
        min-width: 300px
    }
}

@media (max-width:290px) { 
	
	.user-notification .dropdown-menu {
        width: 100%;
        min-width: 270px
    }
}


/*Loader animado*/

.background-masker {
  background-color: var(--bg-all);
  position: absolute;
}

.btn-divide-patrimonio {
  top: 0;
  left: 55px;
  height: 100%;
  width: 8px;
}

.btn-divide-left {
  top: 0;
  left: 25%;
  height: 100%;
  width: 5%;
}

.time-line-divide-left {
  top: 0;
  left: 10%;
  height: 100%;
  width: 10%;
}

.time-line-divide-left-conteudo {
  padding-left: 10px;
    top: 0;
    left: 1%;
    height: 100%;
    width: 25%;
}

.time-line-divide-galeria {
  top: 0;
  left: 48%;
  height: 100%;
  width: 2%;
}



@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
    /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
    background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
  background-size: 800px 104px;
  height: 50px;
  position: relative;
  margin-top: 10px;
}


.animated-background-control {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
        /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
    background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
    background-size: 800px 104px;
    height: 50px;
    position: relative;
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  }



.img-animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
      /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
    background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
  background-size: 800px 104px;
  /*height: 40px;*/
  position: relative;
  margin-top: 10px;
    
    width: 140px;
    border-radius: 100%;
    height: 140px;
    margin-left: 24vw;
}




.time-line-animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
  /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
  background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
  background-size: 800px 104px;
  height: 40px;
  position: relative;
  margin-top: 10px;
}

.galeria-animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
  background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
  background-size: 800px 104px;
  height: 130px;
  position: relative;
  margin-top: 10px;
    
}


.frame-animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
  /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
  background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
  background-size: 800px 104px;
  height: 130px;
  position: relative;
  margin-top: 10px;
  border-radius: 10px;
    
}


    

.loader-mapa {
    background-image: url(../../img/mapa_mumdi_fundo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}


.loader-time-line {
    background-image: url(../../img/backgroud_time_line_fundo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}


.mapa-animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
    background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
    background-size: 800px 104px;
    height: 88vh;
    position: relative;
    margin-top: 1px;
    opacity: 0.9;
}

.time-line-2-animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
    background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
    background-size: 800px 104px;
    height: 88vh;
    position: relative;
    margin-top: 1px;
    opacity: 0.5;
}



.static-background {
  background-color: #f6f7f8;
  background-size: 800px 104px;
  height: 70px;
  position: relative;
  margin-bottom: 20px;
}

.shared-dom {
  width: 800px;
  height: 110px;
}
.sub-rect {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  float: left;
  margin: 20px 20px 20px 0;
}
.pure-background {
  background-color: #eee;
}


.css-dom:empty {
  width: 280px;
  height: 220px;
  border-radius: 6px;
  box-shadow: 0 10px 45px rgba(0, 0, 0, .2);
  background-repeat: no-repeat;
  
  background-image:
    radial-gradient(circle 16px, lightgray 99%, transparent 0),
    linear-gradient(lightgray, lightgray),
    linear-gradient(lightgray, lightgray),
    linear-gradient(lightgray, lightgray),
    linear-gradient(lightgray, lightgray),
    linear-gradient(#fff, #fff); 
  
  background-size:
    32px 32px,
    200px 32px,
    180px 32px,
    230px 16px,
    100% 40px,
    280px 100%;
  
  background-position:
    24px 30px,
    66px 30px,
    24px 90px,
    24px 142px,
    0 180px,
    0 0;
}


.video-js {
    background-color:black;
    max-width: 100vw;
  max-height: 100vh;
  height: auto;
}


[style*="--aspect-ratio"] {
width:
100px;

}
[style*="--aspect-ratio"]::before {
content:
"";
height:
0;
float:
left;
padding-bottom:
calc( 100% / (var(--aspect-ratio)) );
}
[style*="--aspect-ratio"]::after {
content:
"";
display:
block;
clear:
both;
}

.container-ezkit {
    
    /*background-color: #000000;   
    border: 1px solid #a1a1a1; */    
    background-image:url('../../img/icon_myprotection_256.png');  
    background-repeat: no-repeat;  
    background-size: 35%;
    background-position: center; 
}

.container-ezkit-loader{

    position: absolute;
    width: 100%;
    height: 100%;

}

.container-ezkit-barra-opcoes {
    display: inline-block;
    padding: .4rem 0.3rem 0 0.3rem;
}

.container-ezkit-barra-opcoes-flutante{
    position: absolute;
    bottom: 10px;
    left: 10px;
}



.container-ezkit-multi {    
    /*background-color: #000000;   
    border: 1px solid #a1a1a1; */    
    background-image:url('../../img/icon_myprotection_256.png');  
    background-repeat: no-repeat;  
    background-size: 35%;
    background-position: center; 
    border: 1px solid var(--bordas);
    
}
.container-ezkit-multi-esquerda{
float: left;
}

.container-ezkit-multi-direita{
float: right;
}

.container-ezkit-ptz {    
   /**/ background-color: var(--bg-all)fff;   
   /* border: 1px solid #a1a1a1; */    
    background-image:url('../../img/icon_myprotection_256.png');  
    background-repeat: no-repeat;  
    background-size: 35%;
    background-position: center;     
}

.animated-background-ezkit {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: var(--bg-all);
  /* background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%); */
  background: linear-gradient(to right, var(--bg-loader) 8%, var(--color-loader) 18%, var(--bg-loader) 33%);
  background-size: 800px 104px;
  height: 100%;
  width: 100%;
  position: relative;
  /*margin-top: 10px;*/
  opacity: 0.6;
}


@media (min-width: 768px) {

    .animated-background-ezkit {

  /* height: 60vh; */
  
}

    
}


/*------choice--------*/
/*
.choice.active .card-checkboxes {
  color: #F3BB45;
}

*/

.choice.active .card-checkboxes {
  color: #EB5E28;
}


.choice {
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}
.choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  background-color: #999999;
  color: var(--bg-all)FFF;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.choice i {
  font-size: 32px;
  line-height: 55px;
}
.choice:hover .icon, .choice.active .icon {
  border-color: #2ca8ff;
}
.choice input[type="radio"],
.choice input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}


/*------choice--------*/




/*-------------Rastreamento-------------*/

.lista-veiculos .row .topo {
    
    display: inline-block;
    width: 100%;
    
}


.lista-veiculos .row .topo .left {
    float: left;
}

.lista-veiculos .row .topo .right {
    width: auto;
    float: right;
    /* position: absolute; */
    display: flex;
    justify-content: right;
}

.lista-veiculos .row .topo .right .barra {
    position:absolute;
}

.lista-veiculos .row .topo .right .barra .icones {
    float: left;
}

.lista-veiculos .row .topo .right .barra .velocimetro{
    /* float: left; */
    display: flex;
    align-items: center;
}

.lista-veiculos .row .topo .right .barra .velocimetro  small{
    font-size: 14px;
}





.lista-veiculos .placa {

    font-size: 14px !important;
    margin: 0 !important;
    font-weight: 300; 
/*  font-size:60px; */
    font-family:Mandatory !important;

    border: 1px solid #272525;
    border-radius: 4px;
    padding: 3px 3px;
}

.lista-veiculos .row .caixa-info{

}

.lista-veiculos .row .caixa-info small {
    font-size: 12px !important;
        margin: 0 !important;
}

.lista-veiculos .row p {
    font-size: 12px !important;
        margin: 0 !important;
    font-weight: 600;
   
}

.lista-veiculos .row address {
     margin-bottom: unset; 
    font-size: 12px !important;
    font-style: normal;
    line-height: inherit;
}






/*---------mapa-----------*/

#map {
    /*position:absolute;*/
    top: 0;
    bottom: 0;
    width: 100%;
    height: 90vh;
}

.marker {
    display: block;
    border: none;
    /*border-radius: 50%;*/
    cursor: pointer;
    padding: 0;
}

.mapboxgl-popup {
    min-width: 350px;
    max-width: 550px !important;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.laranja {
    color: #ec971f;
}

.vermelho {
    color: #d9534f;
}

.verde {
    color: #398439;
}

.azul {
    color: #428bca;
}

.distancia{
    background: rgba(0, 0, 0, 0.5);
        color: rgb(255, 255, 255);
        position: absolute;
        top: 0px;
        /*left: 10px;*/
        padding: 5px 10px;
        margin: 0px;
        font-size: 11px;
        line-height: 18px;
        border-radius: 3px;
        display: block;
}


/*--Time Line Historico rastreamento---------*/
.timeline-date-w300{
    width: 300px !important;
}

.timeline-desc .icone-distancia {
    display: flex;
    align-items: center;
    justify-content: left;    
    float: left;
}




/*---Time line deslocamento---*/


.deslocamento-timeline {
    margin: 10px 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.deslocamento-timeline .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }


.deslocamento-timeline li {
    transition: all 200ms ease-in;
}

.deslocamento-timeline .timestamp {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

.deslocamento-timeline .timestamp span {
    padding-bottom: 0px;
}

.deslocamento-timeline .status {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #dfe1e3;/*3e70ff*/
    position: relative;
    transition: all 200ms ease-in;
}

.deslocamento-timeline .status span {
    font-weight: 600;
    padding-top: 6px;
}

.deslocamento-timeline .status span:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #e8eeff;
    border-radius: 25px;
    border: 2px solid #3e70ff;
    position: absolute;
    top: -8px;
    left: calc(50% - 12px); 
    transition: all 200ms ease-in;
}



/* Alert */

.alert-dark {
    opacity: 0.9 !important;

}





/*-------------Financeiro-------------*/

.lista-cobrancas .row .topo {
    
    display: inline-block;
    width: 100%;
    
}


.lista-cobrancas .row .topo .left {
    float: left;
}

.lista-cobrancas .row .topo .right {
    width: auto;
    float: right;
    /* position: absolute; */
    display: flex;
    justify-content: right;
}

.lista-cobrancas .row .topo .right .barra {
    position:absolute;
}

.lista-cobrancas .row .topo .right .barra .icones {
    float: left;
}

.lista-cobrancas .row .topo .right .barra .velocimetro{
    /* float: left; */
    display: flex;
    align-items: center;
}

.lista-cobrancas .row .topo .right .barra .velocimetro  small{
    font-size: 14px;
}





.lista-cobrancas .placa {

    font-size: 14px !important;
    margin: 0 !important;
    font-weight: 300; 
/*  font-size:60px; */
    font-family:Mandatory !important;

    border: 1px solid #272525;
    border-radius: 4px;
    padding: 3px 3px;
}

.lista-cobrancas .row .caixa-info {

}

.lista-cobrancas .row .caixa-info small {
    font-size: 12px !important;
        margin: 0 !important;
}

.lista-cobrancas .row p {
    font-size: 12px !important;
        margin: 0 !important;
    font-weight: 600;
   
}

.lista-cobrancas .row address {
     margin-bottom: unset; 
    font-size: 12px !important;
    font-style: normal;
    line-height: inherit;
}



.list-group-flush  .active {
    color: #ed6b0e !important;
}




.alert-base{
    background-color: #fffffc;
    color: #000;
    border : 1px solid var(--bordas-card);
	border-radius: 4px;
    -webkit-box-shadow: 0 0 28px var(--bordas-sombras);
    box-shadow: 0 0 8px 5px var(--bordas-sombras);


}



