
#divLogin {
  max-width: 450px;
}

#divWrapper {
  padding-top: 60px;
}

#divDesktop {
  position: fixed;
  top: 59px;
  left: 0;
  height: calc(100% - 59px);
  max-height: calc(100% - 59px);
  overflow: auto;
}

#divMenu {
  position: fixed;
  /*top: 59px;*/
  bottom: 0;
  width: 299px;
  padding-bottom: 10px;
  overflow: auto;
  height: calc(100% - 59px);
  max-height: calc(100% - 59px);
  display: none;
}

#navTitle, #userName {
  display: none;
}

@media (min-width: 992px) {
  #navTitle, #userName {
    display: inline;
  }
  #divMenu {
    display: block;
  }
  #divDesktop {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
}

iframe {
	position: absolute;
  left: 0;
  top: 0;
	border: none;
	width: 100%;
	height: 100%;
	z-index: 214748364;
}

.karta {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
}

.karta.active1 {
  background-image: url('/web-agent/images/active1.png');
}

.karta.active0 {
  background-image: url('/web-agent/images/active0.png');
}

.karta div {
  line-height: 95%;
}

.karta p {
  word-wrap: break-word !important;
  overflow: auto;
  max-width: 100% !important;
  line-height: 80%;
  overflow-x: hidden;
}

.pheight {
  height: 7rem;
  min-height: 7rem;
  max-height: 7rem;
}

.karta img {
  height: 1.6rem;
}

.btn_2_2 {
  width: 2rem;
  height: 2rem;
}

#calendar, #calendar1 {
  min-width: 1600px;
}

#tableCalendar, #tableCalendar1 {
  table-layout:fixed;
}
#tableCalendar td, #tableCalendar1 td {
  width: 14.28% !important;
  padding: 1px !important;
}

.table-calendar_month th, .table-calendar_month td, .table-calendar_month button {
  font-size: .7rem !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal_backdrop {
  background-color: #212529 !important;
}

.modal_menu {
  width: 300px;
  margin-left: 0; 
}

.w-75-max {
  max-width: 75% !important;
}

.small05 {
  font-size: .5rem !important;
}

.text-justify {
  text-align: justify;
}

.cursor {
  cursor: pointer;
}

.cursor_none {
  cursor: default !important;
}

.bg-gray-500 {
  background-color: #acb5bd !important;
}
.bg-gray-600 {
  background-color: #6c757d !important;
}
.bg-gray-700 {
  background-color: #495057 !important;
}
.bg-gray-800 {
  background-color: #495057 !important;
} 
.bg-dark-gray  {
  background-color: #a9a9a9 !important;
}
.bg-transparent  {
  background-color: transparent !important;
}

.btnactive1, .btnactive0 {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}
.btnactive1 {
  background-image: url('/web-agent/images/active1.png');
}
.btnactive0 {
  background-image: url('/web-agent/images/active0.png');
}

table {
  background-color: #d6d8db;
}
table input, table select {
  background-color: white;
  color: black;
  border: 1px solid #000;
}

table input.readonly, table input:read-only {
  background-color: #fdeeba;
}

.tag-badge {
  margin: 1.5px;
  padding: 2.5px;
}

.btn-group > ul {
  width: 300px !important;
}
