﻿/* Layout */
/* Content */
/* Footer */
/* Header */
/* Main Menu */
/* Ellipsis -> Apps Icon */
/* Hide item images */
/* Change Ellipsis image Apps Icon */
/* Show item images */
/* Right area menu */
/* Account */
/* Left Panel */
/* Right Panel */
/* Toolbar */
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  min-height: 100%;
  padding-top: 1px;
  margin-top: -1px; }

.form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 46px;
  height: 100%; }

.content {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-height: 100vh;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

.footer-wrapper {
    /*height: 46px;*/
    position: static !important;
    bottom: 0;
    width: 100%;
}

.footer-version {
  font-size: 10.5px;
  color: #999999; }

.footer {
  font-size: 10.5px;
  color: #999999; }

.footer-link {
  color: #999999;
  border-right: 1px solid #bbbbbb;
  margin-right: 7px;
  padding-right: 10px;
  white-space: nowrap; }
  .footer-link:last-child {
    border: none;
    margin: 0;
    padding: 0; }

.footer-left {
  float: left;
  padding: 16px 24px; }

.footer-right {
  float: right;
  padding: 16px 24px; } 

.header-logo {
  background: url('') no-repeat center;
  height: 48px;
  width: 150px; }

.header-menu {
  color: white;
  background-color: transparent !important;
  border-style: none !important;
  height: 3.13rem; }
  .header-menu .adaptive-image {
    background: url("Images/adaptive-menu.svg") no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px; }
  .header-menu .toggle-item .image {
    background: url("Images/double.svg") no-repeat center; }
  .header-menu .toggle-item.checked .image {
    background: url("Images/double-close.svg") no-repeat center; }
  .header-menu .image-item {
    vertical-align: middle !important; }
  .header-menu .vertically-aligned {
    font-size: 0; }
  .header-menu .account-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1); }
    .header-menu .account-background div {
      border-radius: 50%; }
    .header-menu .account-background .empty-image {
      width: 16px;
      height: 16px;
      margin: 8px;
      display: inline-block;
      background: url("Images/user.svg"); }
    .header-menu .account-background .account-image {
      width: 32px;
      height: 32px;
      font-size: 0.8em;
      font-weight: 600;
      line-height: 32px;
      text-align: center;
      margin: 0 auto;
      display: table;
      background-size: 100%; }

.header-sub-menu {
  width: 100% !important; }
  .header-sub-menu .item {
    padding: 12px 7px !important; }

.header-menu.application-menu .item .dxm-content > img {
  display: none !important; }

.user-info .avatar img {
  float: left;
  height: 43px;
  border-radius: 50%; }

.user-info .text-container {
  height: 3.13rem;
  margin-left: 60px; }
  .user-info .text-container .user-name {
    color: #444444;
    font-size: 1.14em; }
  .user-info .text-container .email {
    display: block;
    color: #666666;
    font-size: 0.86em; }

.myaccount-item {
  background-color: #e4e4e4; }

.left-panel {
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #3C3C3C;
  -webkit-overflow-scrolling: touch; }

.leftpanel-section {
  border: none !important;
  background-color: #2C2C2C; }

.section-caption {
  height: 2.69rem;
  line-height: 2.69rem;
  vertical-align: middle;
  margin: 0;
  border-top: solid 1px #2C2C2C;
  border-bottom: solid 1px #2C2C2C;
  color: #494949;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 24px; }

.left-panel.expand-bar {
  border: 0; }

.right-panel.expand-bar {
  border: 0; }

.tree-view {
  background-color: #3C3C3C; }

a.tree-view-node {
  color: #2C2C2C;
  padding-top: 7px !important;
  padding-bottom: 8px !important;
  padding-right: 8px !important;
  border: none !important; }

a.tree-view-node.hovered {
  text-decoration: none;
  background-color: #2C2C2C; }

.tree-view-elbow {
  padding-top: 3px;
  background-color: #3C3C3C; }

.tree-view-text {
  color: #FFFFFF; }

.right-panel {
  border-left: 1px solid #2C2C2C; }

.settings-content {
  padding: 24px 20px; }
  .settings-content h2 {
    color: #494949;
    font-size: 1.3em;
    font-weight: 600; }
  .settings-content p {
    color: #999999; }

.page-toolbar-wrapper {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  z-index: 1; }

.page-toolbar {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  font-size: 0.93em !important;
  height: 2.69rem; }
  .page-toolbar .item > h1 {
    color: #494949;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 24px;
    font-size: 1.46em;
    margin: 0;
    padding: 0 17px; }
  .page-toolbar .item .dxm-disabled .dxm-image {
    opacity: 0.3; }

.dxtvControl_Office365 .dxtv-ndHov {
  background-color: black !important; }

#CardViewServices .card .row > div .form-group {
  margin: 0; }

.PagarServicioModal .card .row > div .form-group {
  margin: 0; }

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 599px) {
    .footer-left {
        padding: 16px 4px;
        width: 100%;
    }
    .footer-right {
        padding: 16px 4px;
        width: 100%;
    }
  .menu-container .dxm-ltr > div:not(.header-menu) {
    width: 100% !important; }
  .page-toolbar .item > h1 {
    max-width: 150px; } }

@media (max-width: 359px) {
  .header-logo {
    background: url("") no-repeat center;
    width: 26px; } }

@media (max-width: 720px) {
  .app-header .menu-container > div {
    width: 47px; }
  .header-menu .adaptive-image {
    background: url("Images/application.svg") no-repeat center; }
  .header-menu.application-menu .item .dxm-content > img {
    display: inline-block; } }

.CaptionLabel {
    font-weight: bold;
    font-size: medium;
}

.TableData {
    font-size: medium;
}

.widthCaption {
    width: 40%
}

.TextSuccess {
    font-weight: bold;
    color: green;
    font-size: larger
}

.TextFail {
    font-weight: bold;
    color: red;
    font-size: larger
}

.TextFailSmall {
    font-weight: bold;
    color: red;
    font-size: small
}