.modal-backdrop {
  min-height: 100%
}

.no-gutter>[class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.total-height {
  height:100%;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.non-selectable {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%
}

*:focus {
  outline: 0 !important
}

html, body {
  height: 100%;
  font-size: 16px;
  font-family: 'Lato', sans-serif !important;
}

[ng-cloak] {
  display: none
}

#menu-topbar {
  height: 40px;
  background-color: #144154;
  z-index: 998;
  position: fixed;
  left: 0;
  right: 0
}

#menu-topbar.env-test {
  background-color: #3c0034 !important
}

#menu-topbar


.env-test

 

.btn


.active


:not

 

(
.btn-home

 

){
background-color


:

 

#3c0034


;
background


:

 

linear-gradient


(
to

 

bottom
,
#24001f

 

0,
#770068

 

100%)
}
#menu-topbar.env-demo {
  background-color: #074100 !important
}

#menu-topbar


.env-demo

 

.btn


.active


:not

 

(
.btn-home

 

){
background-color


:

 

#074100


;
background


:

 

linear-gradient


(
to

 

bottom
,
#042400

 

0,
#074100

 

100%)
}
#menu-topbar .btn {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  border-left: 1px solid #31576b;
  border-right: 1px solid #041f30;
  background-color: transparent;
  color: #fff;
  outline: 0;
  height: 40px;
  width: 40px
}

@media ( max-width :767px) {
  #menu-topbar .btn {
    border-bottom: 1px solid #31576b
  }
}

#menu-topbar .btn-desc {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  border-left: 1px solid #31576b;
  border-right: 1px solid #041f30;
  background-color: transparent;
  color: #fff;
  outline: 0;
  height: 40px;
  width: 170px
}

@media ( max-width :767px) {
  #menu-topbar .btn-desc {
    border-bottom: 1px solid #31576b
  }
}

#menu-topbar .btn-module>span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap
}

#menu-topbar .btn-module .module-title {
  float: left;
  padding: 10px;
  padding-right: 0;
  width: 75%
}

#menu-topbar .btn-module .module-close {
  float: right;
  padding: 10px;
  padding-left: 0;
  width: 15%
}

#menu-topbar

 

.btn-module


.active


:not

 

(
.btn-home

 

){
background-color


:

 

#31576b


;
background


:

 

linear-gradient


(
to

 

bottom
,
#041f30

 

0,
#31576b

 

100%)
}
#menu-topbar .btn-module.active:after {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(224, 229, 234, 0);
  border-bottom-color: #eef0f3;
  border-width: 8px;
  margin-left: -8px
}

#menu-topbar .btn-home {
  background: url(../img/icon-home.png) center no-repeat;
  border-left: none;
  color: transparent
}

#menu-topbar .btn-area {
  color: #849aa6
}

#menu-topbar .btn-cmp {
  background: url(../img/icon-company.png) center no-repeat
}

#menu-topbar .btn-msg {
  background: url(../img/icon-msg.png) center no-repeat
}

#menu-topbar .btn-cfg {
  background: url(../img/icon-cfg.png) center no-repeat
}

#menu-topbar .btn-tks {
  background: url(../img/icon-tasks.png) center no-repeat
}

#menu-topbar .btn-doc {
  background: url(../img/icon-central-documents.png) center no-repeat
}

#menu-topbar .btn-off {
  background: url(../img/icon-off.png) center no-repeat
}

#menu-topbar .btn-hlp {
  background: url(../img/icon-help.png) center no-repeat
}

#menu-header {
  border-bottom: 2px groove #eee;
  height: 40px;
  z-index: 998;
  position: fixed;
  left: 0;
  right: 0;
  top: 40px
}

#menu-header .btn {
  border-radius: 0
}

#menu-header .header-item {
  border-left: 1px solid #dee0dd;
  color: #777;
  font-size: 11px;
  height: 38px;
  padding: 10px;
  display: inline-block
}

#menu-header .header-title {
  color: #09c;
  display: inline-block;
  margin: 0 !important;
  padding: 8px 0 0 10px
}

#menu-contents {
  height: 100%;
  padding-top: 80px
}

@media ( max-width :767px) {
  #menu-contents {
    padding-top: 40px
  }
}

#menu-contents #menu-view {
  overflow: auto;
  height: 100%
}

#menu-contents .iframe-hide {
  visibility: hidden;
  width: 0;
  height: 0
}

#menu-contents .iframe-show {
  visibility: visible;
  height: 100%
}

#menu-desktop {
  padding: 10px
}

#menu-desktop .menu-block {
  background-color: #f9fafb;
  border-radius: 4px;
}

@media ( max-width :991px) {
  #menu-desktop .menu-block {
    overflow: hidden;
    overflow-y: scroll
  }
}

@media ( min-width :767px) {
  #menu-lateral {
    height: 100%
  }
}

#menu-logo {
  height: 160px;
  margin-bottom: 10px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 !important
}

#menu-logo img {
  display: block;
  margin: 0 auto
}

.menu-mini {
  height: 150px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #777;
  cursor: pointer;
  overflow: hidden;
  padding: 10px !important;
  white-space: nowrap
}

