html {
  height: 100%;
}

body {
  font-family: "KievitOT";
  background-image: url(../../assets/img/fondo_xcrud.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
body #content {
  padding: 0px;
  background-color: white;
  border-radius: 20px;
  padding-left: 10px;
  margin: 20px;
}
body div#menu {
  position: fixed;
  margin-top: 20px;
  background: RGB(151, 35, 63);
  border-right-color: transparent;
  box-shadow: none;
  border: none;
  border-top-right-radius: 20px;
}
body div#menu #logo {
  margin-top: 10px;
  width: 100%;
  height: auto;
  background: none;
}
body div#menu #logo img {
  padding: 25px;
  width: 100%;
}
body div#menu ul#leftmenu {
  padding: 0px;
  margin-top: 15px;
  background-color: RGB(151, 35, 63);
}
body div#menu ul#leftmenu :first-child {
  padding-top: 0px;
}
body div#menu ul#leftmenu :first-child:hover {
  background: none;
}
body div#menu ul#leftmenu li {
  font-family: "KievitOT";
  border-style: none;
}
body div#menu ul#leftmenu li a {
  color: white !important;
}
body div#menu ul#leftmenu li:hover {
  background-color: #cfb07b;
}
body #caption {
  color: black;
  display: none;
}
body #vivancopage {
  color: white;
}
body a.btn.btn-success, body a.btn.btn-primary, body a.btn.btn-info {
  color: #fff;
  background-color: #53284f;
  border: #53284f;
}
body a.btn.btn-success:hover, body a.btn.btn-primary:hover, body a.btn.btn-info:hover {
  background-color: #a1006b;
  border-color: #a1006b;
}
body a.btn.btn-success:focus, body a.btn.btn-primary:focus, body a.btn.btn-info:focus {
  color: #fff;
  background-color: #53284f;
  border-color: #53284f;
  box-shadow: 0 0 0 0.25rem rgba(83, 40, 79, 0.5);
}
body a.btn.btn-light {
  background-color: #cfb07b;
  border: #cfb07b;
}
body a.btn.btn-danger {
  background-color: #b71728;
}
body a.btn.btn-warning {
  background-color: #cfb07b;
  border: #cfb07b;
}
body a.btn.btn-warning:focus {
  border-color: #cfb07b;
  box-shadow: 0 0 0 0.25rem rgba(207, 176, 123, 0.5);
}
body div.btn-group {
  grid-gap: 10px;
}
body div.btn-group a {
  border-radius: 4px !important;
}
body h2 {
  background-image: url(../../assets/img/banner.png);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #E8E7E8;
  line-height: 7.2;
  color: black;
  text-align: left;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: -10px;
  font-family: "Chronicle Display";
}
body .xcrud-container {
  margin-top: 0;
}
body .xcrud-container td {
  font-family: "KievitOT Regular";
}
body .xcrud-container .xcrud-top-actions {
  margin-bottom: 8px;
}
body div .form-group input, body div .form-group option {
  font-family: "KievitOT Regular";
}
body div.login-container {
  height: 46%;
  display: flex;
  justify-content: center;
}
body div.login-container form {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
body div.login-container form.form-signin {
  color: white;
  background-color: RGB(151, 35, 63);
  border-color: RGB(151, 35, 63);
  height: 100%;
  width: 80%;
  margin-left: 15px;
  margin-right: 15px;
}
body div.login-container form.form-signin input {
  font-family: "KievitOT Light";
  border-radius: 4px;
  border: none;
}


@media (max-width: 1025px) and (min-width: 821px) {
  body div#menu {
    Background: RGB(151, 35, 63);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

  body div#menu ul#leftmenu {
    padding: 0px;
    margin-top: 15px;
    background-color: RGB(151, 35, 63);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 29px;
  }

  .xcrud .btn-group {
    white-space: nowrap;
    margin-right: 5px;
    font-size: 15px;
}

body div#menu #logo img {
  width: auto;
  text-align: center;
}

.fa {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  -moz-osx-font-smoothing: grayscale;
}
}

@media (max-width: 820px){
  body div#menu {
    Background: RGB(151, 35, 63);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

  body div#menu ul#leftmenu {
    padding: 0px;
    margin-top: 15px;
    background-color: RGB(151, 35, 63);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 37px;
  }

  .xcrud .btn-group {
    white-space: nowrap;
    margin-right: 5px;
    font-size: 15px;
}

body div#menu #logo img {
  width: auto;
  text-align: center;
}

.fa {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  -moz-osx-font-smoothing: grayscale;
}
}

@font-face {
  font-family: Chronicle Display;
  src: url(../../assets/fonts/Chronicle\ Display\ Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: Chronicle Display SemiBold;
  src: url(../../assets/fonts/Chronicle\ Display\ Semibold.otf);
  font-weight: normal;
}
@font-face {
  font-family: KievitOT;
  src: url(../../assets/fonts/KievitOT-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: KievitOT Light;
  src: url(../../assets/fonts/KievitOT-Light.otf);
  font-weight: normal;
}
@font-face {
  font-family: KievitOT Regular;
  src: url(../../assets/fonts/KievitOT-Regular.otf);
  font-weight: normal;
}

/*# sourceMappingURL=vivanco.css.map */
