html {
   height:100%;
}
body {
  margin:0;
  padding:0;
   background:#1c213b;
   height:100%;
}

.card-links {
   text-decoration: none;
}

.preloader {
  display:none;
  position:absolute;
  margin:38%;
  z-index:3000;
}

.login-error-invalid {
  display:none;
  padding:0 10px;
  font-size:18px;
  color: #ffe133 !important;
}
.login-error-network {
  display:none;
  padding:0 10px;
  font-size:18px;
  color: #ffe133;
}

/*---------- FRAME ----------*/
#foreign {
   display:none;
}
.max-main-panel {
   width: calc(100% - 50px);
   height: 100%;
   position: relative;
   float: right;
   background-color: #1c213b;
   margin:0;
   padding:0;
   overflow: hidden;
   transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
   border:none;
}
.max-main-panel embed {
   width:100%;
   height: 100%;
   margin:0;
   padding:0;
   overflow:hidden;
}
.max-main-panel-frame {
  width: calc(100% - 2px);
  height: 100vh;
  margin:0;
  padding: 0;
}
/*---------- /FRAME ----------*/

.min-sidebar {
   width:50px !important;
   padding:0;
}
.min-sidebar .logo {
   padding:10px 3px !important;
}
.min-sidebar-wrapper {
   position: relative;
   height: calc(100vh - 20px);
   overflow: hidden;
   width: 50px !important;
   z-index: 4;
   padding-bottom: 20px;
}
.min-sidebar-wrapper ul li {
   margin:0;
   padding:0;
}
.min-menu {
   display:none;
}
.min-nav {
   margin:0 0 0 -17px !important;
   padding:0 !important;
   width: 50px !important;
}
.min-nav li {
   padding:7px 0 !important;
   width: 50px !important;
}
.min-nav li a p {
   display:none;
}
.min-active-pro {
   width: 50px !important;
 }
.min-active-pro a p {
   display:none;
}

.card-body-center {
  text-align: center !important;
}

.login-form {
  background:#5C669B !important;
  border: none;
  color:#ffffff !important;
  margin:8px;
  width:100%;
  font-size:24px;
}
.login-form::placeholder {
  color:#9EA5CA;
}
.btn-login {
  border:none;
  border-radius:6px;
  color:#5A6284;
  background:#9EA5CA;
  margin:20px 0 0 20px;
  font-size: 24px;
  font-weight:600;
  padding:8px 20px;
}







.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

/* Nucleo Style */

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}