#menu-structure {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: calc(100% - 180px);
  color: #777;
  cursor: pointer;
  overflow: hidden;
  padding: 10px !important;
  white-space: nowrap
}

@media ( max-width :991px) {
  #menu-structure {
    height: calc(100% - 10px)
  }
}

#menu-structure .menu-title {
  padding: 5px 0 5px 8px;
  background: linear-gradient(to bottom, #fff 0, #eee 100%);
  border-top: 1px solid #ddd;
  height: 30px
}

#menu-structure .menu-title:first-child {
  border-top: none !important
}

#menu-structure .menu-title.active {
  background: none;
  color: #144154
}

#menu-structure .menu-group {
  font-weight: bold;
  height: 30px;
  padding: 5px 0 5px 15px
}

#menu-structure .menu-item {
  height: 30px;
  padding: 5px 0 5px 30px
}

#menu-structure .menu-item>.menu-item-text {
  width: 80%;
  display: inline-block
}

#menu-structure .menu-item:hover {
  background-color: #e0e5ea;
  color: #707070
}

#menu-structure .menu-item.active {
  background-color: #34799b;
  color: #fff;
  font-weight: bold
}

#menu-structure .menu-item.active:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(224, 229, 234, 0);
  border-right-color: #e0e5ea;
  border-width: 8px;
  float: right
}

#menu-recents {
  height: calc(100% -  120px);
  overflow: hidden;
  overflow-y: auto
}

#menu-favorites {
  height: calc(100% -  120px);
  overflow: hidden;
  overflow-y: auto
}

#menu-applications {
  height: calc(100% -  120px);
  overflow: hidden;
  overflow-y: auto
}

#menu-content {
  height: calc(100% - 10px);
  margin: 0 10px
}

#menu-module-title {
  height: 40px;
  color: #3b7b99
}

@media ( max-width :767px) {
  #menu-module-title>* {
    font-size: 14px;
    font-weight: bold
  }
}

#menu-search {
  height: 40px
}

#menu-selector {
  height: 40px
}

#menu-selector .selectors-group {
  width: 100%
}

#menu-selector .selectors-group .btn-selector {
  background-color: #fcfcfc;
  background: linear-gradient(to bottom, #fcfcfc 0, #e2e6ea 100%);
  border: 1px solid #e2e2e2;
  color: #7b7d7f;
  width: 25%
}

@media ( max-width :767px) {
  #menu-selector .selectors-group .btn-selector {
    font-size: 10px
  }
}

#menu-selector .selectors-group .btn-selector.active {
  background-color: #5f6467;
  background: linear-gradient(to bottom, #5f6467 0, #757c82 100%);
  color: #fff
}

#menu-selector .selectors-group .btn-selector.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(117, 124, 130, 0);
  border-top-color: #757c82;
  border-width: 8px;
  margin-left: -8px
}

#menu-table-programs {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 150px !important
}

@media ( max-width :991px) {
  #menu-table-programs {
    height: calc(100% - 175px)
  }
}

@media ( min-width :991px) {
  #menu-table-programs {
    height: calc(100% - 130px)
  }
}

#menu-table-programs .table-responsive {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll
}

#menu-table-programs .table-responsive .filter-program>input {
  height: 20px !important;
  font-size: 10px !important;
  padding-top: 0;
  padding-bottom: 0
}

#menu-table-programs .table-responsive .table {
  table-layout: fixed;
  white-space: nowrap
}

#menu-table-programs .table-responsive .table thead tr {
  background-color: #4b4b4b;
  color: #fff
}

#menu-table-programs

 

.table-responsive

 

.table

 

thead

 

tr

 

th


:not

 

(
:first-child


  

){
border-left


:

 

2
px

 

groove

 

#6f6f6f




}
#menu-table-programs .table-responsive .table tbody tr {
  cursor: default
}

#menu-table-programs .table-responsive .table tbody tr:nth-child(odd) {
  background-color: #f8f8f8
}

#menu-table-programs .table-responsive .table tbody tr:nth-child(even) {
  background-color: #f1f1f1
}

#menu-table-programs .table-responsive .table tbody tr td {
  overflow: hidden
}

#menu-table-programs .table-responsive .table tbody tr.active td {
  background-color: #ddd
}

#menu-table-programs .table-responsive .table tbody tr:hover {
  background-color: #ddd
}

#menu-processes {
  height: calc(100% -  120px);
  overflow: hidden;
  overflow-y: auto
}

.modal-content {
  border-radius: 0 !important;
  border: 8px solid rgba(119, 119, 119, 0.5) !important
}

.modal-header, .modal-footer {
  /* background-color: #ebf0f0 !important; */
  padding: 10px !important;
  background-color: #2c373a !important;
}

.modal-title {
  color: #777;
  font-weight: bold
}

.st-pusher {
  position: relative;
  left: 0;
  height: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.st-menu {
  position: absolute;
  top: -10px;
  left: 0;
  width: 200px;
  border-radius: 0 !important;
  -webkit-transition: all .5s;
  transition: all .5s
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
  transition: opacity .5s, width .1s .5s, height .1s .5s
}

.st-effect-7.st-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0 50%;
  perspective-origin: 0 50%
}

