@font-face {
  font-family: "Roboto", sans-serif;
  src: url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
}
@font-face {
  font-family: "Source Sans Pro", sans-serif;
  @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;1,900&display=swap");
}
@font-face {
  font-family: "proxima-nova-semibold";
  src: url(../fonts/ProximaNova-Semibold.woff);
}
@font-face {
  font-family: "proxima-nova";
  src: url(../fonts/ProximaNova-Regular.woff);
}
.navbar-brand {
  overflow: hidden;
  padding: 0px !important;
  margin: 0px !important;
  height: 4rem;
}
.navbar-brand img {
  height: 100%;
}

.dgom-nav-bar {
  background-color: #0f273d !important;
}

.dgom-nav-bar-item {
  color: white !important;
}
.dgom-nav-bar-item:hover {
  background-color: #0f273d !important;
}

.dgom-nav-bar-subitem {
  color: gray !important;
}

.webapp-nav {
  height: 80px;
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  color: white;
  padding: 0px 24px;
  background-color: #0f273d;
  box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.4);
}

.system-logo {
  height: 100%;
  width: auto;
  max-width: 300px;
  display: flex;
  align-items: center;
}

.nav-bar-system-logo {
  height: 70%;
  margin: auto;
}

.menu {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0 24px;
}

.menu-item {
  color: white;
  display: flex;
  width: auto;
  min-width: 80px;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  padding: 0 8px;
  font-size: 1.2rem;
}
.menu-item:hover {
  background-color: gray;
}
.menu-item:hover .sub-menu {
  display: flex;
}
.menu-item:hover a {
  color: white;
}
.menu-item a {
  padding: 0 4px;
  display: flex;
  align-items: center;
  margin: auto;
  color: white;
  text-decoration: none;
}
.menu-item a i {
  margin-right: 4px;
}

.menu-item-link a {
  color: gray;
}

.sub-menu {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: gray;
  display: none;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
}

.sub-menu-item {
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 1px;
}

.user-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-menu a {
  padding: 0 4px;
  display: flex;
  align-items: center;
  margin: auto;
  color: #A4DA23;
  text-decoration: none;
}
.user-menu a i {
  margin-left: 8px;
}

.navbar {
  text-align: center !important;
}

.footer {
  height: 40px;
  background-color: #f5f6f9;
  box-shadow: 0px -4px 40px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 900;
  color: #f3f3f3;
}
.footer-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 960px;
  padding: 0 2em;
}

.footer-company-name {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: slategrey !important;
  margin-right: 1em;
  margin-top: 5px;
}

.footer-developer-name {
  display: none;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.footer-developer-name a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  text-decoration: none;
}
.footer-developer-name h6 {
  color: #f3f3f3;
  display: inline-flex;
  margin-right: 1em;
  margin-top: 5px;
}
.footer-developer-name img {
  height: 15px;
}

.breadcrumb {
  background-color: white;
  margin-top: 10px;
  display: none;
}

.breadcrumb > .active {
  color: #ff6700;
}

.breadcrumb a {
  color: #ff6700;
}

.btn-guardar-form {
  min-width: 150px;
  background-color: #387FA9;
  border-color: #387FA9;
  text-transform: uppercase;
}

.btn-cancelar-form {
  min-width: 150px;
  background-color: #ca3140;
  border-color: #ca3140;
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #ff6700;
  border-color: #ff6700;
}

.btn-success {
  color: #fff;
  background-color: #004e98;
  border-color: #004e98;
}

.site-login {
  min-height: calc(100vh - 40px);
  position: relative;
}

.login_bkgd_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  height: 100%;
  width: 100%;
  display: block;
}

