body {
    color: #525252;
    /*background-image: url(../img/banner2.png);*/
    /*no-repeat center center fixed;*/
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE */
    -o-background-size: cover; /*Css Opera*/
    padding-bottom: 70px;
}

body.pagina-tabloid {
    padding-bottom: 0px;
}

body:not(.sem-chat) .alertify-logs.bottom, 
body:not(.sem-chat) .alertify-logs:not(.top) {
    bottom: 75px;
}

body.temdois-chat .alertify-logs.bottom, 
body.temdois-chat .alertify-logs:not(.top) {
    bottom: 175px;
}

/*Estilos Marca D Agua*/
.ss-marcadagua {
    background: url('../img/ss-marcadagua.png') no-repeat;
    background-size: contain;
    display: inline-block;
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 10px;
    right: 25px;
    animation-name: pulsotransparencia;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.ss-marcadagua.hover {
    right: initial;
    left: 35px;
}

@keyframes pulsotransparencia {
    0% {
        opacity: 0.65;
        -moz-opacity: 0.65;
        filter: alpha(opacity=65);
    }

    30% {
        opacity: 0.1;
        -moz-opacity: 0.1;
        filter: alpha(opacity=10);
    }

    100% {
        opacity: 0.65;
        -moz-opacity: 0.65;
        filter: alpha(opacity=65);
    }
}

@keyframes treme {
  0% {margin-left: 0;}
  25% {margin-left: 5px;}
  50% {margin-left: 0;}
  75% {margin-left: -5px;}
  100% {margin-left: 0;}
}

#botao-ir-para-fim {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 70px;
    right: 25px;
    cursor: pointer;
    font-size: 30px;
}

body.sem-chat #botao-ir-para-fim {
    bottom: 10px;
}

body.temdois-chat #botao-ir-para-fim {
  bottom: 150px;
}

#botao-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 32px;
  color: white;
  background: green;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9999;
}
.pagina-tabloid #botao-whatsapp {
    opacity:0.5;
}
.pagina-tabloid #botao-whatsapp:hover {
    opacity: 1;
}
body.temdois-chat #botao-whatsapp {
  bottom: 80px;
}
#botao-whatsapp:hover {
  box-shadow: 0 0 12px 0px black;
}
#botao-ir-para-fim > span {
    position: relative;
    top: -10px;
}

#bodylogin #botao-ir-para-fim {
    display: none;
}

.navbarlogoss {
    display: inline-block;
}

.area-logo-login img {
    max-height: 115px;
    max-width: 100%;
}

.areas-logos {
    background: #fff;
    margin-right: 0;
    border-radius: 3px;
    box-shadow: 0px 0 5px 4px white;
    line-height: 13px;
    display: inherit;
}

.areas-logos.semlogogp {
    background: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .navbar-brand {
        display: none;
    }
}



.icone-botao-com-texto {
    margin-right: 10px;
}

.mb-10px {
    margin-bottom: 10px;
}
.mt--8px {
    margin-top: -8px;
}
.row-ml-20px {
    margin-left: -20px;
}
.linheh-15 {
    line-height: 15px;
}
.area-navegacao {
    background: #0a1671;
}

.nav-link {
    text-align: center;
}

.navbar .nav-link {
    display: block;
    line-height: 20px;
    padding: 12px 0;
}

.navbar a,
.navbar .dropdown-item {
    color: white;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar .navbar-toggler {
    padding: 0.5rem 0.75rem;
}

.navbar-brand {
    /*background: #fff;*/
    padding: 5px 10px;
    margin-right: 0;
    /*border-radius: 3px;
    box-shadow: 0px 0 5px 4px white;*/
}

@media (min-width: 768px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.espaco-superior {
    margin-top: 90px;
}

.bootbox .modal-header {
    display: block;
}

.bootbox-similares .modal-dialog {
    max-width: 100%;
}

.bootbox-pagamentopaygo .bootbox-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9999;
}

.bootbox-pagamentopaygo .modal-body {
    padding: 0;
}
.bootbox-pagamentopaygo .modal-body .bootbox-body {
    margin-bottom: -6px;
}

th.sortasc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(../img/sort-asc.png) no-repeat;
}

th.sortdesc a  
{
    display:block; padding:0 4px 0 15px;
    background:url(../img/sort-desc.png) no-repeat;
}

.body-expanded, .modal-open {
    overflow-y: hidden;
    /*margin-right: 15px;*/
}
.modal-open #content {z-index: inherit;}
.body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel {
  margin-right: 15px;
}
.body-screensaver {
  overflow: hidden;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin:0;
}

.xxxxui-dialog {
    border: 0;
    padding: .5em 1em;
    background: #F8F8F8;
}
.xxxxx  -content {
    border: 1;
    padding: .5em 1em;
    background: #009933;
    overflow: auto;
}


#logo {
  position:relative;
  background:#505559;
}
#logo a {
  color: #D8D8D8;
font-family: "Righteous",cursive;
display: block;
font-size: 20px;
line-height: 50px;
  background: url(../img/logo.png) right 42px no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#logo a:hover {
  background-position: right 25px;
  text-decoration: none;
}
.navbar {
  margin: 0;  
  border: 0;
  /*position: fixed;  */
  width:100%;  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom:0px solid #242424;
  z-index: 2000;
  padding-left: 0;
  padding-right: 0;
}
.body-expanded .navbar {
  z-index: 9;
}
a.show-sidebar {
  float: left;
  margin-left: 15px;
  color:#9B9B9B;
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a.show-sidebar:hover {
  color:#A8A8A8;
}
#sidebar-left {
  position:relative;
  z-index: inherit;
  padding-bottom: 3000px !important;
  margin-bottom: -3000px !important;
  background:#353535;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#content {
  position: relative;
  z-index: 10;
  background: #FBFBF0;
  box-shadow: 0 0 6px #000;
  padding-bottom: 3000px !important;
  margin-bottom: -2980px !important;
  overflow: hidden;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.full-content {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.nav.main-menu, .nav.msg-menu {
  margin:0 -15px;
}
.nav.main-menu > li > a, .nav.msg-menu > li > a {
  text-align: center;
  color:#9C9A78;
  min-height: 40px;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:not(.btn):not(.active):hover,
.nav > li > a:not(.btn):not(.active):focus,
.nav > li .dropdown-item:hover,
.nav > li .dropdown-item:focus,
.nav > li .dropdown-item:active {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
}

.nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, .nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a,
.nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
  background:rgba(0, 0, 0, 0.1);
  color:#f0f0f0;
}
.nav.main-menu a.active, .nav.msg-menu a.active {
  background:rgba(0, 0, 0, 0.2);
}
.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
  background:rgba(0, 0, 0, 0.2);
}
.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
  background: rgba(0, 0, 0, 0.3);
}
.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
  background: rgba(0, 0, 0, 0.3);
}
.nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
  font-size: 18px;
  width: auto;
  display: block;
  text-align: center;
}
.main-menu .dropdown-menu {
  position: absolute;
  z-index: 2001;
  left: 100%;
  top: 0;
  float: none;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  background: #6AA6D6;
  box-shadow: none;
  visibility:hidden;
}
.main-menu .active-parent:hover + .dropdown-menu {
  visibility:visible;
}
.main-menu .active-parent + .dropdown-menu:hover {
  visibility:visible;
}
.main-menu .dropdown-menu > li > a {
  padding:9px 15px 9px 40px;
  color:#f0f0f0;
}
.main-menu .dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.main-menu .dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
#top-panel {
  line-height: 50px;
  height: 50px;
  background:#505559;
}
#main {
  margin-top: 50px;
  min-height: 800px;
  overflow: hidden;
}
#search {
  position: relative;
}