.st-effect-7 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.st-effect-7.st-menu-open .st-pusher {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0)
}

.st-effect-7.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg)
}

.scroll-ul {
  height: 200px;
  overflow: auto
}

.content-left {
  height: 300px
}

.content-img {
  margin-left: 60%;
  background-image: url("../img/totvs.png");
  height: 250px;
  background-repeat: no-repeat
}

.component-left {
  float: left
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #dce7ed
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #34799b;
  color: #fff
}

.child-class {
  margin-left: 25px
}

.dropdown-menu .divider {
  margin: 0 0 10px
}

#datasulFlex {
  height: 100%
}

.sysinfo {
  padding: 10px
}

.sysinfoPanel {
  display: inline-block;
  width: 230px;
  height: 50px;
  margin: 5px;
  box-shadow: 2px 2px 6px rgba(23, 69, 88, 0.5)
}

.sysinfoPanel>div:nth-child(1) {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 1px;
  background: #34799b;
  color: #fff;
  font-size: large;
  font-weight: bold;
  vertical-align: middle;
  line-height: 48px;
  text-align: center
}

.sysinfoPanel>div:nth-child(2) {
  display: inline-block;
  vertical-align: middle
}

.sysinfoPanel>div:nth-child(2) span {
  display: block;
  margin-left: 10px
}

.sysinfoPanel>div:nth-child(2) span:nth-child(2) {
  display: block;
  font-weight: bold
}

.text-content {
  padding: 10px
}

.largeInfo {
  width: 720px
}

#loading-ecm .loading-txt {
  display: inline-block
}

#loading-ecm .loading-img {
  display: inline-block
}

.loading {
  width: 100%;
  height: 40px
}

#documents-table {
  height: 255px
}

#ged-documents-table {
  height: 230px
}

#documents-table, #ged-documents-table {
  margin-bottom: 10px;
  overflow: auto
}

#ecm-loading {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px
}

#ecm-loading img {
  width: 42px;
  height: 42px
}

#ecm-loading p {
  margin-left: -25px;
  margin-top: 5px
}

#loading-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #027499;
  background: linear-gradient(#027499, #0292ad)
}

#loading-wrapper>.panel {
  width: 300px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -225px
}

#login-logo {
  display: block;
  margin: 13px auto 13px auto
}

#welcome-text {
  color: #747675;
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px
}

#taskName {
  margin-top: 50px
}

#input-emergency-key {
  padding-bottom: 15px
}

#grid-emergency-key-cnpjs {
  height: 250px
}

.k-grid {
  font-size: 13px
}

.k-grid-header, .k-grid-header .k-header, .k-grid-header .k-link,
  .k-grid-header .k-header .k-link {
  background: #6e7d82 none 0 0 no-repeat !important;
  color: #fff;
  font-weight: normal
}

@media ( max-width :767px) {
  #menu-lateral {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 41px
  }
  #menu-workspace {
    transition: margin-left .5s
  }
}

#menu-view {
  overflow: hidden;
  height: 89%;
  padding: 10px;
}

.tamanho {
  overflow: hidden;
}

#menu-contents {
  height: 100%;
  padding-top: 0px;
}

.login-centralizado {
  margin: 0 auto;
  float: none;  
  border-radius: 5px;
  padding: 20px;
  position: relative;
  text-align: left;
}

.img-login-centralizado {
  margin: 0 auto;
  float: none;  
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

div>ul>li {
  list-style-type: none;
}

.pagination {
  margin: 0px;
}

.clickable {
  cursor: pointer;
}

.panel-heading div {
  margin-top: -18px;
  font-size: 15px;
}

.panel-heading div span {
  margin-left: 5px;
}

.panel-body {
  display: none;
}

.table-bordered>tfoot>tr>td {
  border: none !important;
}

.pagination {
    margin: 2px !important;
}

div.scroll {
    height: 340px;
    overflow: auto;
}

div.panel-info {
    height: 300px;
}

button.btn-default, button.btn-primary {
  width: 100px;
}

.hpanel {
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 10px;
}

.hpanel-nav {
    box-shadow: none;
    /* padding: 20px; */
    position: relative;
}

.hpanel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    height: 550px;
}

#tamanho-desktop {
    height: calc(100% - 10px);
    margin: 0 10px;
}

.align-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.painel-login {
  border: 2px solid #0c9abe;
  max-width: 600px;
  width: 80%;
  text-align: center;
  margin: auto;
  border-radius: 10px;
  min-width: 340px;
  }
.login {
  padding: 3px 12px !important;
  margin-top: 6px !important;
  }
.pcd {
	padding-left:25px;
	padding-right:25px;
	}	
.header {
  background-color: #2c373a;
  margin-bottom: 20px;
  }
  
.table-text-center th, .table-text-center td {
  text-align: center;
}

.box-ie-denied {
  text-align: center;
}

.box-ie-denied > ul {
  padding: 0; 
  font-weight: bold;
}

.box-ie-denied > ul > li {
  padding: 5px 0; 
}