.login-form {
  will-change: transform, opacity;
  display: flex;
  flex-flow: column;
  z-index: 3;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 10px 10px 5px 0px rgba(209, 209, 209, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(209, 209, 209, 0.75);
  width: 40rem;
  margin: auto;
}

.login-form-wrapper {
  will-change: transform, opacity;
  display: flex;
  flex-flow: column;
  z-index: 3;
  align-items: center;
  transition: all 1.2s cubic-bezier(0.36, 0.27, 0.32, 0.99);
  transform: translate(0, -300px);
  background: white;
  border-radius: 1rem;
  box-shadow: 10px 10px 5px 0px rgba(209, 209, 209, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(209, 209, 209, 0.75);
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: fit-content;
  margin: auto;
}

.register-form-wrapper {
  padding-top: 100px;
}

.login-form-wrapper.showLogin {
  transition: all 0.8s cubic-bezier(0.36, 0.27, 0.32, 0.99);
  transform: translate(0, 0);
  opacity: 1;
}

.login_form_logo {
  width: 27rem;
  max-height: 160px;
  margin-bottom: 24px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.login_form_title {
  font-size: 1.2rem;
  color: #5d5959;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 24px;
  text-align: center;
}

.login_form_input {
  border-radius: 0.3rem !important;
  border: 1px solid #e1d9d9 !important;
}

.form-horizontal {
  border-radius: 1px;
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
  width: 70%;
  padding: 0.5rem;
}

.login-form-recover-pass {
  height: auto;
}

.form-horizontal .form-group {
  margin: 0;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.form-group-inputs {
  min-height: 86px;
}

.form_label {
  font-size: 1rem;
  font-weight: 400;
}

.form-register {
  height: auto;
}

.form_input {
  position: relative;
  display: flex;
}
.form_input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.form_icon {
  position: absolute;
  top: 0px;
  left: 8px;
  display: flex;
  width: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.login-form-wrapper .form-control {
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #5d5959;
  height: 40px;
  padding-left: 20px;
}
.login-form-wrapper .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #5d5959;
}

.has-success .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #5d5959;
}

.has-error .form-control {
  border: none;
  border-right: 2px solid #5d5959;
  box-shadow: none;
  border: 1px solid #ff000f;
}
.has-error .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #5d5959;
}

.has-error .control-label {
  color: #ff000f;
}
.has-error .help-block,
.has-error .help-block-error {
  color: #ff000f;
  margin-top: 2px;
  font-size: 0.8rem;
}

.btn-primary_login {
  background-color: #ff6700;
  border-color: #ff6700;
  font-size: 1.5em;
  font-weight: 400;
  padding: 8px 12px;
  width: 100%;
  border-radius: 0.3rem;
}
.btn-primary_login:hover {
  background-color: #ff6700;
  border-color: #ff6700;
}
.btn-primary_login:focus {
  background-color: #ff6700;
  outline: 0;
  box-shadow: none;
  border-color: #ff6700;
}
.btn-primary_login:down {
  background-color: #ff6700;
  outline: 0;
  box-shadow: none;
  border-color: #ff6700;
}
.btn-primary_login:active {
  background-color: #ff6700;
  box-shadow: none;
}

.btn-primary_login:not(:disabled):not(.disabled):active {
  background-color: #ff6700;
  border-color: #ff6700;
  outline: 0;
  box-shadow: none;
}

.btn-primary_login:not(:disabled):not(.disabled):active:focus {
  background-color: #ff6700;
  border-color: #ff6700;
  box-shadow: none;
}

.recuperar-pass-title {
  color: #5d5959;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 32px;
  text-align: left;
}

.recuperar-pass {
  color: #5d5959;
}

.inline-btn {
  color: #ff6700;
  display: inline-block;
}
.inline-btn:hover {
  color: #ff6700;
}

.dgom-aceptar-terminos {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 32px;
}
.dgom-aceptar-terminos input[type=checkbox] {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
.dgom-aceptar-terminos label {
  display: inline;
  margin-left: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.col-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 32px;
  width: 100%;
}

.col-right,
.col-left {
  width: 50%;
}

.col-left {
  margin-right: 24px;
}

.login_logo-secondary {
  position: absolute;
  bottom: 15.2%;
  left: 0;
  z-index: 3;
}

.login-container {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100% !important;
}

.home_icon {
  margin: 0.5rem;
  font-size: 1.5rem;
}
.home_icon img {
  width: 2rem;
}

.home_box {
  background: blue;
  color: white;
  display: inline-block;
  width: 100%;
  min-height: 8rem;
  border-radius: 1rem;
}
.home_box .home_box-top {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.home_box .home_box-top .home_box-title {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0.5rem;
  align-self: start;
}
.home_box .home_box-top .home_box-icon {
  margin: 0.5rem 2rem;
  width: 1.5rem;
}
.home_box .home_box-content {
  font-size: 3rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.home_box .home_box-footer {
  font-size: 1rem;
  text-align: right;
  display: inline-block;
  width: 100%;
  padding-right: 1rem;
}

.home_box_color_1 {
  background: #f9844a;
}

.home_box_color_2 {
  background: #577590;
}

.home_box_color_3 {
  background: #90be6d;
}

.home_box_color_4 {
  background: #4d908e;
}

.collapse-button {
  margin: 1rem;
}

table th {
  font-size: 1rem;
}
table td {
  font-size: 1rem;
}

html {
  font-size: 14px;
}

body {
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova";
  background-color: #ebebeb;
}

.page {
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
}

.body-content {
  min-height: calc(100vh - 185px);
  background-color: white;
  padding: 25px;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}

h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0;
}

h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 10px 0;
}

.body-content-form {
  background-color: #ebebeb;
  width: 100%;
  padding: 24px;
  margin-top: 20px;
  -webkit-box-shadow: 0 12px 28px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 12px 28px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 12px 28px -5px rgba(0, 0, 0, 0.3);
}

.button-group {
  margin-top: 10px;
  text-align: right;
}

h1.page-title {
  border-bottom: 1px solid #A4DA23;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-left: 60px;
  margin-right: 60px;
}

.hint-block {
  color: #1684B7;
  font-size: 0.8rem;
}

.has-success .control-label {
  color: #1684B7;
}

.casa-link {
  color: #ff6700 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.container {
  max-width: 1500px !important;
}

.table-headers {
  background-color: #ebebeb;
}

.numbers {
  text-align: right;
}

.adeudos-table {
  width: 50rem !important;
}

.informe-table {
  width: 80rem !important;
  text-align: left;
}

.monto_inicial_morado {
  font-size: 2rem;
  color: #6759ab;
}

.monto_inicial_amarillo {
  font-size: 2rem;
  color: #f7ba4a;
}

.monto_final_rojo {
  font-size: 2rem;
  color: #f2546d;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.bg-green {
  background-color: green;
  color: white;
}

.bg-yellow {
  background-color: yellow;
  color: black;
}

.bg-red {
  background-color: red;
  color: white;
}

.list_pictures {
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  margin: 0 auto;
  border: 3px;
}

.div_cover {
  display: none;
}

.container-full-width {
  margin: 0 !important;
  padding: 0 !important;
}

.table-small tr td {
  font-size: 0.8rem !important;
  margin: 0;
  padding: 0;
}

.table-small tr th {
  font-size: 0.8rem !important;
  margin: 0;
  padding: 0;
}