#search > input {
  width:100%;  
  background: #fff;
  font-size:20px;
  border: 1px solid #C7C7C7;
  text-shadow:0 1px 1px #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #686868;
  line-height: 1em;
  height: 48px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#search > input + i {
  /*opacity:0;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff; */
}
#search > input:focus {
  /*width:100%;
  outline:none; */
}
#search > input:focus + i {
  /*opacity:1;
  transition-delay:0.2s;
  transition-duration: 0.2s; */
}
.panel-menu {
  margin: 0;
}
.top-panel-right {
  padding-left: 0;
}
.panel-menu > li > a {
  padding: 0 5px 0 10px;
  line-height: 50px;
}
.panel-menu a.account {
  height: 50px;
  padding: 5px 0 5px 10px;
  line-height: 18px;
}
.panel-menu i {
  margin-top: 8px;
  padding: 5px;
  font-size: 20px;
  color: #9C9A78;
  line-height: 1em;
  vertical-align: top;
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
}
.panel-menu i.pull-right {
  color: #121212;
  border: 0 !important;
  box-shadow: none;
  font-size: 16px;
  background: none !important;
}
.panel-menu .badge {
  margin-top:5px;
  padding: 3px 6px;
  vertical-align: top;
  border-radius: 2px;
  background:none;
  color: #45837A;
  border: 1px solid #45837A;
}
.avatar {
  width: 40px;
  float: left;
  margin-right: 5px;
}
.avatar > img {
  width:40px;
  height:40px;
}
.user-mini > span {
  display: block;
  font-size: 12px;
  color:#AA8383;
  margin-bottom: -4px;
}
.user-mini > span.welcome {
  font-weight: bold;
  margin-top: 2px;
}
.panel-menu .dropdown-menu {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: 0;
  right: 0;
  left: auto;
  min-width: 100%;
}
.panel-menu .dropdown-menu > li > a {
  padding:5px 10px !important;
  color:#9C9A78;
}
.panel-menu .dropdown-menu > li > a > i {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.well {
  padding:15px;
}
.box {
  display: block;
  position: relative;
  /*border: 1px solid #ccc;*/
  background: transparent;
  margin-bottom: 20px;

    display: block;
    position: relative;
    /* border: 1px solid #ccc; */
    background: transparent;
    margin-bottom: 12px;
    margin-top: 15px;
    box-shadow: 0 0 14px -5px red;
}
.full-content .box {
  border: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-header {
  color: #505559;
  position:relative;
  overflow: hidden;
  height: 24px;
  border-bottom: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:    -moz-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:     -ms-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:      -o-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:         linear-gradient(to bottom, #eaeaea, #e0e0e0);
}
.box-branco {
  color: #F8F8F8;
}
.box-name, .modal-header-name {
  padding-left: 15px;
  line-height: 24px;
}
.box-name:hover {
  cursor: move;
}
.box-name > i {
  margin-right:5px;
}
.box-icons {
  position: absolute;
  top:0;
  right:0;
  z-index: 9;
}
.no-move {
  display: none;
}
.expanded .no-move {
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.box-content {
  position: relative;
  padding: 15px;
  background: #FBFBF0;

    background: rgba(50,0,0,0.5);
    color: white;
}
.box-content .card {
    background: none;
    border-color: var(--mdc-theme-secondary, gray);
}
.box-content .card .card-header {
    background: var(--mdc-theme-secondary, gray);
}

.box-content.dropbox, .box-content.sortablebox {
  overflow: hidden;
}
.full-content .box-content {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.box-icons a {
  cursor: pointer;
  text-decoration: none !important;
  border-left: 1px solid #FBFBF0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  width: 28px;
  display: block;
  float: left;
  text-align: center;
  color: #505559;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.box-icons a:hover {background:#FBFBF0;color:#505559;}
.box-icons a.beauty-table-to-json {
  width: auto;
  padding: 0 10px;
  font-size: 14px;
}
.expanded a.close-link {
  display:none;
}
#sidebar-left.col-xs-2 {
  opacity: 0;
  width: 0%;
  padding: 0;
}
.sidebar-show #sidebar-left.col-xs-2 {
  opacity: 1;
  width: 16.666666666666664%;
  padding: 0 15px;
}
.sidebar-show #content.col-xs-12 {
  opacity: 1;
  width: 83.33333333333334%;
}
.expanded {
  overflow-y:scroll;
  border: 0;
  z-index: 3000 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.expanded-padding {
  background: rgba(0, 0, 0, 0.7);
  padding:50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.no-padding {
  padding:0 !important;
}
.padding-15 {
  padding:15px !important;
}
.no-padding .table-bordered {
  border:0;
  margin:0;
}
.no-padding .table-bordered thead tr th:first-child, .no-padding .table-bordered tbody tr th:first-child, .no-padding .table-bordered tfoot tr th:first-child, .no-padding .table-bordered thead tr td:first-child, .no-padding .table-bordered tbody tr td:first-child, .no-padding .table-bordered tfoot tr td:first-child {
  border-left: 0px !important;
}
.no-padding .table-bordered thead tr th:last-child, .no-padding .table-bordered tbody tr th:last-child, .no-padding .table-bordered tfoot tr th:last-child, .no-padding .table-bordered thead tr td:last-child, .no-padding .table-bordered tbody tr td:last-child, .no-padding .table-bordered tfoot tr td:last-child {
  border-right: 0px !important;
}
table.no-border-bottom tr:last-child td {
  border-bottom:0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #bbb;
}
.table-bordered {
    border: 1px solid #bbb;
}
.table-bordered.dtjs-cards {
    border: 0;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #bbb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #bbb;
}

.dataTables_wrapper table.table {
  clear: both;
  max-width: inherit;
  margin-bottom: 0;
}
.table-datatable *, .table-datatable :after, .table-datatable :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.table-datatable label {
  position: relative;
  display: block;
  font-weight: 400;
}
.table-datatable tbody td {
  vertical-align: middle !important;
}
.table-datatable img {
  margin-right: 10px;
  border: 1px solid #F8F8F8;
  width: 40px;
}
.table-datatable .sorting {
  background:url(../img/sort.png) right center no-repeat;
  padding-right:16px;
  cursor:pointer;
}
.table-datatable .sorting_asc {
  background:url(../img/sort-asc.png) right center no-repeat;
  padding-right: 16px;
  cursor:pointer;
}
.table-datatable .sorting_desc {
  background:url(../img/sort-desc.png) right center no-repeat;
  padding-right: 16px;
  cursor:pointer;
}
table.dataTable.table-no-columnseparate {
    border-collapse: collapse !important;
}
.table.table-zebrada > tbody > tr.grid-linha:not(.ct-grid).selected {
    box-shadow: inset 0 0 4px 0px black;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.table.table-zebrada.dtjs-cards > tbody > tr.grid-linha:not(.ct-grid).selected > td > .mdc-card {
    box-shadow: inset 0 0 4px 0px black;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.table.dtjs-cards .mdc-card .area-checkbox {
    float: left;
}

div.DTTT_collection_background {
    z-index: 2002;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  min-width: 157px;
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 5px 10px !important;
  color: #f0f0f0 !important;
}
ul.DTTT_dropdown.dropdown-menu > li:first-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.DTTT_dropdown.dropdown-menu > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
ul.DTTT_dropdown.dropdown-menu > li:hover > a {
  background:rgba(0, 0, 0, 0.3);
  color:#f0f0f0;
}
.dataTables_wrapper input[type="text"]:not(.campo-comspincontrol) {
    display: block;
    width: 90%;
    height: 26px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.dataTables_wrapper input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#breadcrumb {
  padding: 0;
  line-height: 40px;
  background: #353535;
  margin-bottom: 30px;
}
.breadcrumb {
  padding: 0 15px;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.breadcrumb > li > a {
  color:#d8d8d8;
}
.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
  color:#f8f8f8;
}
.bs-callout {
  padding: 15px;
  border-left: 3px solid #505559;
  background: #ededed;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #505559;
}
.no-padding .bs-callout {
  border:0;
}
.page-header {
  margin: 0 0 10px;
  border-bottom: 1px solid #c7c7c7;
}
.box-content .page-header, legend, .full-calendar .page-header {
    margin: 0 0 10px;
    border-bottom: 1px dashed #B6B6B6;
    border: none;
}
.invoice-header {
  margin: 0 0 10px;
  border-bottom: 1px dashed #B6B6B6;
  display: inline-block;
}
.box-content .form-group, .devoops-modal-inner .form-group {
  margin-top:15px;
  margin-bottom:15px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.show-grid [class^="col-"]:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(107, 134, 182, 0.2);
  border: 1px solid #ebebeb;
}
.show-grid, .show-grid-forms {
  margin-bottom: 15px;
}
.show-grid-forms [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.DTTT.btn-group {
  position: absolute;
  top: -28px;
  right: 83px;
  border-right:1px solid #DBDBDB;
}
.DTTT.btn-group a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  box-shadow: none !important;
  padding: 6px 12px;
  margin: 0;
  background: #F7F7F7;
  border: 0;
}
#screensaver {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: #000;
  display: none;
}
#screensaver.show {
  display: block;
}
#canvas {
  position: relative;
}
#screensaver i {
  position: absolute;
  top: 50px;
  right: 50px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.well pre code {
  white-space: normal;
}
.btn {
    /*border: 1px solid transparent;
  border-bottom: 3px solid transparent;*/
    text-decoration: none;
    cursor: pointer;
    font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*font-size: 12px;*/
    font-weight: bold;
    text-align: center;
    /*line-height: 34px;*/
    /*margin: 0 0 0px 0;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    outline: none !important;
}

.btnlogar {
  border: 1px solid transparent;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode","Segoe UI",Verdana,sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  margin: 0 0 4px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  outline: none !important;
}
.btn-label-left span {
  position: relative;
  left: -10px;
  display: inline-block;
  padding: 0px 8px;
}
.btn-label-right span {
  position: relative;
  right: -10px;
  display: inline-block;
  padding: 0px 8px;
}
.btn i {
  vertical-align: middle;
}
.btn-app {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 14px;
}
.btn-app i {
  font-size: 24px;
  line-height: 48px;
  display: block;
}
.btn-app-sm {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 14px;
}
.btn-app-sm i {
  font-size: 14px;
  line-height: 28px;
  display: block;
}
.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
}
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress {
  overflow: visible;
}
.progress-ui {
  height: 10px;
}
.progress-bar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress-bar.ui-widget-content {
  background: none;
  border: 0;
  height: 100%;
  position: relative;
}
.progress-bar .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 10px;
  width: 10px;
  top: 0;
  margin-left: -5px;
  cursor:pointer;
  border:0px solid #d3d3d3;
  outline:none !important;
  background-color: rgba(0,0,0,.5);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:    -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:     -ms-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:      -o-linear-gradient(top, rgba(255,255,255,.5), rgba(100,100,100,.5));
  background-image:         linear-gradient(to bottom, rgba(255,255,255,.5), rgba(100,100,100,.5));
}
.ui-widget-header {
  background:none;
}
/*Inicio Teste para aplicar bootstrap
.progress-bar .ui-widget-header, .bg-default, .btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active, .progress-bar {
  background-color: #D8D8D8;
  color: #505559;
  border-color: #CBCBCB;
}
.txt-default {color: #D8D8D8;}

.progress-bar-primary .ui-widget-header, .bg-primary, .btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active,
.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
  background-color: #52bd5a;
  color: #fff;
  border-color: #315D80;
}
.txt-primary {color: #496A84;}
.progress-bar-success .ui-widget-header, .bg-success, .btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active, .progress-bar-success,
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #10168a;
  color: #f8f8f8;
  border-color: #10168a;
}
.txt-success, .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {color: #45837A;}
.has-success .form-control {border-color: #34786E;}
.progress-bar-info .ui-widget-header, .bg-info, .btn-info, .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active, .progress-bar-info,
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #5D91BC;
  color: #f8f8f8;
  border-color: #5783A8;
}
.txt-info {color: #5D91BC;}
.progress-bar-warning .ui-widget-header, .bg-warning, .btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active, .progress-bar-warning,
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #9C9A78;
  color: #f8f8f8;
  border-color: #8D8B61;
}
.txt-warning, .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {color: #9C9A78;}
.has-warning .form-control {border-color: #8D8B61;}
.progress-bar-danger .ui-widget-header, .bg-danger, .btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active, .progress-bar-danger,
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #AA8383;
  border-color: #A57171;
  color: #f8f8f8;
}
.txt-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {color: #AA8383;}
.has-error .form-control {border-color: #A57171;}
.progress-bar .ui-state-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #505559;
  background-color: #cecece;
  border-color: #CBCBCB;
}
.progress-bar-primary .ui-state-default, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.table-hover > tbody > tr > td.primary:hover, .table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr.primary:hover > th {
  color: #fff;
  background-color: #42617A;
  border-color: #315D80;
}
.progress-bar-success .ui-state-default, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  color: #fff;
  background-color: #3D776E;
  border-color: #34786E;
}
.btn-sucesso{
  background-color: #10168a;
  color: #f8f8f8;
  border-color: #10168a;
}
.has-success .form-control:focus {
  border-color: #34786E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #34786E;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #34786E;
}
.progress-bar-info .ui-state-default, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  color: #fff;
  background-color: #5384AD;
  border-color: #5783A8;
}
.progress-bar-warning .ui-state-default, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning,
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  color: #fff;
  background-color: #8F8D6C;
  border-color: #8D8B61;
}
.has-warning .form-control:focus {
  border-color: #8D8B61;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #8D8B61;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #8D8B61;
}
.progress-bar-danger .ui-state-default, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  color: #fff;
  background-color: #9C7676;
  border-color: #A57171;
}
Fim Teste para aplicar bootstrap*/
.has-error .form-control:focus {
  border-color: #A57171;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #A57171;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #A57171;
}
.slider-range-min-amount, .slider-range-max-amount, .slider-range-amount {
  border: 0;
  background: none;
  outline: none !important;
}
.progress-bar.ui-slider-vertical {
  width:20px;
}
.progress-bar.ui-slider-vertical .ui-state-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 20px;
  width: 20px;
  top: auto;
  margin-left: 0px;
  left: 0;
}
#equalizer .progress {
  height:160px;
  display:inline-block;
  margin:15px;
}
.beauty-table {
  width:100%;
}
.beauty-table input {
  border:1px solid transparent;
  background: none;
  font-size: 16px;
  text-align: center;
  padding:2px 15px !important;
  width:100%;
  outline:none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.beauty-table input:focus {
  border:1px solid #dfdfdf;
  background: #fefefe;
  font-size: 16px;
  text-align: center;
  padding: 2px 15px !important;
  width:100%;
  outline:none;
}
.c {
  color: #999;
  display: block;
}
.nt {
  color: #2f6f9f;
}
.na {
  color: #4f9fcf;
}
.s {
  color: #d44950;
}
.radio, .checkbox, .radio-inline, .checkbox-inline {
  position: relative; padding-left: 20px;
}
.radio label, .checkbox label, .radio-inline label, .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.checkbox i, .checkbox-inline i, .radio i, .radio-inline i {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.checkbox i.small, .checkbox-inline i.small, .radio i.small, .radio-inline i.small {
  font-size: 18px;
  top:2px;
}
.checkbox input[type=checkbox]:checked + i:before, .checkbox-inline input[type=checkbox]:checked + i:before {
  content:"\f046";
}
.radio input[type=radio]:checked + i:before, .radio-inline input[type=radio]:checked + i:before {
  content:"\f192";
}
.toggle-switch {
  position: relative;
  width: 60px;
}
.toggle-switch input {
  display: none;
}
.toggle-switch label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.toggle-switch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before, .toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #FFFFFF;
  color:#929292;
  background-color: #F5F5F5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.toggle-switch-inner:before {
  content: "SIM";
  padding-left: 15px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.toggle-switch-inner:after {
  content: "NAO";
  padding-right: 15px;
  text-align: right;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.toggle-switch-switch {
  width: 20px;
  margin: 0;
  border: 2px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #f8f8f8;
  line-height: 1em;
  text-shadow: 0 0px 1px #ADADAD;
  text-align: center;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:    -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:     -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:      -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image:         linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}
.toggle-switch input:checked + .toggle-switch-inner {
  margin-left: 0;
}
.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
  right: 0px; 
}
.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #D15E5E;
  background: #D15E5E;
}
.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #DFD271;
  background: #DFD271;
}
.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #7BC5D3;
  background: #7BC5D3;
}
.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #63CC9E;
  background: #63CC9E;
}
.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border:2px solid #6AA6D6;
  background: #6AA6D6;
}
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  height: 30px;
}
.knob-slider {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.knob-slider > div {
  display: inline-block !important;
}
.knob-slider input {
  outline: none !important;
}
.ipod {
  background:#dedede;
  text-align: center;
  padding:50px 0;
}
.knob-clock {
  text-align: center;
}
.knob-clock > div {
  font-size:50px;
  text-align: center;
  color:#a2a2a2;
}
.knob {
  border:0;
  background: 0;
}
.box-pricing:hover {
  box-shadow: 0 0 5px #525252;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-pricing .row-fluid > div {
  padding: 18px 15px 8px;
  line-height: 1.428571429;
  vertical-align: top;
}
.box-pricing .row-fluid.centered > div {
  background-color: #f5f5f5;
  padding: 8px;
  text-align: center;
}
.box-pricing .row-fluid.centered > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.box-pricing .box-header {
  height: 80px;
  padding: 10px 0;
}
.box-pricing .box-name {
  padding: 0 10px;
  text-align: center;
}
.box-pricing .box-name:hover {
  cursor: inherit;
}
#messages #breadcrumb {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
#messages-menu {
  position:fixed;
  top:90px;
  background:#353535;
  margin:0;
  height: 100%;
  z-index: 2;
}
#messages-list {
  margin-top: 40px;
  padding: 0;
}
.one-list-message {
  background: #F1F1F1;
  border-bottom: 1px solid #CCC;
  padding: 15px 15px 15px 25px;
  margin: 0;
}
.one-list-message .checkbox {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}
.one-list-message .message-title {
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
}
.one-list-message .message-date {
  overflow: hidden;
  white-space: nowrap;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 10px;
  font-weight: bold;
  background: #D8D8D8;
  padding: 0;
  width: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
}
.form-control {
  /*height: 26px;*/
  /*padding: 1px 12px;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control2 {
  height: 100%;
  width: 100%;
  padding: 1px 12px;
  font-family:'Courier New';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-lg {
  height:39px;
}
.input-sm {
  height:18px;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0;
  margin: 0;
}
.has-feedback .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  min-height: inherit;
  padding-top: 0;
}
.form-horizontal .control-label {
  padding-top: 4px;
}
.input-group-addon {
  padding: 0px 6px;
}
.form-group .form-control, .form-group .input-group {
  margin-bottom: 5px;
}
.input-group .form-control {
  margin:0;
}
#ui-datepicker-div {
  background: rgba(0, 0, 0, 0.7) !important;
  border:0;
}
#ui-datepicker-div .ui-widget-header {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-bottom: 1px solid #686868;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #f8f8f8;
  padding: 1px 0;
}
#ui-datepicker-div.ui-widget-content {
  color:#f8f8f8 !important;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
  border:0;
  color:#f8f8f8;
  text-align: center;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: rgba(0, 0, 0, 0.3) !important;
  border:0;
  top:2px;
}
#ui-datepicker-div .ui-datepicker-group {
  border-left: 1px solid #686868;
}
#ui-datepicker-div .ui-datepicker-group:first-child {
  border-left:0;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-group table {
  margin:0 auto !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px !important;
  cursor: pointer;
}
.ui-icon-circle-triangle-w {
  background: url(../img/ui-left.png) 0 0 no-repeat !important;
}
.ui-icon-circle-triangle-e {
  background: url(../img/ui-right.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-s {
  background: url(../img/ui-accordion-down.png) 0 0 no-repeat !important;
}
.ui-icon-circle-arrow-e {
  background: url(../img/ui-accordion-right.png) 0 0 no-repeat !important;
}
#ui-datepicker-div .ui-slider-horizontal {
  background: rgba(0, 0, 0, 0.5);
  height: 4px;
  border: 0;
}
#ui-datepicker-div .ui-slider-horizontal .ui-slider-handle {
  background: #D8D8D8 !important;
  border: 1px solid #f8f8f8;
  height: 8px;
  width: 8px;
  top:-2px;
  margin-left: -4px;
  outline: none;
  cursor: pointer;
}
.ui-spinner-input {
  margin:0;
}
.ui-spinner .form-control {
  margin-bottom: 0;
}
#tabs.ui-widget-content, #tabs .ui-widget-header {
  border:0;
  background: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#tabs .ui-widget-header {
  border-bottom: 1px solid #d8d8d8;
}
#tabs .ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
  border:0;
  margin: 0 0 -1px 0;
  background: none !important;
}
#tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active {
  background: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 5px 15px;
  outline: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  background:#fcfcfc;
  border:1px solid #d8d8d8;
  border-bottom: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
}
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border:0!important;
  text-align:center !important;
  margin:0px!important;
  width:50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding:0px;
}
.ui-accordion .ui-accordion-header {
  padding: 6px 12px;
  margin: 0;
  top:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left:28px;
}
.ui-accordion-header.ui-state-default {
  background: #f5f5f5 !important;
  border: 1px solid #fcfcfc;
  border-left: 0;
  border-right: 0;
}
.ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-focus {
  background: #ebebeb !important;
}
.ui-accordion-header.ui-state-active {
  background: #d8d8d8 !important;
}
.ui-accordion .ui-accordion-content {
  padding:10px 12px;
  background: none;
  border:1px solid #d8d8d8;
  border-top:0;
  border-bottom:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#simple_gallery {
  text-align: center;
}
#simple_gallery a.fancybox {
  display: inline-block;
  padding: 5px;
}
#simple_gallery a.fancybox img {
  width: 100%;
  padding: 2px;
  border: 1px solid #979797;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#simple_gallery a.fancybox img:hover {
  box-shadow: 0 0 10px #C7C7C7;
}
.ex-tooltip {
  position: absolute;
  display: none;
  z-index: 2000;
}
.morris-hover {
  position:absolute;
  z-index:1000;
}
.morris-hover.morris-default-style, .ex-tooltip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 20px;
  color: #525252;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label{
  font-weight:bold;
  margin:0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
  white-space:nowrap;
  margin:0.1em 0;
}
#dashboard-header {
  margin-bottom:20px;
}
#dashboard-header h3 {line-height:1;margin-top:8px;}
#dashboard_links {
  padding: 0;
}
#dashboard_links .nav {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}
#dashboard_links .nav-stacked > li {
  border-bottom:1px solid #B9B9B9;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  padding: 0;
  margin: 0;
}
#dashboard_links .nav-pills > li > a {
  display: block;
  padding: 15px 10px 15px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline:none;
  background:#505559;
  color:#fff;
}
#dashboard_links .nav-pills > li.active {
  position: relative;
  margin: 0;
}
#dashboard_links .nav-pills > li.active > a, #dashboard_links .nav-pills > li.active > a:hover, #dashboard_links .nav-pills > li.active > a:focus, #dashboard_links .nav > li > a:hover, #dashboard_links .nav > li > a:focus {
  background:#45837A;
  color:#fff;
}
#dashboard_links .nav-pills > li.active > a:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  left: -2px;
  font-size: 30px;
  color: #fff;
}
#dashboard_tabs {
  background:#fff;
  padding-top:15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sparkline-dashboard {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.sparkline-dashboard-info {
  float: left;
  display: block;
  text-align: center;
}
.sparkline-dashboard-info span {
  display: block;
  font-weight: bold;
  color: #b25050;
}
.historical span {display:block;}
.ow-server {
  padding-top: 8px;
  padding-bottom: 25px;
}
.ow-server:hover {
  background:#e7e7e7;
}
.ow-server .page-header {
  padding-bottom: 3px;
}
.ow-server h4 i {
  position: absolute;
  left: 15px;
}
.ow-server small {
  position: absolute;
  right: 15px;
  top: 51px;
}
.ow-server-bottom {
  margin-top:25px;
}
.ow-server-bottom .knob-slider {
  font-size: 11px;
}
#ow-server-footer {
  overflow: hidden;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.ow-settings {
  position: absolute;
  top: 7px;
  left: 40px;
  display:none;
}
.ow-settings a {
  color:#525252;
}
.ow-server:hover .ow-settings {
  display: block;
}
#ow-server-footer a {
  display: block;
  padding:10px 0;
  border-left:1px solid #f8f8f8;
  text-decoration:none;
}
#ow-server-footer a:first-child {
  border-left:0;
}
#ow-server-footer span {
  display: block;
}
.m-table > thead > tr > th, .m-table > tbody > tr > th, .m-table > tfoot > tr > th, .m-table > thead > tr > td, .m-table > tbody > tr > td, .m-table > tfoot > tr > td {
  vertical-align: middle;
  padding: 2px 5px;
}
.m-ticker span {
  display: block;
  font-size: 0.8em;
  line-height: 1em;
}
.m-price {
  text-align: right;
}
.m-change .fa-angle-up {
  color:#54ae86;
  font-weight: bold;
}
.m-change .fa-angle-down {
  color:#b25050;
  font-weight: bold;
}
#ow-summary {
  font-size: 12px;
}
#ow-summary b {
  float:right;
  padding:1px 4px;
  margin:1px;
  border:1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ow-donut {
  margin:0 0 20px;
}
#ow-donut > div {
  padding:0;
}
#ow-activity .row {
  margin: 0 0 0 -15px;
  font-size: 13px;
}
#ow-setting {
  border: 1px solid #C7C7C7;
  padding: 0;
  position: absolute;
  width: 158px;
  height: 28px;
  top: 1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  right: -200px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#ow-marketplace:hover #ow-setting {
  opacity:1;
  right:15px;
}
#ow-setting a {
  text-align: center;
  float: left;
  margin-left: 10px;
  color: #d8d8d8;
  font-size: 16px;
  display:block;
  line-height: 28px;
  width:20px;
  height:26px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#ow-setting a:hover {
  font-size:16px;
  color:#222;
  line-height:24px;
}
#ow-licenced {
  margin:20px 0;
}
#ow-licenced .row {
  margin:0;
}
#ow-stat .row {
  margin: 0;
}
#dashboard-clients .one-list-message {
  background:none;
  padding:10px 15px;
}
#dashboard-clients .one-list-message:last-child {
  border-bottom: 0;
}
#dashboard-clients .one-list-message .message-date {
  position: relative;
  width: auto;
  right: auto;
  left: 15px;
  padding: 0 15px;
}
.btn + .dropdown-menu {
  margin-top: -10px;
  background: rgba(0, 0, 0, 0.7) !important; padding: 0; border: 0; 
  right: 0; 
  left: auto; 
  min-width: 100%;
}
.btn + .dropdown-menu > li > a {
  padding: 5px 10px !important;
  color: #f0f0f0;
}
.v-txt {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  top: 60px;
  left: -20px;
  color: #d8d8d8;
  font-size: 18px;
  box-shadow: 0 0 10px #d8d8d8;
  padding: 0px 5px;
}
.full-calendar {
  padding: 25px 0;
  background: #FCFCFC;
}
.external-event {
  padding: 2px 6px;
  margin: 4px 0;
  background: #f5f5f5;
}
.external-event:hover {
  cursor: move;
  background: #6AA6D6;
  color:#f8f8f8;
}
#add-new-event {
  background: #EBEBEB;
  margin-bottom: 30px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-backdrop {
  z-index: 2000;
}
.modal {
    z-index: 2001;
}
.modal.bootbox-campanharegra {
    z-index: 3001;
}
.fc-event {
  border: 1px solid #6AA6D6;
  background-color: #6AA6D6;
}
.qq-upload-drop-area {
  position: absolute;
  background: #FBFBF0;
  width: 100%;
  height: 100%;
}
.qq-upload-button {
  float:right;
  margin:20px 15px 0 0;
}
.qq-upload-list {
  position: relative;
  z-index: 3;
  margin: 60px 15px 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  position: relative;
  display: inline-block;
  padding: 15px;
  margin: 15px;
  border: 1px solid #E6E6E6;
  text-align: center;
  font-size: 12px;
  background: rgba(245, 245, 245, 0.9);
}
.qq-upload-settings {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 7px 0;
  background: #FFF;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.qq-upload-list li:hover .qq-upload-settings {
  opacity: 1;
  visibility: visible;
}
.qq-upload-list li img {
  border:1px solid #b4b4b4;
  margin-bottom: 5px;
}
.qq-upload-filename {
  display: block;
  overflow: hidden;
}
.qq-upload-file, .qq-upload-size, .qq-upload-status-text {
  display: block;
}
.qq-dropped-zone {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -71px;
  text-align: center;
  font-weight: bold;
}
.qq-dropped-zone i {
  font-size: 5em;
  display: block;
  color: #f5f5f5;
  text-shadow: 0 -1px 1px #d8d8d8;
}
#page-500 h1, .page-404 h1 {
  font-size: 5em;
}
.page-404 .form-inline {
  margin: 40px auto;
  width: 60%;
  padding: 15px;
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page-404 .input-group-btn:last-child > .btn, .page-404 .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  margin-bottom: 0;
  height: 39px;
}
#page-500 h3, .page-404 h3 {
  margin: 5px 0 20px;
}
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #ebebeb;
  z-index: 2000;
}
.devoops-getdata {
  position: absolute;
  top: 25px;
  left: 15px;
  color:#ebebeb;
}
#page-500, #page-login {
  position: absolute;
  height: 100%;
  width: 100%;
}
#page-500 {
  
}
#page-500 img {
  display: block;
  margin:30px auto;
}
#page-login .logo {
  position:absolute;
}
#page-login h3 {
  font-size:20px;
  font-family: 'Righteous', cursive;
}
#page-login .text-right {
  margin-top: 15px;
}
#page-login .box {
  margin-top:15%;
}
.one-result {
  margin-top:20px;
}
.one-result a.large {
  color: #878787;
}
.one-result p {
  margin:0;
}
.large {
  font-size: 1.25em;
}
.nav-search > li > a {
  background: none !important;
  padding: 6px 12px;
  color: #7a7a7a;
}
.nav-search > li > a:hover, .nav-search > li.active > a {
  border-left: 2px solid #fff;
}
.page-feed .avatar {
  width: 60px;
  float: left;
  margin: 10px 15px;
  text-align: center;
  overflow: hidden;
}
.page-feed .avatar img {
  width: 60px;
  height: 60px;
  border: 1px solid #F8F8F8;
}
.page-feed-content {
  position: relative;
  padding: 3px 15px 5px;
  background: #FCFCFC;
  margin-left:90px;
  min-height: 80px;
}
.page-feed-content small.time {
  font-style: italic;
}
.page-feed .page-feed-content:before {
  font-family: FontAwesome;
  content: "\f0d9";
  position: absolute;
  left: -10px;
  top: 15px;
  font-size: 30px;
  color: #fcfcfc;
}
.likebox {
  overflow: hidden;
}
.likebox .navbar-nav {
  margin:0;
}
.likebox .navbar-nav li {
  margin-right: 15px;
  float: left;
}
.likebox .fa-thumbs-up {
  color:#6AA6D6;
}
.likebox .fa-thumbs-down {
  color:#D15E5E;
}
#modalbox {
  display:none;
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background:rgba(0,0,0,0.8);
}
#modalbox .devoops-modal {
  position:absolute;top:90px;left:0;right:0;margin:auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #505559;
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 600px;
  z-index:6000;
}
#modalbox .devoops-modal-header {
  color: #505559;
  position:relative;
  overflow: hidden;
  height: 24px;
  border-bottom: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:    -moz-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:     -ms-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:      -o-linear-gradient(top, #eaeaea, #e0e0e0);
  background-image:         linear-gradient(to bottom, #eaeaea, #e0e0e0);
}
#modalbox .devoops-modal-inner {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #FBFBF0;
}
#modalbox .devoops-modal-bottom {
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #d8d8d8;
}
#about {
  position: absolute;
  left: 0px;
  width: 100%;
  background: #353535;
  color:#f0f0f0;
  top: 0px;
  transition: 1s;
  height: 0;
  overflow: hidden;
  z-index: 9999;
}
.about-inner {
  padding: 15px;
}
.about {color:#9C9A78 !important;}
#about.about-h {height: 600px;}
.style1 {width: 18px;
height: 18px;
background: none repeat scroll 0% 0% #436E90;
display: inline-block;
margin-left: 10px;
vertical-align: text-bottom;
border-radius: 50%;}
.style2 {width: 18px;
height: 18px;
background: none repeat scroll 0% 0% #353535;
display: inline-block;
margin-left: 10px;
vertical-align: text-bottom;
border-radius: 50%;}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #969696;
  text-decoration: none;
  background-color: #F5F5F5;
  border: 1px solid #D8D8D8;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #8A8A8A;
  background-color: #eee;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #979797;
  cursor: not-allowed;
  background-color: #FCFCFC;
  border-color: #D8D8D8;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #6AA6D6;
  border-color: #6AA6D6;
}
.fancybox-nav {
  position: fixed;
  width: 50%;
}
.fancybox-close {
  position: fixed;
  top: 20px;
  right: 36px;
  background: url(../img/times.png) 0 0 no-repeat;
}
.fancybox-prev span {
  left: 21px;
  background: url(../img/chevron-left.png) 0 0 no-repeat;
}
.fancybox-next span {
  right: 36px;
  background: url(../img/chevron-right.png) 0 0 no-repeat;
}
#social a {
  margin:0 15px 0 0;
  color:#9C9A78;
  display: block;
  float: left;
}
#event_delete {
  margin-left:20px;
}
.thumbnail {margin-bottom:0;}
.control-group {margin-bottom:30px;}
@media (min-width: 768px) {
  #sidebar-left.col-sm-2 {
    opacity: 1;
    width: 16.666666666666664%;
    padding: 0 15px;
  }
  .sidebar-show #sidebar-left.col-sm-2 {
    opacity: 0;
    width:0;
    padding:0;
  }
  .sidebar-show #content.col-sm-10 {
    opacity: 1;
    width:100%;
  }
  .page-404 .form-inline {
    width: 60%;
  }
}
@media (min-width: 992px) {
    .container-swal-aplicacao {
        margin-top: 70px;
    }
  .nav.main-menu > li > a, .nav.msg-menu > li > a {
    text-align: left;
  }
  .nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
    font-size:14px;
    width: 20px;
    display: inline-block;
  }
  .main-menu .dropdown-menu {
    position: relative;
    z-index: inherit;
    left:0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background:rgba(0, 0, 0, 0.2);
    visibility: visible;
  }
  .main-menu .dropdown-menu > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .page-404 .form-inline {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #main {
    margin-top: 100px;
  }
  #messages-menu {
    top:140px;
  }
  .page-404 .form-inline {
    width: 100%;
  }
  #dashboard_links .nav {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  #dashboard_links .nav-stacked > li {
    float:left;
  }
  #dashboard_links .nav-pills > li > a {
    padding:15px;
  }
  #dashboard_links .nav-pills > li.active > a:before {
    bottom: 0;
    left: 50%;
    margin-left: -9px;
  }
}
@media (max-width: 620px) {
  .user-mini {
    display: none;
  }
}
@media (max-width: 400px) {
  .panel-menu a.account {
    padding: 5px 0px 5px 0;
  }
  .avatar {
    margin: 0;
  }
  .panel-menu i.pull-right {
    margin-left: 0;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }
  #dashboard_links .nav-stacked > li {
    float:none;
  }
  #dashboard_links .nav-pills > li.active > a:before {
    display: none;
  }
}


/*Estilos para banners de propagandas**/
div.area-banner {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;    
}

div.area-banner.area-banner-lateral.banner-h {
    display: none;
}

div .area-banner.area-banner-lateral {
    height: 383px;
}

div.area-banner.area-banner-inferior {
    height: 175px;
}

div.area-banner.area-banner-superior {
    height: 175px;
}

div.area-banner.area-banner-inferior.banner-v {
    display: none;
}

.slider-propagandas {
    margin-bottom: 15px;
}

/*Estilos para cards de promocoes*/
.card-promocao {
    border: 2px dashed;
    margin-right: 10px;
    border-color: var(--mdc-theme-primary, black);
}
.card-promocao .area-conteudo-card {
    width:100%;
    margin-bottom: -6px;
    max-height: 160px;
}
.icone-item-promocao-megafone {
    position: absolute;
    bottom: 0px;
    left: -6px;
    font-size: 60px;
    transform: rotate(-15deg);
    opacity:0.4;
}
.card-promocao.card-promocao-secao .icone-item-promocao-megafone {
    font-size: 42px;
}
.card-promocao .card-imagem {
    width: 100px;
    height: 100px;
    display: inline-block;
    float: left;
}
.card-promocao .area-conteudo-card-texto > .row {
    padding-left: 10px;
}
.card-promocao .card-titulo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.card-promocao .mdc-typography--subtitle2 {
    width: 100%;
}
.card-promocao .area-conteudo-card-com-imagem .area-conteudo-card-texto {
    width: calc(100% - 100px);
}
.card-promocao .mdc-card__actions {
    float: right;
    margin-top: -6px;
}

/*LibGer*/
.text-usuariolibger {
    text-transform: uppercase;
}

/*Estilos para Garantia estendida*/
/*var(--mdc-theme-primary, black);*/
@keyframes sombrapulse {
    from {
        box-shadow: 0 0 0 0px var(--mdc-theme-primary, green);
    }

    to {
        box-shadow: 0 0 10px 0px var(--mdc-theme-primary, green);
    }
}

.conteudo-semgarantia,
.conteudo-comgarantia {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    cursor: pointer;
    height: 100%;
}

.campo-ide-garantiaestendida.garantiaestendida-naoselecionada .conteudo-semgarantia {
    background: var(--mdc-theme-primary, green);
    color: white;
}
.campo-ide-garantiaestendida.garantiaestendida-selecionada .conteudo-comgarantia {
    background: var(--mdc-theme-primary, green);
    color: white;
}
.campo-ide-garantiaestendida .itemprodutogarantia .area-conteudoitemgarantia {
    border: 1px solid var(--mdc-theme-primary, green);
    color: var(--mdc-theme-secondary, green);
}
.campo-ide-garantiaestendida .itemprodutogarantia.garantiaestendida-selecionada .area-conteudoitemgarantia {
    background: var(--mdc-theme-primary, green);
    color: white;
}


.campo-ide-garantiaestendida.garantiaestendida-naoselecionada .conteudo-comgarantia {
    border: 1px solid var(--mdc-theme-primary, green);
    color: var(--mdc-theme-secondary, green);
    animation-name: sombrapulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.campo-ide-garantiaestendida.garantiaestendida-naoselecionada .area-garantiaestendidaitens {
    display: none;
}
.campo-ide-garantiaestendida .fa-check-circle, 
.campo-ide-garantiaestendida .fa-circle {
    font-size: 25px;
}
.campo-ide-garantiaestendida .conteudo-comgarantia h6 {
    margin-bottom: 0;
}
.campo-ide-garantiaestendida .frase-comgarantia {
    line-height: 15px;
    height: 15px;
}
.campo-ide-garantiaestendida .icone-selecionarsemgarantia {
    margin-top: 15px;
}
.campovalorgarantiaestendida {
    max-width: 100px;
    margin-left: -14px;
}
.valor-total-garantia-estendida, .valor-total-semgarantia-estendida {
    line-height: 38px;
}
.listaprodutosgarantia {
    max-height: 570px;
    overflow-y: auto;
}
.itemprodutogarantia {
    cursor: pointer;
}
.area-conteudoitemgarantia .icone-selecionarcomgarantiaproduto {
    float: left;
    top: 8px;
    position: relative;
}
.area-tituloprodgarantia {
    width: calc(100% - 34px);
    display: inline-block;
}
.area-conteudoitemgarantia .titulo-garantiaestendida {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.area-conteudoitemgarantia > h6 {
    height: 42px;
}

.listaprodutosgarantia::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.listaprodutosgarantia::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.listaprodutosgarantia::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c1c1c1;
}
.listaprodutosgarantia.maisde10 {
    margin-right: -11px;
}
.listaprodutosgarantia.temeditando .valor-item-garantia-estendida {
    height: 38px;
}


/*freteparts*/
.freteparts-opcao {
    border: 1px solid var(--mdc-theme-primary, green);
    color: var(--mdc-theme-secondary, green);
    cursor: pointer;
}
.freteparts-opcao-selecionada {
    background: var(--mdc-theme-primary, green);
    color: white;
}




.trgridviewoculta.collapsed-row {
    display: none;
}

.trgridviewoculta > td > div,
.area-table-filha {
    padding-bottom: 15px;
    padding-left: 50px;
}

div.dataTables_wrapper.datatables-ss .table th.tr-para-table-filha,
div.dataTables_wrapper.datatables-ss .table td.tr-para-table-filha,
.table.table-semdt td.tr-para-table-filha {
    padding: 0;
}

.table-hover tbody tr.tr-para-table-filha:hover {
    background: none;
}

table.dataTable.table-filha {
    margin: 0 !important;
}


.trgridviewoculta > td > div > table {
    box-shadow: 0 6px 20px -5px #003099;
    border: 2px solid #6c93e6;
    box-shadow: 0 6px 20px -1px #003099;
}


[class^="btn-"] {
    cursor: pointer;
}

.btn-foto,
.btn-aplicacao,
.btn-similares,
.btn-comprar,
.btn-excluir {
    font-size: 20px;
    color: #525252;
}
.btn-foto {
    position: relative;
    top: 3px;
}
.grid-linha td:not(.td-card) .btn-detalhamento-estoque {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.linha-estoque-empresa {
  border-top: 1px solid;
}
.btn-detalhamento-classificacao .letraclasse {
    position: relative;
    left: -3px;
    top: -1px;
}

.btn-similares.sem-similares {
    display: none;
}

.menu-carrinho .fa-shopping-cart {
    font-size: 20px;
}
.navitem-config-cookies .fa-user-cog {
    font-size: 18px;
}
.quantidade-produtos {
    display: inline-block;
    background: #003099;
    border-radius: 100%;
    padding: 3px 6px;
    position: relative;
    top: -12px;
    left: -11px;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 12px;
    margin-right: -12px;
    margin-bottom: -5px;
    box-shadow: 0 0 5px 1px white;
}
.info-qtdcarrinho {
    display: inline-block;
    background: white;
    border-radius: 100%;
    padding: 3px 6px;
    position: relative;
    top: -12px;
    left: -11px;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 14px;
    margin-right: -12px;
    margin-bottom: -5px;
    box-shadow: 0 0 5px 1px white;
}
.quantidade-produtos.qtd-itens-carrinho-ematendimento {
    float: right;
    left: auto;
    right: 8px;
    top: -5px;
    color: white;
}
.quantidade-produtos.sem-quantidade {
    display: none;
}

.campo-quantidade-carrinho {
    width: 75px;
}

.pagina-tabloid .campo-quantidade-carrinho {
    width: 96px;
}

.area-total-pedido h4,
.area-total-pedidocomimposto h4,
.area-cupom h4,
.area-cupom h6 {
    display: inline-block;
}

.area-frete > * {
    display: inline-block;
}
.area-mensagemfrete {
    font-size: 15px;
}

.pagina-tabloid .area-total-pedido h4,
.pagina-tabloid .area-total-pedido h5,
.pagina-tabloid .area-frete h4,
.pagina-tabloid .area-frete h5,
.pagina-tabloid .area-cupom h4,
.pagina-tabloid .area-total-pedidocomimposto h4,
.pagina-tabloid .area-total-pedidocomimposto h5,
.pagina-tabloid .area-empresapedido h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.pagina-tabloid #txtcodigocupom {
    padding: 0 5px;
}
.pagina-tabloid .botao-aplicarcupom {
    padding: 0 5px;
}
.pagina-tabloid .area-total-pedido,
.pagina-tabloid .area-total-pedidocomimposto {
    margin-top: 0 !important;
}




.area-descminimofaturamentoparcelamento {
    border: 1px solid;
    border-radius: 4px;
    padding: 1px 7px 3px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.text-apresentacondicao.minfaturamento-nao-alcancado {
    text-decoration: line-through;
}




/*Estilos para grid zebrada azul*/
.table .ct-grid {
    background: #0a1671;
}
.table.table-zebrada > tbody > tr.grid-linha.grid-linha-impar {
    background: #aaccff;
}
.table.table-zebrada.dtjs-cards > tbody > tr.grid-linha.grid-linha-impar {
    background:none;
}
.table.table-zebrada:not(.dtjs-cards) > tbody > tr.grid-linha:not(.ct-grid):hover {
    color: white;
}
.table.table-zebrada:not(.dtjs-cards) > tbody > tr.grid-linha:not(.ct-grid):hover .fa-pix {
    color: #525252;
}

.table.table-zebrada > tbody > tr.grid-linha:not(.ct-grid):hover [class^="btn-"] {
    color: white;
}

.table.table-zebrada > tbody > tr.grid-linha:not(.ct-grid):hover [class^="btn-"]:hover {
    text-shadow: 0px 0 20px white;
}

.table.table-zebrada > tbody > tr.grid-linha.tr-selected:not(.ct-grid),
.table.table-zebrada > tbody > tr.grid-linha.tr-selected:not(.ct-grid):hover {
    background: #003099;
} 

.trgridviewoculta table {
    margin-bottom: 0;
}


/*Bootbox zoom*/
.bootbox * {
    box-sizing: border-box;
}
.bootbox hr {
    width: 100%;
}
.bootbox .mdc-checkbox {
    box-sizing: content-box;
}
.bootbox .modal-title {
    display: inline-block;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    /*border: 1px solid #d4d4d4;*/
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 300px;
    height: 300px;
}





/*N�o seleciona texto para evitar bug de scroll travado*/
.nao-seleciona-conteudo {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




/*Texto nome usuario no topo*/
.texto-nome-usuario {
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    max-height: 41px;
}
.pagina-webparts .groupdropdowndetalhecliente .dropdown-menu.dropdown-menudetalhecliente,
.pagina-webparts .groupdropdowndetalhevendedor .dropdown-menu.dropdown-menudetalhevendedor {
    background: var(--mdc-theme-secondary, green);
    z-index: 9999;
    right: 0;
    left: initial;
}
.pagina-webparts .groupdropdowndetalhecliente .dropdown-menu.dropdown-menudetalhecliente .dropdown-item,
.pagina-webparts .groupdropdowndetalhevendedor .dropdown-menu.dropdown-menudetalhevendedor .dropdown-item{
    color: white;
    background: none;
}


/*Icone estrela indicativo de promocao*/
.icone-promocao {
    font-size: 16px;
    padding: 0 3px;
    color: #ffd400;
    cursor: pointer;
    display: none;
}

.icone-kit > .fa-box-open {
    position: relative;
    left: 6px;
    top: 3px;
}

.icone-kit > .fa-box-open > .fa-angle-double-down {
    position: relative;
    left: -15px;
    top: -14px;
}



/*Click linha grid pedidos, clientes*/
.grid-pedidos .grid-linha,
.grid-clientes .grid-linha {
    cursor: pointer;
}

.botao-comprarnovamente {
    cursor: pointer;
}

.grid-linha .botao-comprarnovamente {
    position: relative;
    top: 5px;
}

/*Estilos para item de menu dropdown*/
.navbar .navbar-nav .nav-item.dropdown .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item.dropdown .nav-link .area-descricao-dropdown {
    padding: 12px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-menu {
    background: #0a1671;
    border-radius: 0;
    box-shadow: 0 2px 10px 2px #060e50;
}

.descricao-menu.descricao-menu-dropdown {
    display: inline-block;
}




label.error {
    color: red;
    display: block;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: -14px;
    margin-bottom: -12px;
}





.form-control.input-login {
    /*margin-right: -5px;
    display: inline-block;
    width: calc(100% - 35px);*/
}

.btn-input-help {
    margin-left: 5px;
    padding: 0px 3px;
    line-height: 32px;
    font-size: 18px;
    width: 30px;
}

.tooltip.tooltip-telapesq {
  z-index: 99999;
}

.tooltip.show,
.popover.show {
    opacity: 0.9;
}

.tooltip.show {
    z-index: 9999;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}



/*Spin control para campos numeric sempre visivel */
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}



.area-preco-unitario {
    /*width: 95px;*/
}

.campo-valorunitario-carrinho {
    width: 95px;
}
.pagina-tabloid .campo-valorunitario-carrinho {
    width: 96px;
}
.area-rssimbolodinheiro {
    margin-left: 14px;
}
.pagina-tabloid .campo-valorunitario-carrinho,
.pagina-tabloid .campo-quantidade-carrinho {
    padding-top: 0;
    padding-bottom: 0;
}


/*Estilos Accordions*/
.card-header {
    padding: 0.5rem 1.25rem;
    cursor: pointer;
}
.slim .accordion .card-header {
    height: 26px;
}



.transicao-animada03 {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    background: white;
}




/*Estilos para spin control criado*/
.campo-comspincontrol,
.dataTables_wrapper input[type="text"].campo-comspincontrol {
    display: inline-block;
    margin-right: -33px;
}

.area-spincontrol {
    display: inline-block;
    width: 15px;
    position: relative;
    top: 4px;
}

.pagina-tabloid #gridcarrinho .area-spincontrol {
    top: 5px;
    left: 5px;
}
.spin-botao {
    background: #f1f1f1;
    width: 15px;
    height: 12px;
    color: #505050;
    text-align: center;
    line-height: 12px;
    font-size: 13px;
    display: block;
}
.pagina-tabloid #gridcarrinho .spin-botao {
    height: 7px;
}

.spin-botao:hover {
    background: #d2d2d2;
}

.spin-botao:active {
    background: #787878;
    color: #ffffff;
}

.btn-buscar {
    /*line-height: 34px;*/
}




/*Estilo checkbox comprar carrinho*/
.area-checkbox-carrinho .form-check {
    padding: 0;
}

.area-checkbox-carrinho .form-check label {
    padding: 31px 29px;
    margin: 0 0 -4px -19px;
}

.area-checkbox-carrinho .form-check label input {
    margin: -16px -6px;
}

table td.td-checkboxcomprar {
    padding: 0;
}







/*Estilos para tutorial indicators*/
.rodape-tutorial {
    margin-top: 20px;
}
.coluna-conhecetudo {
    font-size: 13px;
}
a.desativar-dicas:not([href]) {
    cursor: pointer;
    color: #2a6496;
}
a.desativar-dicas:not([href]):hover {
    color: #2a6496;
    text-decoration: underline;
}

.area-botaotutorial {
    position: absolute;
    width: 100%;
}

.popover {
    padding: 0;
}

.popover.popover-p2 {
    max-width: 340px;
}
.popover.popover-m {
    max-width: 440px;
}
.popover.popover-g1 {
    max-width: 540px;
}
.popover.popover-g2 {
    max-width: 640px;
}
.header-popover .icone-fechar {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.popover-header {
    padding: 18px 15px;
    background: #2cb97a url('../img/ssmarcadegrade1.png') no-repeat;
    background-size: 90px;
    background-position: 95% -50%;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.popover-body {
    padding: 10px 15px;
    text-align: justify;
}
.icone-tutorial {
    width: 100%;
    text-align: center;
    position: relative;
    top: -56px;
    z-index: 2;
    font-size: 18px;
    color: #9e9e9e;
}

.area-campocomtutorial {
    position: relative;
    display: block;
}
.area-campocomtutorial-login .icone-tutorial {
    top: -56px;
}

.pulsating-circle {
    /*position: absolute;
    left: 50%;
    top: 50%;*/

    display: inline-block;
    position: relative;
    /*left: calc(100% - 20px);*/
    top: -22px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    float: right;
    right: 0;
}

.area-botaotutorial.abt-mr-20 .pulsating-circle {
    right: 20px;
}

.area-botaotutorial.abt-mt-2 .pulsating-circle {
    top: -20px;
}

.area-botaotutorial.abt-mt-3 .pulsating-circle {
    top: -19px;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #098b50;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*top: 30px;*/
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.area-botaotutorial.clicado .pulsating-circle:before {
    opacity: 0;
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.area-campocomtutorial:not(.temtutorial) .botao-codbar {
    right: 5px !important;
}








/*Botao flutuante auxiliar de pesquisa de veiculo*/
.botao-auxiliar-pesqveiculo {
    position: absolute;
    opacity: 0.6;
    top: 28px;
}
.botao-auxiliar-pesqplaca {
    position: absolute;
    opacity: 0.6;
    top: 3px;
    right: 10px;
}

.slim .botao-auxiliar-pesqplaca {
    top: 0px;
}

.botao-auxiliar-pesqveiculo:hover,
.botao-auxiliar-pesqplaca:hover {
    opacity: 1;
}

.botao-auxiliar-pesqveiculo > .pulsating-circle,
.botao-auxiliar-pesqplaca > .pulsating-circle {
    display: inline-block;
    position: relative;
    /* left: calc(100% - 20px); */
    top: 15px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    float: right;
    right: 0;
}

.slim .botao-auxiliar-pesqveiculo > .pulsating-circle,
.slim .botao-auxiliar-pesqplaca > .pulsating-circle {
    top: 12px;
    width: 23px;
    height: 23px;
}

.botao-auxiliar-pesqveiculo > .pulsating-circle:before,
.botao-auxiliar-pesqplaca > .pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 150%;
    height: 150%;
    box-sizing: border-box;
    margin-left: -25%;
    margin-top: -25%;
    border-radius: 45px;
    background-color: #098b50;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.botao-auxiliar-pesqveiculo > .pulsating-circle > .fa,
.botao-auxiliar-pesqplaca > .pulsating-circle > .fa {
    width: 100%;
    text-align: center;
    position: relative;
    top: -36px;
    z-index: 2;
    font-size: 15px;
    color: #9e9e9e;
    left: 0px;
}

.slim .botao-auxiliar-pesqveiculo > .pulsating-circle > .fa,
.slim .botao-auxiliar-pesqplaca > .pulsating-circle > .fa {
    top: -31px;
}

.area-descricao-veiculos-selecionados {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-veiculos-selecionados {
    display: flex;
}

.multilinha-reticencias {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* */
    margin-right: -1em;
    padding-right: 1em;
}

.multilinha-reticencias:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}

.multilinha-reticencias:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    width: 1em;
    /* set width and height */
    height: 1em;
    margin-top: 0.2em;
    background: white;
}





.bootbox-detalheproduto .sliderimagensproduto-nav .item-sliderimagemproduto {
    box-shadow: inset 0 0 4px -2px var(--mdc-theme-primary, green);
}

.bootbox-detalheproduto .sliderimagensproduto-nav .item-sliderimagemproduto.slick-current {
    box-shadow: inset 0 0 4px 0px var(--mdc-theme-primary, green);
}
.sliderimagensproduto .item-sliderimagemproduto {
    cursor: pointer;
}
.sliderimagensproduto .item-sliderimagemproduto .area-iconezoomimagem {
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 56%);
    height: 50px;
    width: 50px;
    color: white;
    padding: 4px 10px;
    transition: width 0.3s ease, height 0.3s ease 100ms, padding 0.3s ease;
}
.sliderimagensproduto .item-sliderimagemproduto:hover .area-iconezoomimagem {
    height: 65px;
    width: 65px;
    padding: 6px 11px;
}
.sliderimagensproduto .item-sliderimagemproduto .area-iconezoomimagem > .fa-search-plus{
    font-size: 16px;
    transition: font-size 0.3s ease;
}
.sliderimagensproduto .item-sliderimagemproduto:hover .area-iconezoomimagem > .fa-search-plus {
    font-size: 20px;
}


.area-iconezoomimagem {
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 56%);
    height: 50px;
    width: 50px;
    color: white;
    padding: 4px 10px;
    cursor: pointer;
}







/*Inicio estilos para tela modal de pesquisa */
div.dataTables_wrapper.datatables-ss div.dataTables_filter input {
    width: 100%;
    margin-left: 0;
    min-width: 218px;
    display: block;
}

div.dataTables_wrapper.datatables-ss .table th, 
div.dataTables_wrapper.datatables-ss .table td, 
.table.table-semdt td {
    padding: 5px;
}

/*div.dataTables_wrapper.datatables-ss .table th.dtss-body-py-1,*/
div.dataTables_wrapper.datatables-ss .table td.dtss-body-py-1,
.table.table-semdt td.dtss-body-py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
}
/*Fim estilos para tela modal de pesquisa */

.dtjs-ss.sem-bordas-internas.table th,
.dtjs-ss.sem-bordas-internas.table td {
    border: 0;
}


table.dtjs-ss.dataTable thead .sorting:before,
table.dtjs-ss.dataTable thead .sorting:after,
table.dtjs-ss.dataTable thead .sorting_asc:before,
table.dtjs-ss.dataTable thead .sorting_asc:after,
table.dtjs-ss.dataTable thead .sorting_desc:before,
table.dtjs-ss.dataTable thead .sorting_desc:after,
table.dtjs-ss.dataTable thead .sorting_asc_disabled:before,
table.dtjs-ss.dataTable thead .sorting_asc_disabled:after,
table.dtjs-ss.dataTable thead .sorting_desc_disabled:before,
table.dtjs-ss.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.4em;
}

.area-resultado-widget {
    width: 150px;
}

.altura-texto-acompanha-input {
    line-height: 37px;
}

.resultado-widget {
    line-height: 37px;
    width: 100%;
    display: flex;
}

.texto-resultado {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-widget .area-input-widget {
    min-width: 200px;
    max-width: 280px;
}


.area-descricao-limitada-250 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}




/*Letras de atalho*/
.letra-atalho-oculta {
    display: none;
}

.letra-atalho-oculta.mostrar-letra-atalho {
    display: inline;
}

.letra-atalho.mostrar-letra-atalho {
    text-decoration: underline;
}




.area-botoes-alert {
    position: absolute;
    top: 0;
    right: 0;
}

.remover-veiculos,
.editar-veiculos {
    /*position: absolute;*/
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.limite-texto-1linha150px-trespontos,
.area-listagemchave {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.limite-texto-1linha200px-trespontos {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.limite-texto-1linha260px-trespontos {
    max-width: 260px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

table.dataTable.nowrap th.td-wrap,
table.dataTable.nowrap td.td-wrap {
    white-space: normal;
}
table.dataTable.nowrap th.td-wmin100,
table.dataTable.nowrap td.td-wmin100 {
    min-width: 100px;
}
table.dataTable.nowrap th.td-wmin115,
table.dataTable.nowrap td.td-wmin115 {
    min-width: 115px;
}


table.dtjs-cards .area-listagemchave {
    line-height: 23px;
}

.icone-xmlnfe {
    width: 27px;
    height: 26px;
    display: inline-block;
    background: url('../img/iconexmlnfe.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.colu-chave {
    max-width: 190px;
}

.icone-pdfpedido {
    font-size: 25px;
    cursor: pointer;
}

.area-grids-financarts {
    width: 100%;
}

.area-totais-financeiro table {
    display: inline-block;
}

.titulototais-financeiro {
    padding-left: 5px;
    padding-right: 5px;
}

.area-totais-financeiro {
    font-weight: bold;
}
div.table-responsive > div.dataTables_wrapper > div.row.area-totais-financeiro {
    margin-bottom: -58px;
    position: relative;
    top: -50px;
}

.titulototais-financeiro-valor {
    color: red;
}

.titulototais-financeiro-saldo {
    color: yellow;
}

.titulototais-financeiro-valor {
    color: green;
}

.situacao-avencer {
    color: green;
    text-shadow: 0px 0px 6px white, 0px 0px 6px white, 0px 0px 6px white;
    font-weight: bold;
    padding-left: 10px;
}

.situacao-vencido {
    color: red;
    text-shadow: 0px 0px 6px white, 0px 0px 6px white, 0px 0px 6px white;
    font-weight: bold;
    padding-left: 10px;
}

.situacao-vencehoje {
    color: yellow;
    text-shadow: 0px 0px 6px white, 0px 0px 6px white, 0px 0px 6px white;
    font-weight: bold;
    padding-left: 10px;
}

.icone-titulo-warning {
    background: url('../img/iconewarning1.png') no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 26px;
    position: relative;
    top: 3px;
}

.conteudo-tituloletra {
    position: relative;
    top: 4px;
}

.conteudo-tituloletra.conteudo-tituloletra-t-3 {
    top: -3px;
}

.btn-download-boleto {
    font-size: 30px;
    position: relative;
    top: 3px;
}
.btn-copialinhadigitavel-boleto {
    display: inline-block;
    margin-left: 6px;
}

.btn-copialinhadigitavel-boleto > .fa-copy {
        font-size: 30px;
    position: relative;
    top: 1px;
}

.btn-copialinhadigitavel-boleto > .fa-barcode {
    font-size: 11px;
    position: relative;
    left: -14px;
    color: white;
    top: -7px;
}

.table.table-zebrada:not(.dtjs-cards) > tbody > tr.grid-linha:not(.ct-grid):hover .btn-copialinhadigitavel-boleto > .fa-barcode {
    color: black;
}

.btn-download-recibo {
    font-size: 26px;
    position: relative;
    top: 3px;
}

.mdc-card__action-icons > .btn-download-boleto,
.mdc-card__action-icons > .btn-download-recibo {
    top: 0px;
}
.mdc-card__action-icons > .btn-download-boleto {
    font-size: 26px;
}
.td-card .mdc-card__actions {
    min-height: 44px;
}

.pagina-tabloid .mdc-card__actions {
    display: none;
}
.area-listadetalhamentotitulo .datatables-ss {
    padding-left: 0;
    padding-right: 0;
}


.botao-financeiro-clientes {
    cursor: pointer;
}
.botao-financeiro-clientes:hover {
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
.botao-financeiro-clientes.temlimite {
    color: forestgreen;
}
.botao-financeiro-clientes.semlimite {
    color: red;
}
.botao-financeiro-clientes.proximodolimite {
    color: yellow;
}

.area-listagemendereco {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.area-paralistagemendereco {
    display: grid;
}
.td-card .area-listagemendereco {
    max-width: 100%;
}





/*SWAL*/
div.swal2-container {
    z-index: 2050;
}

.swal-wide {
    width: 850px !important;
}


.botao-remover-veiculo {
    margin-left: 5px;
    cursor: pointer;
}




.card-header.collapsed > div > div > .icone-collapse {
    transform: scaleY(-1);
}

.accordionfiltrosavancados .icone-collapse {
    font-size: 30px;
    position: relative;
    top: 4px;
}
.slim .accordionfiltrosavancados .icone-collapse {
    top: -3px;
}

.area-listagemmarca-descricao {
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.area-listagemdescricao-produto {
    max-width: 178px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.area-listagemdescricao-produto.descricaocomvariaslinhas {
    line-height: 16px;
}




.bootbox-scannercodbar video {
    width: 100%;
}
.bootbox-scannercodbar canvas {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.area-scanner {
    position: relative;
}
.area-btntrocarcamera {
    position: absolute;
    right: 15px;
    z-index: 100;
}
.btntrocarcamera {
    cursor: pointer;
}
.btntrocarcamera .fa-camera {
    font-size: 45px;
    text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white;
    position: relative;
    left: 21px;
}
.btntrocarcamera .fa-camera > .fa-exchange-alt {
    font-size: 35px;
    position: relative;
    top: 13px;
    left: -25px;
}
.area-btnflashcamera {
    position: absolute;
    left: 15px;
    z-index: 100;
}
.btnflashcamera .fa-lightbulb {
    font-size: 45px;
    text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white;
    position: relative;
    left: 10px;
}
.bootbox-scannercodbar .bootbox-body {
    perspective: 1000px;
}
.bootbox-scannercodbar .area-scanner {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.bootbox-scannercodbar .area-scanner.changing {
    transform: rotateY(90deg);
}
.icone-barcodescannerapp {
    background-image: url('../img/zxingbarcodescannerpng.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 30px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 3px;
}

.item-admin {
    cursor: pointer;
}
.icone-item-admin {
    position: absolute;
    top: 24px;
    left: -6px;
    font-size: 60px;
    transform: rotate(-15deg);
}
.titulo-item-admin {
    z-index: 10;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.efeito-shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.btnsaibamaislgpd .fa-newspaper {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.tooltip-inner-estoque {
  min-width: 350px;
}
/*Aqui para baixo somente estilos relativo a responsividade*/




@media (max-width: 991px) {
    .descricao-menu {
        display: none;
    }
    .tooltip-qtdcarrinho {
        display: none;
    }
}

@media (min-width: 768px) {
    .img-zoom-lens {
        border: 1px solid #d4d4d4;
    }
    .modal-xl {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .tooltip-menu:not(.tooltip-menu-pequeno) {
        display: none;
    }

    .modal-xl {
        max-width: 932px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
  .modal-xl {
      max-width: 1240px;
  }
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .modal-xl {
        max-width: 1440px;
    }
    .espaco-superior {
        margin-top: 114px;
    }
}
@media (min-width: 992px) and (max-width: 1600px) {
    .espaco-superior {
        margin-top: 140px;
    }
}
@media (min-width: 1600px) {
  .modal-xl {
      max-width: 1540px;
  }
}

@media (max-width: 767px) {
    .descricao-menu {
        display: inline-block;
    }
    .tooltip-menu {
        display: none;
    }
    div.area-banner.area-banner-superior {
        height: 110px;
    }
    div.area-banner.area-banner-lateral.banner-v {
        display: none;
    }
    div.area-banner.area-banner-inferior {
        height: 110px;
    }
    
}

@media (max-width: 575px) {
    .texto-nome-usuario {
        margin-bottom: 0;
    }
}

@media (max-width: 570px) {
    div.area-banner.area-banner-superior {
        /*height: 90px;*/
    }
}

@media (max-width: 530px) {
    div.area-banner.area-banner-superior {
        /*height: 60px;*/
    }
}

@media (max-width: 500px) {
    div.area-banner.area-banner-superior {
        height: 85px;
    }
    div.area-banner.area-banner-inferior {
        height: 85px;
    }
}

@media (max-width: 410px) {
    div.area-banner.area-banner-superior {
        height: 80px;
    }
}

@media (max-width: 400px) {
    div.area-banner.area-banner-inferior.banner-h {
        display: none;
    }

    div.area-banner.area-banner-inferior.banner-v {
        display: inline-block;
        height: 440px;
    }
}

@media (max-width: 370px) {
    div.area-banner.area-banner-superior {
        height: 55px;
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
    .area-listagemdescricao-produto {
        max-width: 356px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
    .area-listagemdescricao-produto {
        max-width: 386px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1640px;
    }
}

@media (min-width: 2200px) {
    .area-listagemdescricao-produto {
        max-width: initial;
    }
}


















.row-area-accordionfiltrosavancados.tudo-uppercase {
    text-transform: uppercase;
}
.row-area-accordionfiltrosavancados:not(.visualestatico) .accordion:hover {
    box-shadow: 0px 0px 12px 0px;
}

.row-area-accordionfiltrosavancados.visualestatico .accordionfiltrosavancados > .card {
    border: none;
    background: transparent;
}
.card-body {
    padding: 15px 10px; 
}
#collapsefiltrosavancadosprodutos > .card-body {
    padding: 5px 10px;
}

#collapsefiltrosavancadosprodutos .mdc-text-field .mdc-floating-label--float-above {
    -webkit-transform: translateY(-90%) scale(0.75);
    transform: translateY(-90%) scale(0.75);
}

.pagina-tabloid .mdc-text-field .mdc-floating-label--float-above {
    -webkit-transform: translateY(-70%) scale(0.75);
    transform: translateY(-70%) scale(0.75);
}

#collapsefiltrosavancadosprodutos .mdc-tab--stacked {
    height: 35px;
}
.mdss-tab-bar-tipoveiculo .material-icons {
    font-size: 20px;
}
.mdss-tab-bar-tipoveiculo .mdc-tab--stacked .mdc-tab__text-label {
    padding-top: 0px;
    padding-bottom: 2px;
    font-size: 10px;
}
#collapsefiltrosavancadosprodutos .mdss-text-field--fullwidth {
    height: 36px;
}
.slim #collapsefiltrosavancadosprodutos .mdss-text-field--fullwidth {
    height: 28px;
}
.slim .mdss-text-field--fullwidth {
    height: 28px;
}

.slim .mdc-button {
    height: 28px;
}

.area-loading-autocomplete {
    position: relative;
    top: -31px;
    right: 10px;
    float: right;
    margin-bottom: -24px;
}

.bootbox-cookies .mdc-form-field label {
    margin: 0;
}









/*Ajustes para integra��o com Material Design*/
.flex-1 {
    flex: 1;
}

.pull-right {
    float: right;
}

.mdss-text-field--fullwidth.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
    padding: 20px 16px 6px;
}
.mdss-text-field--fullwidth.mdc-text-field--fullwidth:not(.mdc-text-field--textarea).md-campo-av-montadora .mdc-text-field__input
/*.mdss-text-field--fullwidth.mdc-text-field--fullwidth:not(.mdc-text-field--textarea).md-campo-av-modelo .mdc-text-field__input,
.mdss-text-field--fullwidth.mdc-text-field--fullwidth:not(.mdc-text-field--textarea).md-campo-av-ano .mdc-text-field__input*/
{
    padding: 20px 16px 6px 45px;
}

.mdss-text-field--fullwidth.mdc-text-field--fullwidth:not(.mdc-text-field--textarea).md-campo-av-ano .mdc-text-field__input {
    padding: 20px 45px 6px 16px;
}


.mdss-text-field--fullwidth.mdc-text-field--fullwidth.mdc-text-field--with-leading-icon:not(.mdc-text-field--textarea) .mdc-text-field__input {
    padding: 20px 16px 6px 48px;
}

button.mdc-icon-button:focus {
    outline: none;
}

.avmodelo-fabricante {
    font-size: 10px;
    color: #cccccc;
    position: relative;
    top: -7px;
}

.ui-menu-item > div {
    height: 100%;
    /*display: -webkit-flex;
    display: flex;*/
    -webkit-align-items: center;
    align-items: center;
}







:root {
    --mdc-theme-primary: #6200ee;
    --mdc-theme-secondary: #018786;
    --mdc-theme-background: #fff;
    --mdc-theme-surface: #fff;
    --mdc-theme-error: #b00020;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-on-secondary: #fff;
    --mdc-theme-on-surface: #000;
    --mdc-theme-on-error: #fff;
}

:root {
    --sw-progress-width: 25%;
    --sw-border-color: #eeeeee;
    --sw-toolbar-btn-color: #ffffff;
    --sw-toolbar-btn-background-color: #008931;
    --sw-anchor-default-primary-color: #f8f9fa;
    --sw-anchor-default-secondary-color: #b0b0b1;
    --sw-anchor-active-primary-color: #78c043;
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: #588835;
    --sw-anchor-done-secondary-color: #c2c2c2;
    --sw-anchor-disabled-primary-color: #f8f9fa;
    --sw-anchor-disabled-secondary-color: #dbe0e5;
    --sw-anchor-error-primary-color: #dc3545;
    --sw-anchor-error-secondary-color: #ffffff;
    --sw-anchor-warning-primary-color: #ffc107;
    --sw-anchor-warning-secondary-color: #ffffff;
    --sw-progress-color: #78c043;
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: #78c043;
    --sw-loader-background-color: #f8f9fa;
    --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.modal-importarplanilha .toolbar-bottom {
    display: none;
}

.sw-theme-arrows > .nav > li > a.done:not(.btn):not(.active):hover,
.sw-theme-arrows > .nav > li > a.done:not(.btn):not(.active):focus {
    background-color: var(--sw-anchor-done-primary-color);
}
.sw-theme-arrows > .nav > li > a:not(.done):not(.btn):not(.active):hover,
.sw-theme-arrows > .nav > li > a:not(.done):not(.btn):not(.active):focus {
    background-color: var(--sw-anchor-default-primary-color);
}
.sw-theme-arrows > .nav .nav-link.active,
.sw-theme-arrows > .nav .nav-link.done {
    cursor: default;
}

.ui-autocomplete {
    max-height: 305px;
    overflow: auto;
}



.mdss-text-field--fullwidth {
    height: 38px;
}

.mdss-list .mdc-list-item__graphic {
    margin-right: 5px;
    position: relative;
    top: 7px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: none;
    border: 1px solid;
    color: inherit;
}

.mdss-list .mdc-list-item__text {
    margin: -1px;
    position: relative;
    top: -1px;
    width: 90%;
    width: calc(100% - 40px);
}   

.mdss-list .area-conteudo-item-lista {
    width: 100%;
}
.icone-imagemmdclistitem {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 40px;
    position: relative;
    top: 8px;
    margin-right: 5px;
    overflow: hidden;
}
.area-logo-selecionado {
    position: relative;
    top: -32px;
    width: 40px;
}

.md-campo-av-ano .area-iconeimagens {
    position: absolute;
    bottom: 4px;
    width: 40px;
    right: 0px;
    font-size: 19px;
    text-align: center;
    color: var(--mdc-theme-primary, green);
    cursor: pointer;
    background: white;
}
.label-nomeveiculoslider {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}
.icone-explicacaoimagens {
    position: absolute;
    top: 11px;
    right: 47px;
    font-size: 20px;
    cursor: pointer;
    color: #ff8900;
}
.md-campo-av-ano.mdc-text-field--disabled .area-iconeimagens {
    color: grey;
}
.slider-filtros-avancadosimagensveiculos {
    width: 100%;
}
.slider-filtros-avancadosimagensveiculos .slick-dots {
    max-height: 50px;
    overflow: hidden;
}
.slider-filtros-avancadosimagensveiculos .area-banner-filtro {
    height: 690px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
@media (max-width: 1199px) {
    .slider-filtros-avancadosimagensveiculos .area-banner-filtro {
        height: 600px;
    }
}

@media (max-width: 991px) {
    .slider-filtros-avancadosimagensveiculos .area-banner-filtro {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .slider-filtros-avancadosimagensveiculos .area-banner-filtro {
        height: 400px;
    }
}
@media (max-width: 400px) {
    .slider-filtros-avancadosimagensveiculos .area-banner-filtro {
        height: 300px;
    }
}
.slider-filtros-avancadosimagensveiculos .slick-prev:before, 
.slider-filtros-avancadosimagensveiculos .slick-next:before {
    font-size: 35px;
    color: #494949;
}
.slider-filtros-avancadosimagensveiculos .slick-prev {
    left: 7px;
    z-index: 100;
}
.slider-filtros-avancadosimagensveiculos .slick-next {
    right: 7px;
}
.carregando {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(160, 160, 160, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    animation: loadingAnimation 1.5s infinite ease-in-out;
    pointer-events: none; /* Impede que o reflexo interfira na interação com a div */
}
@keyframes loadingAnimation {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
    /*
    100% {
        transform: translateX(-100%);
    }*/
}


:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:focus::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:active::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:focus-within::before {
    opacity: .04;
}

.mdc-tab-bar .mdc-tab {
    padding-left: 10px;
    padding-right: 10px;
}
.mdss-tab-bar-tipoveiculo .mdc-tab {
    font-size: 12px;
}


.area-modalaplicacao-veiculos .table-sm th,
.area-modalaplicacao-veiculos .table-sm td {
  padding: 0.1rem;
}
.container-swal-aplicacao.swal2-popup .swal2-content {
  font-size: 0.9em;
}
.mdss-tab-bar-abaaplicacao .mdc-tab--stacked {
    height: 30px;
}
.mdss-tab-bar-abalistaprodutoekits .mdc-tab--stacked {
  height: 35px;
}
.area-bullet-qtd-kits {
  width: 30px;
  display: inline-block;
}
.bullet-qtd-kits {
  display: none;
  color: white;
  border-radius: 10px;
  padding: 2px 4px 2px 6px;
}
.bullet-qtd-kits.bullet-carregado {
  margin-left: 5px;
  display: inline-block;
  animation: treme 0.1s;
  animation-iteration-count: 3;
}

.area-para-label-result-placa {
    height: 24px;
}

.slider-filtros-avancados .slick-next {
    right: 15px;
}
.slider-filtros-avancados .slick-prev {
    left: 15px;
    z-index: 1;
}

.area-itens-config .mdc-icon-button, 
.mdc-icon-button.icon-button-ss {
    padding: 0;
    height: 35px;
    width: 35px;
}
.area-itens-config .mdc-icon-button.mdc-ripple-upgraded::before,
.mdc-icon-button.icon-button-ss.mdc-ripple-upgraded::before {
    width: 12px;
    height: 12px;
    top: 11px;
    left: 11px;
}

.area-itens-config .mdc-icon-button.mdc-ripple-upgraded::after,
.mdc-icon-button.icon-button-ss.mdc-ripple-upgraded::after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
}

.area-itens-config .icone-collapse {
    font-size: 25px;
    top: 2px;
    position: relative;
    line-height: 35px;
    vertical-align: top;
}

thead > tr > th > .mdc-form-field > .mdc-checkbox > .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
thead > tr > th > .mdc-form-field > .mdc-checkbox > .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 1px #ffffff;
}

thead > tr > th > .mdc-form-field > .mdc-checkbox > .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
thead > tr > th > .mdc-form-field > .mdc-checkbox > .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
    background-color: transparent;
    box-shadow: 0px 0px 3px 1px #ffffff;
}

thead > tr > th > .mdc-form-field > .mdc-checkbox {
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    top: -10px;
}

.mdc-checkbox {
    margin-top: -2px;
    margin-bottom: -2px;
}

.botao-copiarchave {
    font-size: 22px;
    position: relative;
    top: -2px;
    cursor: pointer;
}


/*Estilos icone para identificacao pagamento por paygo*/
.icone-status-pedido-paygo,
.icone-status-pedido-picpay,
.icone-status-pedido-payparts {
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
    position: relative;
    left: 5px;
}
 
.icone-status-pedido-paygo.fa-money-bill-alt > span,
.icone-status-pedido-picpay.fa-money-bill-alt > span
{
    position: relative;
    left: -9px;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
    top: 2px;
}

.icone-status-pedido-paygo.fa-money-bill-alt, 
.icone-status-pedido-picpay.fa-money-bill-alt,
.icone-status-pedido-picpay .fa-check {
    color: #008000;
}
.icone-status-pedido-paygo.fa-exclamation-triangle,
.icone-status-pedido-picpay .fa-exclamation-triangle,
.icone-status-pedido-payparts .fa-exclamation-triangle {
    color: #ffa500;
}

.icone-verificar-status-pedido,
.icone-cancelar-pagamento-pedido {
    cursor: pointer;
}

.icone-picpay {
    background: url('../img/icone-picpay.png') no-repeat;
    background-size: contain;
    display: inline-block;
    width: 50px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.icone-question-pagto {
    cursor: pointer;
}

.instrucao-qrcode {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.icone-picpay-pequeno {
    background-image: url('../img/icone-picpay.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 55px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 4px;
}
.icone-status-pedido-payparts.pendente {
    cursor: pointer;
}
.icone-picpay-medio {
    background-image: url('../img/icone-picpay.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 100%;
    background-position: center;
}

.icone-canto-superioresquerdo {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 85px;
    /* margin-right: 185px; */
    position: absolute;
    top: -20px;
    right: 180px;
    z-index: 1;
}
.icone-canto-superiordireito {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 85px;
    /* margin-right: 185px; */
    position: absolute;
    top: -20px;
    left: 180px;
    z-index: 1;
}
.icone-canto-inferiordireito {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    font-size: 85px;
    /* margin-right: 185px; */
    position: absolute;
    top: -63px;
    left: 180px;
    z-index: 1;
}
.icone-canto-inferioresquerdo {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    font-size: 85px;
    /* margin-right: 185px; */
    position: absolute;
    top: -63px;
    right: 180px;
    z-index: 1;
}

.icone-sucesso-grande {
    width: 100%;
    text-align: center;
    font-size: 200px;
    color: #4CAF50;
}
.fakeLoaderpayparts .container1 > div,
.fakeLoaderpayparts .container2 > div, .container3 > div {
    background-color: var(--mdc-theme-primary, green);
}
.fakeLoaderpayparts .fl-mensagem2 {
    position: relative;
    top: 135px;
}



/*Raspadinha - inicio*/
#txtcodigocupom {
    text-transform: uppercase;
}

.container-cupom {
    border: 3px solid yellow;
    position: relative;
    width: 306px;
    height: 356px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.canvas-cupom {
    position: absolute;
    top: 0;
}

.area-disposicaocupom {
    padding: 20px;
}

#secret-code {
    color: red;
}
/*Raspadinha - Fim*/

/*Item Geral*/
.area-itemgeral .fa-edit {
    color: #007bff;
    font-size: 22px;
    cursor: pointer;
}
.area-itemgeral .fa-trash {
    color: #dc3545;
    font-size: 22px;
    cursor: pointer;
}



/*Estilos Conjugados*/
.item-conjugado {
    margin-top: 10px;
    margin-bottom: 10px;
    outline: none;
}
.conj-descnome {
    height: 56px;
}

.campo-conj-qtd {
    border: 1px solid #f4f4f4;
    outline: none;
    padding-left: 0;
    padding-right: 0;
}

.campo-conjugados .slick-track {
    margin-left:0;
}
.campo-conjugados .slick-next {
    right: -25px;
}
.campo-conjugados .slick-prev {
    left: -25px;
    z-index: 9;
}
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}
.campo-conjugados .slick-prev:before,
.campo-conjugados .slick-next:before {
    color: #cfcfcf;
    font-size: 50px;
    opacity: 1;
}

.campo-conjugados .slick-prev:hover:before,
.campo-conjugados .slick-next:hover:before {
    color: #b0b0b0;
}




.item-horarioservidor {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
}


#gridcondicaopagamento .grid-linha .td-descicaoprazo {
    font-size: 14px;
    line-height: 14px;
}



/*Para transformar Grid datatablejs em cards */
.dtjs-cards tbody tr {
    float: left;
    width: 20rem;
    width: 100%;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.25);
    max-width: 31.5%;
    max-width: calc(33.333333% - 1rem);
    outline: none;
}

.pagina-tabloid .dtjs-cards tbody tr {
    max-width: 100%;
    margin: 0;
}

@media (max-width: 1199px) {
    
    .fakeLoaderpayparts {
        left: -30px !important;
    }
}
@media (max-width: 991px) {
    .dtjs-cards tbody tr {
        max-width: 47.4%;
        max-width: calc(50% - 1rem);
    }
    .pagina-tabloid .dtjs-cards tbody tr {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .dtjs-cards tbody tr {
        max-width: 96%;
        max-width: calc(100% - 1rem);
    }
    .pagina-tabloid .dtjs-cards tbody tr {
        max-width: 100%;
    }
    .icone-canto-superioresquerdo,
    .icone-canto-superiordireito,
    .icone-canto-inferioresquerdo,
    .icone-canto-inferiordireito {
        display: none;
    }
    .area-linkpayparts,
    .botao-copiarlinkpaypartsexterno {
        text-align: center !important;
    }
    .fakeLoaderpayparts .fl, .fakeLoaderpayparts .fl-mensagem {
        top: 0 !important;
    }
    .fakeLoaderpayparts .fl-mensagem2 {
        top: 36px;
    }
    .fakeLoaderpayparts {
        left: 0 !important;
    }
}
@media (max-width: 768px) {
    .area-conj-qtd > .row {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.dtjs-cards tbody td {
    display: block;
}

.dtjs-cards thead {
    display: none;
}

.dtjs-cards td:before {
    content: attr(data-label);
    display: inline;
    position: relative;
    font-size: 85%;
    top: -0.5rem;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

.pagina-tabloid #gridprodutotabloid_wrapper div.dataTables_scrollBody {
    min-height: 510px;
    max-height: 510px;
}
.pagina-tabloid #gridcarrinho_wrapper div.dataTables_scrollBody {
    max-height: 328px;
}
.pagina-tabloid .area-table-carrinho {
    max-height: 335px;
}

.area-conteudo-card {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;*/
    display: inline-block;
}

.card-imagem {
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
}

.area-checkbox-e-imagem {
    width: 80px;
    display: inline-block;
    float: left;
}
.pagina-tabloid #gridcarrinho .area-checkbox-e-imagem {
    width: 35px;
}
.area-checkbox-sem-imagem {
    width: 44px;
    display: inline-block;
    float: left;
}

.area-conteudo-card-texto {
    display: inline-block;
    padding: 5px 5px 0;
    width: 100%;
}

.area-conteudo-card-texto .mdc-typography > b {
    vertical-align: top;
}
.area-conteudo-card-texto .mdc-typography.area-valor-card-cominput > b {
    vertical-align: middle;
}
#gridcarrinho .area-quantidade-unitario {
    display: inline-block;
}
.td-card .mdc-typography.area-valor-card-cominput .area-quantidade-unitario,
.td-card .mdc-typography.area-valor-card-cominput .area-preco-unitario {
    display: inline-block;
}
.pagina-tabloid .td-card .mdc-typography.area-valor-card-cominput .area-preco-unitario {
    position: relative;
    top: -4px;
}
.area-conteudo-card-cominputs.mdc-card__primary-action:hover::before {
    opacity: 0;
}
.area-conteudo-card-cominputs:hover {
    background: rgba(0,0,0,0.04);
}
.area-conteudo-card-texto .mdc-typography.area-valor-card.area-valor-card-chave > b {
    position: relative;
    top: 3px;
}


.area-conteudo-card-com-imagem .area-conteudo-card-texto {
    width: calc(100% - 80px);
}
.pagina-tabloid #gridcarrinho .area-conteudo-card-com-imagem .area-conteudo-card-texto {
    width: calc(100% - 70px);
}
.info-qtdcarrinho {
    color: white;
    position: relative;
    left: -12px;
    top: -12px;
    font-size: 13px;
    margin-right: -18px;
    display: none;
}
.pagina-tabloid #gridprodutotabloid .grid-linha.item-comprado .info-qtdcarrinho {
    display: inline-block;
}
#gridprodutotabloid .grid-linha {
    height: 82px;
}
.row:has(> div > #gridprodutotabloid_length) {
    display: none;
}
.row:has(> div > #gridprodutotabloid_paginate) {
    display: none;
}
.area-acoescardcarrinhotabloid {
    width: 35px;
    display: inline-block;
}
div.dataTables_wrapper.datatables-ss .table th.td-card,
div.dataTables_wrapper.datatables-ss .table td.td-card,
.table.table-semdt td.td-card,
.table td.td-card {
    padding: 0;
}

.table.table-zebrada.dtjs-cards > tbody > tr.grid-linha:not(.ct-grid):hover [class^="btn-"] {
    color: #525252;
}

table.dataTable.dtjs-cards.nowrap th,
table.dataTable.dtjs-cards.nowrap td {
    white-space: initial;
}

.dtjs-cards .card-titulo {
    height: 42px;
    line-height: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagina-tabloid .dtjs-cards .card-titulo {
    height: 20px;
    line-height: 18px;
    margin-bottom: 0px;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.pagina-tabloid #gridcarrinho.dtjs-cards .mdc-typography--subtitle2,
.pagina-tabloid #gridcarrinho.dtjs-cards .mdc-typography--subtitle2 .form-control {
    font-size: 12px;
}


.dtjs-cards .card-cliente-ematendimento .card-titulo {
    padding-right: 20px;
}
.card-cliente-ematendimento .area-icone-carrinho {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.card-cliente-ematendimento .area-icone-carrinho .fa-shopping-cart {
    font-size: 20px;
}

/*Especificos para Detalhamento de cliente*/
.modal-detalhamentocliente .modal-header {
    margin-bottom: -62px;
    z-index: 1;
    border: none;
}
.modal-detalhamentocliente .modal-header .modal-title {
    display: none;
}
.modal-detalhamentocliente .modal-header .close {
    margin-right: 15px;
}

.modal-detalhamentocliente .jumbotron {
    padding: 10px 0;
    margin-bottom: 15px;
}
.modal-detalhamentocliente .jumbotron .fa-user-circle {
    font-size: 75px;
}
.modal-detalhamentocliente .jumbotron .titulo-detendereco,
.modal-detalhamentocliente .jumbotron .titulo-dettelefone, 
.modal-detalhamentocliente .jumbotron .titulo-detemail {
    font-size: 14px;
}
.modal-detalhamentocliente .area-imagemcliente {
    width: 100px;
}
.modal-detalhamentocliente .det-nomefantasia {
    font-size: 18px;
}
.modal-detalhamentocliente .fa-whatsapp {
    color: #25D366;
    font-size: 23px;
}
.modal-detalhamentocliente .area-iconedetclicard {
    display: inline-block;
    font-size: 30px;
    width: 65px;
    text-align: center;
    position: relative;
    top: -5px;
}
.modal-detalhamentocliente .area-iconedetclicard.area-iconedetclicardtotcomprado {
    top: 0px;
}
.modal-detalhamentocliente .area-textodetclicard {
    display: inline-block;
}
.modal-detalhamentocliente .carrinhoseg-detcard {
    position: absolute;
    top: 3px;
    left: 23px;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
    margin-bottom: -6px;
}
.modal-detalhamentocliente .background-percentage {
    background-color: var(--mdc-theme-primary, green);
    position: absolute;
    height: 73px;
    opacity: 0.2;
    border-radius: 4px;
    width: 0%;
    animation: background-percentageanim 1s linear infinite;
    animation-direction: alternate;
}

.modal-detalhamentocliente .area-cardcredito.creditousadomaiorouigual100 .background-percentage {
    background-color: #dc3545;
}

@keyframes background-percentageanim {
    0% {
        box-shadow: 0px 0 0px -3px var(--mdc-theme-secondary, green);
    }

    100% {
        box-shadow: 5px 0 6px -3px var(--mdc-theme-secondary, green);
    }
}

.modal-detalhamentocliente .area-parabackgroundper {
    position: relative;
    top: -9px;
}
.modal-detalhamentocliente .area-dadoscardcredito {
    position: relative;
}
.modal-detalhamentocliente #det-financeiro-saldodup,
.modal-detalhamentocliente #det-financeiro-saldcheque,
.modal-detalhamentocliente #det-financeiro-saldtot {
    box-shadow: 0 0 12px -4px inset #dc3545;
    border-color: #dc3545;
}
.modal-detalhamentocliente #det-financeiro-limcad,
.modal-detalhamentocliente #det-financeiro-limdisp {
    box-shadow: 0 0 12px -4px inset #28a745;
    border-color: #28a745;
}
.modal-detalhamentocliente #det-financeiro-condprepend {
    box-shadow: 0 0 12px -4px inset #ffc107;
    border-color: #ffc107;
}
.modal-detalhamentocliente .area-cardcredito.creditousadomaiorouigual100 {
    animation: bordervermelhapulsanteanim 0.8s linear infinite;
    animation-direction: alternate;
}

@keyframes bordervermelhapulsanteanim {
    0% {
        box-shadow: 0 0 6px 0px #dc3545;
    }
    30% {
        box-shadow: 0 0 6px 0px #dc3545;
    }
    100% {
        box-shadow: 0 0 0px -6px #dc3545;
    }
}









.dtjs-cards .card-titulo.card-titulo-umalinha {
    height: 35px;
    line-height: 24px;
}
.dtjs-cards .card-titulo.card-titulo-umalinha-comcheckbox {
    height: 35px;
    line-height: 35px;
}
.dtjs-cards .card-titulo.card-titulo-umalinha-semcheckbox {
    height: 25px;
}

.dtjs-cards .mdc-typography--subtitle2,
.dtjs-cards .area-valor-card {
    line-height: 16px;
    height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dtjs-cards .area-dadosplanilha {
    height: 136px;
}
.table-importacaoplanilha.dtjs-cards .btn-aplicacao {
    height: 30px;
}
.dtjs-cards .area-valor-card.area-valor-card-cominput {
    height: 40px;
}
.pagina-tabloid .dtjs-cards .area-valor-card.area-valor-card-cominput {
    height: 20px;
}



.dtjs-cards .area-valor-card.area-valor-card-chave {
    height: 25px;
}
.dtjs-cards .area-pesquisa-log {
    height: 160px;
    -webkit-line-clamp: 2;
}

.td-card .area-total-unitario,
.td-card .area-total-unitario-comimposto {
    display: inline-block;
}

.icone-motor {
    background-image: url('../img/icon_engine.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 50px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-top: -26px;
}

.icone-transmissao {
    background-image: url('../img/icon_transmission.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 30px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-top: -26px;
}

.icone-suspensao {
    background-image: url('../img/icon_suspension.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 30px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-top: -26px;
}

.icone-freio {
    background-image: url('../img/icon_carbrakes.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-top: -26px;
}

.icone-direcao {
    background-image: url('../img/icon_steeringwheel.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-top: -26px;
}

.icone-pneu {
    background-image: url('../img/icon_wheel.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 30px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-top: -26px;
}

.icone-foto {
    background-image: url('../img/foto1.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 30px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 15px;
    margin-top: -26px;
}

.modal-detalhamentopesquisaveiculo > .modal-dialog {
    box-shadow: 0px 0px 300px 11px black;
}

.modal-detalhamentopesquisaveiculo .nav-tabs .nav-link:not(.active) {
    background-color: #f0f0f0;
    border-color: #dee2e6 #dee2e6 #dee2e6;
}

.modal-detalhamentopesquisaveiculo .nav-tabs .nav-link:not(.active):hover {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
}

.form-control[readonly] {
    background-color: #f3f3f3;
    opacity: 1;
}

#detpesqveiculomotor label {
    justify-content: right;
}

.controles-detalhesveiculo {
    position: relative;
    top: -270px;
    font-size: 50px;
    margin-top: -50px;
}
.controle-detalhesveiculo {
    cursor: pointer;
}
.controle-detalhesveiculo.desativado {
    color: #c2c2c2;
}
.controle-detalhesveiculo-proximo {
    float: right;
}
.identificador-pag-motor {
    font-weight: bold;
}
.mdc-form-field .label-ckbox {
    margin-bottom: 0;
}
/*
.mdc-components {
    box-sizing: border-box;
    display: flex;
    font-family: Roboto;
    margin: 64px auto;
    width: 1664px;
}

.mdc-components__section {
    display: flex;
}

.mdc-components__column {
    display: flex;
    height: 664px;
    flex-direction: column;
    margin: 0 8px;
    width: 400px;
}

.mdc-components .flex {
    flex: 1;
    box-sizing: border-box;
}

.mdc-components p {
    color: #616161;
    font-size: 14px;
    font-weight: bold;
}

.mdc-component > p {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
}

.mdc-component__section {
    align-items: center;
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    height: 400px;
    position: relative;
    overflow: hidden;
    width: 400px;
}

.mdc-component__section--size-narrow {
    height: 152px;
}

.mdc-component__section__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 30px;
}

.mdc-component__section__content__frame {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.mdc-component__section--size-full {
    height: 620px;
}

.mdc-component__containers {
    align-items: flex-start;
    display: flex;
    height: 292px;
    flex-direction: row;
}

.mdc-component__containers__primary__only p {
    display: none;
}

.mdc-component__containers__primary, .mdc-component__containers__secondary {
    display: flex;
    align-items: center;
}

    .mdc-component__containers__primary > p, .mdc-component__containers__secondary > p {
        color: #616161;
        font-size: 11px;
        font-weight: bold;
    }

.mdc-component__containers__primary__only {
    margin-top: 40px;
}

.mdc-component__containers__secondary {
    margin-left: 80px;
}

.mdc-component__containers__primary, .mdc-component__containers__secondary {
    flex-direction: column;
}

    .mdc-component__containers__primary > p, .mdc-component__containers__secondary > p {
        margin: 25px 0 15px;
    }

    .mdc-component__containers__primary > *[class^="mdc-"]:not(:nth-child(2)), .mdc-component__containers__secondary > *[class^="mdc-"]:not(:nth-child(2)) {
        margin-top: 40px;
    }

.mdc-component__containers[dir-horizontal] {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .mdc-component__containers[dir-horizontal] .mdc-component__containers__primary__only {
        margin-top: 0;
    }

    .mdc-component__containers[dir-horizontal] .mdc-component__containers__secondary {
        margin-left: 0;
        margin-top: 12px;
    }

    .mdc-component__containers[dir-horizontal] .mdc-component__containers__primary, .mdc-component__containers[dir-horizontal] .mdc-component__containers__secondary {
        flex-direction: row;
    }

        .mdc-component__containers[dir-horizontal] .mdc-component__containers__primary > p, .mdc-component__containers[dir-horizontal] .mdc-component__containers__secondary > p {
            margin: 0 16px 0 0;
            text-align: right;
            width: 60px;
        }

        .mdc-component__containers[dir-horizontal] .mdc-component__containers__primary > *[class^="mdc-"], .mdc-component__containers[dir-horizontal] .mdc-component__containers__secondary > *[class^="mdc-"] {
            margin-top: 0;
            margin-right: 60px;
        }

*, :after, :before {
    box-sizing: inherit;
}

@media all and (max-width: 1712px) {
    .mdc-components {
        margin: 32px auto;
        width: 832px;
    }

    .mdc-components__section {
        flex-direction: column;
    }

    .mdc-components__column {
        margin-bottom: 64px;
    }
}

@media all and (max-width: 880px) {
    .mdc-components {
        flex-direction: column;
        width: 416px;
    }
}

.mdc-component__buttons .mdc-component__containers__primary .mdc-button,
.mdc-component__buttons .mdc-component__containers__primary .mdc-fab {
    background-color: #c82825;
    color: #ffffff;
}

.mdc-component__buttons .mdc-component__containers__primary .mdc-button--plain,
.mdc-component__buttons .mdc-component__containers__primary .mdc-fab--plain {
    background-color: transparent;
    color: #c82825;
}

.mdc-component__buttons .mdc-component__containers__secondary .mdc-button,
.mdc-component__buttons .mdc-component__containers__secondary .mdc-fab {
    background-color: #dc8281;
    color: #000000;
}

.mdc-component__buttons .mdc-component__containers__secondary .mdc-button--plain,
.mdc-component__buttons .mdc-component__containers__secondary .mdc-fab--plain {
    background-color: transparent;
    color: #dc8281;
}

.mdc-component__buttons .mdc-component__containers__primary .mdc-button--raised.mdc-ripple-upgraded::before,
.mdc-component__buttons .mdc-component__containers__primary .mdc-button--raised.mdc-ripple-upgraded::after {
    background-color: rgba(255, 255, 255, 0.06);
}

.mdc-component__buttons .mdc-component__containers__primary .mdc-button--plain.mdc-ripple-upgraded::before,
.mdc-component__buttons .mdc-component__containers__primary .mdc-button--plain.mdc-ripple-upgraded::after {
    background-color: rgba(200, 40, 37, 0.06);
}

.mdc-component__buttons .mdc-component__containers__primary .mdc-fab.mdc-ripple-upgraded::after {
    background-color: rgba(255, 255, 255, 0.16);
}

.mdc-component__buttons .mdc-component__containers__primary .mdc-fab--plain.mdc-ripple-upgraded::after {
    background-color: rgba(200, 40, 37, 0.16);
}

.mdc-component__buttons .mdc-component__containers__secondary .mdc-button--raised.mdc-ripple-upgraded::before,
.mdc-component__buttons .mdc-component__containers__secondary .mdc-button--raised.mdc-ripple-upgraded::after {
    background-color: rgba(0, 0, 0, 0.06);
}

.mdc-component__buttons .mdc-component__containers__secondary .mdc-button--plain.mdc-ripple-upgraded::before,
.mdc-component__buttons .mdc-component__containers__secondary .mdc-button--plain.mdc-ripple-upgraded::after {
    background-color: rgba(220, 130, 129, 0.06);
}

.mdc-component__buttons .mdc-component__containers__secondary .mdc-fab.mdc-ripple-upgraded::after {
    background-color: rgba(0, 0, 0, 0.16);
}

.mdc-component__buttons .mdc-component__containers__secondary .mdc-fab--plain.mdc-ripple-upgraded::after {
    background-color: rgba(220, 130, 129, 0.16);
}

.mdc-component__selection .mdc-component__containers__primary__only .mdc-snackbar {
    transform: translate(-50%,-100%);
}

.mdc-component__selection .mdc-snackbar {
    left: auto !important;
    transform: translate(-28%,-164%);
    position: absolute;
    min-width: 240px;
    margin-left: -16px;
    width: 240px;
}

.mdc-component__selection .mdc-snackbar__secondary {
    transform: translate(-28%,-40%);
}

.mdc-component__selection .mdc-snackbar__text,
.mdc-component__selection .mdc-snackbar__action-button {
    opacity: 1;
    font-size: 12px;
}

.mdc-component__switches .mdc-component__containers__primary .mdc-checkbox__native-control:checked:not(:disabled) ~ .mdc-checkbox__background,
.mdc-component__switches .mdc-component__containers__primary .mdc-checkbox__native-control:indeterminate:not(:disabled) ~ .mdc-checkbox__background,
.mdc-component__switches .mdc-component__containers__primary .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
    background-color: #c82825;
    border-color: #c82825;
}

.mdc-component__switches .mdc-component__containers__primary .mdc-switch__native-control:checked ~ .mdc-switch__background::before,
.mdc-component__switches .mdc-component__containers__primary .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before,
.mdc-component__switches .mdc-component__containers__primary .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob {
    background-color: #c82825;
}

.mdc-component__switches .mdc-component__containers__primary .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: #c82825;
}

.mdc-component__switches .mdc-component__containers__primary .mdc-checkbox__background::before,
.mdc-component__switches .mdc-component__containers__primary .mdc-radio__background::before {
    background-color: #c82825;
}

.mdc-component__switches .mdc-component__containers__secondary .mdc-checkbox__native-control:checked:not(:disabled) ~ .mdc-checkbox__background,
.mdc-component__switches .mdc-component__containers__secondary .mdc-checkbox__native-control:indeterminate:not(:disabled) ~ .mdc-checkbox__background,
.mdc-component__switches .mdc-component__containers__secondary .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
    background-color: #dc8281;
    border-color: #dc8281;
}

.mdc-component__switches .mdc-component__containers__secondary .mdc-switch__native-control:checked ~ .mdc-switch__background::before,
.mdc-component__switches .mdc-component__containers__secondary .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before,
.mdc-component__switches .mdc-component__containers__secondary .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob {
    background-color: #dc8281;
}

.mdc-component__switches .mdc-component__containers__secondary .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: #dc8281;
}

.mdc-component__switches .mdc-component__containers__secondary .mdc-checkbox__background::before,
.mdc-component__switches .mdc-component__containers__secondary .mdc-radio__background::before {
    background-color: #dc8281;
}

.mdc-component__switches .mdc-component__containers__primary .mdc-checkbox.mdc-ripple-upgraded--unbounded::before,
.mdc-component__switches .mdc-component__containers__primary .mdc-checkbox.mdc-ripple-upgraded--unbounded::after,
.mdc-component__switches .mdc-component__containers__primary .mdc-radio.mdc-ripple-upgraded--unbounded::before,
.mdc-component__switches .mdc-component__containers__primary .mdc-radio.mdc-ripple-upgraded--unbounded::after {
    background-color: rgba(200, 40, 37, 0.14);
}

.mdc-component__switches .mdc-component__containers__secondary .mdc-checkbox.mdc-ripple-upgraded--unbounded::before,
.mdc-component__switches .mdc-component__containers__secondary .mdc-checkbox.mdc-ripple-upgraded--unbounded::after,
.mdc-component__switches .mdc-component__containers__secondary .mdc-radio.mdc-ripple-upgraded--unbounded::before,
.mdc-component__switches .mdc-component__containers__secondary .mdc-radio.mdc-ripple-upgraded--unbounded::after {
    background-color: rgba(220, 130, 129, 0.14);
}

.mdc-component__cards .mdc-card {
    background-color: #ffffff;
    height: 316px;
    width: 262px;
}

.mdc-component__cards .mdc-card__title,
.mdc-component__cards .mdc-card__subtitle {
    font-size: 11px;
    line-height: 17px;
}

.mdc-component__cards .mdc-card__subtitle {
    color: #707070;
}

.mdc-component__cards .mdc-card__header {
    align-items: center;
    display: flex;
    height: 40px;
    padding: 0 16px 20px;
}

.mdc-component__cards .demo-card__avatar {
    background: #bdbdbd;
    height: 40px;
    width: 40px;
    margin-right: 12px;
    border-radius: 50%;
}

.mdc-component__cards .mdc-card__supporting-text {
    font-size: 10px;
}

.mdc-component__cards .demo-card--with-avatar .mdc-card__title,
.mdc-component__cards .demo-card--with-avatar .mdc-card__subtitle {
    margin-left: 56px;
}

.mdc-component__cards .mdc-card__actions {
    display: flex;
    justify-content: flex-end;
    padding: 0 16px 16px 16px;
}

.mdc-component__cards .mdc-card__media {
    height: 140px;
    overflow: hidden;
    padding: 0
}

    .mdc-component__cards .mdc-card__media .material-image {
        top: 64px;
        position: relative;
    }

.mdc-component__cards .mdc--theme-primary {
    background-color: #c82825;
    color: #ffffff;
}

.mdc-component__cards .mdc--theme-secondary {
    background-color: #dc8281;
    color: #000000;
}

.mdc-component__cards .material-image .material-image__background {
    fill: #8f0000;
}

.mdc-component__cards .material-image .material-image--shape-circle,
.mdc-component__cards .material-image .material-image--shape-triangle {
    fill: #c82825;
}

.mdc-component__cards .material-image .material-image--shape-intersection {
    fill: #8f0000;
}

.mdc-component__cards .mdc-button--raised.mdc--theme-primary.mdc-ripple-upgraded::after {
    background-color: rgba(255, 255, 255, 0.06);
}

.mdc-component__cards .mdc-button--raised.mdc--theme-secondary.mdc-ripple-upgraded::after {
    background-color: rgba(0, 0, 0, 0.06);
}

.mdc-component__menu .mdc-toolbar {
    background-color: #dc8281;
    z-index: 1;
}

.mdc-component__menu .mdc-toolbar {
    height: 56px;
    padding: 16px;
}

.mdc-component__menu .mdc-permanent-drawer {
    border-right: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3;
}

.mdc-component__menu .mdc-backdrop {
    background-color: rgba(0, 0, 0, .50);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.mdc-component__menu .nav-header {
    height: 140px;
    position: relative;
    overflow: hidden;
}

    .mdc-component__menu .nav-header .material-image {
        position: relative;
        top: -50px;
    }

.mdc-component__menu .mdc-permanent-drawer {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-component__menu .mdc-list-item {
    font-weight: 400;
}

    .mdc-component__menu .mdc-list-item.mdc-ripple-upgraded {
        left: 0;
    }

        .mdc-component__menu .mdc-list-item.mdc-ripple-upgraded::before,
        .mdc-component__menu .mdc-list-item.mdc-ripple-upgraded::after {
            background-color: rgba(200, 40, 37, 0.06);
        }

.mdc-component__menu .mdc-permanent-drawer .mdc-permanent-drawer--selected::before,
.mdc-component__menu .mdc-permanent-drawer .mdc-list-item:active::before {
    background-color: #c82825;
    opacity: .16;
}

.mdc-component__menu .mdc-permanent-drawer--selected.mdc-list-item .mdc-list-item__start-detail,
.mdc-component__menu .mdc-permanent-drawer .mdc-permanent-drawer--selected {
    color: inherit;
}

.mdc-component__menu .material-image__background {
    fill: #8f0000;
}

.mdc-component__menu .material-image--shape-circle,
.mdc-component__menu .material-image--shape-triangle {
    fill: #c82825;
}

.mdc-component__menu .material-image--shape-intersection {
    fill: #8f0000;
}

.mdc-component__textfield .mdc-component__containers {
    margin-top: 40px;
}

.mdc-component__textfield .mdc-component__containers__secondary {
    padding: 17px 0;
}

.mdc-component__textfield .mdc-component__containers p {
    padding-bottom: 20px;
}

.mdc-component__textfield .mdc-textfield {
    margin-right: 14px !important;
}

.mdc-component__textfield .mdc-textfield__input {
    width: 264px;
}

.mdc-component__textfield .mdc-textfield__label {
    bottom: 12px;
}

.mdc-component__textfield .mdc-textfield--theme-primary .mdc-textfield__label {
    color: #c82825;
}

.mdc-component__textfield .mdc-textfield--theme-primary .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus {
    border-color: #c82825;
}

.mdc-component__textfield .mdc-textfield--theme-secondary .mdc-textfield__label {
    color: #dc8281;
}

.mdc-component__textfield .mdc-textfield--theme-secondary .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus {
    border-color: #dc8281;
}

.mdc-component__toolbar .app-bar {
    background-color: #8f0000;
    display: block;
    height: 20px;
    width: 100%;
}

.mdc-component__toolbar .mdc-toolbar {
    height: 56px;
    padding: 16px;
    flex-direction: row;
    align-items: center;
}

.mdc-component__toolbar .mdc-toolbar__section {
    align-items: center;
}

.mdc-component__toolbar .mdc-toolbar__title {
    padding-left: 8px;
}

.mdc-component__toolbar .material-icons {
    color: #ffffff;
}

.mdc-component__toolbar .material-image {
    position: relative;
    top: -64px;
}

.mdc-component__toolbar main {
    background-color: white;
    height: calc(100% - 48px);
}

.mdc-component__toolbar .cover-image__frame {
    display: block;
    height: 220px;
    position: relative;
    width: 100%;
}

.mdc-component__toolbar .cover-image {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.mdc-component__toolbar .mdc-fab {
    position: absolute;
    bottom: -25px;
    right: 28px;
}

.mdc-component__toolbar .content {
    font-size: 13px;
    line-height: 20px;
    padding: 50px 35px;
}

.mdc-component__toolbar .mdc-component__section__content__frame::before {
    bottom: 0;
    content: "";
    background-image: url(//storage.googleapis.com/demos-in-spec/images/android-bottom.png);
    background-repeat: no-repeat;
    height: 48px;
    position: absolute;
    width: 100%;
    z-index: 9999999;
}

.mdc-component__toolbar .mdc--theme-primary {
    background-color: #c82825;
    color: #ffffff;
}

.mdc-component__toolbar .mdc--theme-secondary {
    background-color: #dc8281;
    color: #000000;
}

.mdc-component__toolbar .material-image .material-image__background {
    fill: #a85455;
}

.mdc-component__toolbar .material-image .material-image--shape-circle,
.mdc-component__toolbar .material-image .material-image--shape-triangle {
    fill: #ffb3b0;
}

.mdc-component__toolbar .material-image .material-image--shape-intersection {
    fill: #a85455;
}

.mdc-component__toolbar .mdc-icon-toggle::before,
.mdc-component__toolbar .mdc-icon-toggle::after {
    background-color: rgba(255, 255, 255, 0.06);
}

.mdc-component__toolbar .mdc-fab.mdc--theme-primary.mdc-ripple-upgraded::after {
    background-color: rgba(255, 255, 255, 0.16);
}

.mdc-component__toolbar .mdc-fab.mdc--theme-secondary.mdc-ripple-upgraded::after {
    background-color: rgba(0, 0, 0, 0.16);
}
  */

.botao-editar-cadcliente {
    cursor: pointer;
}


/*Especificos para Relatorios*/
#gridacessos .fa-power-off,
#gridacessos .fa-list,
#gridacessos .fa-map-marked {
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
    cursor: pointer;
}

.item-contadorbotaoadmin {
    display: none;
}
.item-contadorbotaoadmin.maiorquezero {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 22px;
    background: var(--mdc-theme-secondary, gray);
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 50%;
}

.grid-linha.grid-linha-aindapendente {
    box-shadow: inset 0px 0px 3px 2px rgba(237, 77, 0, 0.3);
}
.grid-linha.grid-linha-janotificado {
    box-shadow: inset 0px 0px 3px 2px rgba(0, 128, 0, 0.3);
}

.grid-linha.grid-linha-aindapendente .fas {
    margin-right: 0.5rem;
    font-size: 27px;
    position: relative;
    top: 4px;
}
.grid-linha.grid-linha-janotificado .fas {
    margin-right: 0.5rem;
    font-size: 27px;
    position: relative;
    top: 4px;
}

#gridacessos tr {
    cursor: pointer;
}

#gridacessos tr.selecionado,
#gridacessos tr.selecionado .td-card .area-conteudo-card {
    box-shadow: inset 0 0 5px 1px black;
}


.td-ipcodigointerno {
    width: 90px;
    max-width: 90px;
    background: #38464036;
}
.td-ipcodfabricante {
    width: 115px;
    max-width: 115px;
    background: #38464036;
}
.td-ipcodbarras {
    width: 115px;
    max-width: 115px;
    background: #38464036;
}
.td-ipdescricao {
    width: 200px;
    max-width: 200px;
    background: #38464036;
}
.td-ipmarca {
    width: 70px;
    max-width: 70px;
    background: #38464036;
}
.td-ipquantidade {
    width: 90px;
    max-width: 90px;
    background: #38464036;
}




th.td-ipcodigointerno {
    background: #202b26;
}

th.td-ipcodfabricante {
    background: #202b26;
}

th.td-ipcodbarras {
    background: #202b26;
}

th.td-ipdescricao {
    background: #202b26;
}

th.td-ipmarca {
    background: #202b26;
}

th.td-ipquantidade {
    background: #202b26;
}
th.tdgroupdadosplanilha {
    background: #202b26;
}

.table-importacaoplanilha.table.table-zebrada > tbody > tr.grid-linha.grid-linha-impar.grid-linha-semprodutoencontrado {
    background: #e8b9b9;
}
.table-importacaoplanilha.table.table-zebrada > tbody > tr.grid-linha.grid-linha-par.grid-linha-semprodutoencontrado {
    background: #ecc5c5;
}

/*Fim Especificos para Relatorios*/
.wrapper-homologacao {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: -8px;
}

.obs-homologacao {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: obs-homologacaoanim 10s linear infinite;
    width: 100%;
    margin-top: -4px;
}

.obs-homologacao p {
    display: inline-block;
    width: 50%;
    margin: 0;
}

@keyframes obs-homologacaoanim {
    0% {
        transform: translate3d(25%, 0, 0);
    }

    100% {
        transform: translate3d(-25%, 0, 0);
    }
}



/*Metas de vendedor*/
.custom-tick-sabadodomingo text {
    fill: #a7a7a7;
}


.apexcharts-xaxis-label {
    white-space: normal !important;
    text-align: center;
}

.card-detalhemeta .jumbotron {
    padding: 10px 0;
    margin-bottom: 15px;
}
.card-detalhemeta .area-textodetclicard {
    display: inline-block;
}
.card-detalhemeta .area-iconedetclicard {
    display: inline-block;
    font-size: 30px;
    width: 50px;
    text-align: center;
    position: relative;
    top: -5px;
}
.card-detalhemeta .carrinhoseg-detcard {
    position: absolute;
    top: 3px;
    left: 16px;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
    margin-bottom: -6px;
}

.progressbar-border {
    border: 1px solid #878787;
}
.progressbar-bar {
    background: var(--mdc-theme-primary, green);
}

#gridpesquisa-metaxcliente_info {
    display: none;
}

#gridpesquisa-metaxcliente th {
    position: sticky;
    top: 0;
    z-index: 2;
}
#gridpesquisa-metaxcliente thead tr {
    position: sticky;
    top: 0;
}
table.dataTable#gridpesquisa-metaxcliente {
    margin-top: 0px !important;
}

#gridpesquisa-metaxcliente_wrapper > .row > .col-sm-12 {
    max-height: 374px;
}



/*Estilos para Rastreio*/
.wrapper.wrapperStepProgress {
    font-family: 'Helvetica';
    font-size: 14px;
    display: inline-block;
}

.StepProgress {
    position: relative;
    padding-left: 150px;
    list-style: none;
}

    .StepProgress:before {
        /* display: inline-block; */
        /* content: ''; */
        position: absolute;
        top: 0;
        left: 125px;
        width: 10px;
        height: 100%;
        border-left: 3px solid #CCC;
    }

.StepProgress-item {
    position: relative;
    counter-increment: list;
    text-align: left;
}

    .StepProgress-item .momento {
        display: block;
        margin-bottom: -20px;
        margin-left: -155px;
        padding-top: 3px;
        height: 21px;
    }

    .StepProgress-item:not(:last-child) {
        padding-bottom: 20px;
    }

    .StepProgress-item:before {
        display: inline-block;
        content: '';
        position: absolute;
        left: -25px;
        height: 100%;
        width: 10px;
    }

    .StepProgress-item:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -37px;
        width: 25px;
        height: 25px;
        border: 2px solid #CCC;
        border-radius: 50%;
        background-color: #FFF;
    }

    .StepProgress-item.is-done:before {
        border-left: 3px solid green;
    }

    .StepProgress-item.is-done:after {
        content: "✔";
        font-size: 15px;
        color: #FFF;
        text-align: center;
        border: 2px solid green;
        background-color: green;
    }

    .StepProgress-item.cancelado:before {
        border-left: 3px solid red;
    }

    .StepProgress-item.cancelado:after {
        content: "x";
        font-size: 15px;
        color: #FFF;
        text-align: center;
        border: 2px solid red;
        background-color: red;
    }

    .StepProgress-item.current:before {
        border-left: 3px dotted green;
    }

    .StepProgress-item.etapa5:before {
        display: none;
    }

    .StepProgress-item.current:after {
        content: counter(list);
        padding-top: 1px;
        width: 25px;
        height: 25px;
        top: -3px;
        /*left: -40px;*/
        font-size: 14px;
        text-align: center;
        color: green;
        border: 2px solid green;
        background-color: white;
    }

.StepProgress strong {
    display: block;
}

.StepProgress .fa-smile-wink {
    font-size: 22px;
    color: green;
}

.StepProgress .fa-flag {
    font-size: 22px;
    color: green;
}

.StepProgress .fa-check {
    font-size: 9px;
    color: green;
    position: relative;
    top: -6px;
    left: -15px;
}

.StepProgress-item:not(.is-done):not(.current):not(.etapa2) strong {
    opacity: 0.3;
}

.StepProgress-item .fa-exclamation-circle {
    color: orange;
    position: relative;
    left: -38px;
    font-size: 27px;
    bottom: 22px;
    margin-bottom: -25px;
    height: 25px;
    display: block;
    width: 25px;
    z-index: 1;
}

.StepProgress-item.current strong {
    color: green;
    font-size: 18px;
    position: relative;
    top: -4px;
}
.titulo-rastreio {
    box-shadow: 0 10px 7px -11px var(--mdc-theme-primary, green);
    margin-bottom: 30px;
}
/*Fim estilos para rastreio*/