html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper-mv {
  min-height: 100%;
  position: relative;
}

.header-mv {
  background: #ededed;
  padding: 10px;
}

.content-mv {
  padding-bottom: 150px;
}

.footer-mv {
  background: #ffab62;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bg-login {
  /* background-image: url("../img/login-bg.png"); */
  background-size: 100%;
  background-attachment: scroll;
}

.yellow-stripe-top {
  height: 15px;
  width: 100%;
  background-color: #efc01b;
}

.yellow-stripe-bottom {
  height: 10px;
  width: 100%;
  background-color: #efc01b;
  bottom: 0;
  position: absolute;
}

.copyright {
  height: 40px;
  width: 100%;
  background-color: #58595b;
  bottom: 10px;
  position: absolute;
}

.copyright-text {
  color: #fff;
  right: 40px;
  position: absolute;
  margin-top: 9px;
}

.logo-container {
  max-width: 500px;
  margin: 35px auto 0 auto;
}

.loadingAnimate{
  position: fixed;
  display: none;
  z-index: 999;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(192, 192, 192, 0.65);
}

.loadingAnimate img{
    width: 50px;
    position: fixed;
    left: 50%;
    top: 50%;
}

.form-signin {
  /*max-width: 400px;*/
  /*margin: 22px auto;*/
}

.form-signin .form-signin-heading {
  color: #efc01b;
  right: 0;
  text-align: center;
  font-weight: bold;
}

.usernamepassword input {
  border: 4px solid #efc01b;
  height: 45px;
}

.captcha {}
#captcha{
  height: 75px;
  width: 250px;
}

.captcha input {
  height: 45px;
  /* -webkit-box-shadow: inset 2px 2px 8px 0px #848484;
  -moz-box-shadow: inset 2px 2px 8px 0px #848484;
  box-shadow: inset 2px 2px 8px 0px #848484; */
  border:none;
  padding-left: 10px;
}

.captcha-text {
  text-align: center;
  background-color: #797a7b;
  height: 45px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

.username {
  /*background-image: url('../img/user-icon.png');*/
  background-repeat: no-repeat; 
  background-position: top 10px;
  height: 45px;
  /* -webkit-box-shadow: inset 3px 3px 8px 0px #848484;
    -moz-box-shadow: inset 3px 3px 8px 0px #848484;
    box-shadow: inset 3px 3px 8px 0px #848484; */
}

.password {
  /*background-image: url('../img/password-icon.png');*/
  background-repeat: no-repeat; 
  background-position: top 10px;
  height: 45px;
  /* -webkit-box-shadow: inset 3px 3px 8px 0px #848484;
    -moz-box-shadow: inset 3px 3px 8px 0px #848484;
    box-shadow: inset 3px 3px 8px 0px #848484; */
}

.input-login {
  border: 4px solid #efc01b;
  height: 45px;
}

.input {
  border: none;
  height: 37px;
  padding-left: 10px;
}

.icon-input {
  background-color: #fff;
}

.box-container {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #d2d6de;
  
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  margin-bottom: 20px;
  width: 100%;
  padding: 25px;
  /* padding: 20px; */
}

.box-green-light {
  position: relative;
  border-radius: 3px;
  background: #ebeff5;
  /*border-top: 3px solid #d2d6de;*/
  border: 1px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
}

.box-body-green-light {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #ebeff5;
}

.text-yellow-mv {
  color: #efc01b;
}

.text-yellow-dark-mv {
  color: #ea9923;
}

.text-green-mv {
  color: #0C0C84;
}

.text-grey-mv {
  color: #58595b;
}

.bg-green-mv {
  background-color: #0C0C84 !important;
}

.bg-grey-mv {
  background-color: #58595b !important;
}

.bg-yellow-mv {
  background-color: #0C0C84 !important;
}

.bg-yellow-dark-mv {
  background-color: #ea9923 !important;
}

.border-top-bottom-yellow {
  border-top: 15px solid #efc01b;
  border-bottom: 10px solid #efc01b;
}

.header-stripe-yellow {
  border-top: 15px solid #0C0C84;
}

.footer-stripe-yellow {
  border-bottom: 10px solid #0C0C84;
}

.text-date-breadcrumb {
  color: #8a8a8c;
  padding: 7px 7px 8px 10px;
  background-color: #e7e7e7;
  text-align: left;
}

.breadcrumb-date {
  margin: 0 15px;
}

.nominal-text {
  padding: 5px 20px; 
  background-color: #848CC4; 
  width: 200px;
}

.btn-yellow {
  color: #58595b;
  background-color: #0C0C84;
  font-weight: bold;
  border: 0px;
  border-radius: 6px !important;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: whitesmoke;
}
.btn-yellow:hover {
  color: whitesmoke;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: whitesmoke;
}
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.open > .dropdown-toggle.btn-yellow:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.open > .dropdown-toggle.btn-yellow:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus,
.open > .dropdown-toggle.btn-yellow.focus {
  color: #fff;
  background-color: #0C0C84;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus {
  background-color: #0C0C84;
}
.btn-yellow .badge {
  color: #efc01b;
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.text-left {
    text-align: left !important;
}

.btn-clear {
  color: #333;
  background-color: #fff;
}
.btn-clear:focus,
.btn-clear.focus {
  color: #333;
  background-color: #e6e6e6;
}
.btn-clear:hover {
  color: #333;
  background-color: #e6e6e6;
}
.btn-clear:active,
.btn-clear.active,
.open > .dropdown-toggle.btn-clear {
  color: #333;
  background-color: #e6e6e6;
}
.btn-clear:active:hover,
.btn-clear.active:hover,
.open > .dropdown-toggle.btn-clear:hover,
.btn-clear:active:focus,
.btn-clear.active:focus,
.open > .dropdown-toggle.btn-clear:focus,
.btn-clear:active.focus,
.btn-clear.active.focus,
.open > .dropdown-toggle.btn-clear.focus {
  color: #333;
  background-color: #d4d4d4;
}
.btn-clear:active,
.btn-clear.active,
.open > .dropdown-toggle.btn-clear {
  background-image: none;
}
.btn-clear.disabled:hover,
.btn-clear[disabled]:hover,
fieldset[disabled] .btn-clear:hover,
.btn-clear.disabled:focus,
.btn-clear[disabled]:focus,
fieldset[disabled] .btn-clear:focus,
.btn-clear.disabled.focus,
.btn-clear[disabled].focus,
fieldset[disabled] .btn-clear.focus {
  background-color: #fff;
  /*border-color: #ccc;*/
}
.btn-clear .badge {
  color: #fff;
  background-color: #333;
}

.table-bordered tr th {
  background-color: #58595B;
  color: #fff;
}

.border-bottom-dotted {
  border-bottom: 2px dotted #949494;
}

.modal-border-green {
  border: 4px solid #0C0C84;
}

.modal-header-green-bg {
  background-color: #0C0C84;
  color: #fff;
  padding: 8px 20px;
}

.sidebar-menu {
  font-size: 12px !important;
}

.btn-red {
  color: #fff;
  background-color: #bf2d15;
  font-weight: bold;
  border: 0px;
  border-bottom: 6px solid #ef1b1b;
  border-radius: 0 !important;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #0C0C84;
}
.btn-red:hover {
  color: #fff;
  background-color: #ef1b1b;
  border-bottom: 6px solid #ef1b1b;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #0C0C84;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open > .dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open > .dropdown-toggle.btn-red.focus {
  color: #fff;
  background-color: #0C0C84;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
  background-color: #bf2d15;
  border-bottom: 6px solid #ef1b1b;
}
.btn-red .badge {
  color: #bf2d15;
  background-color: #fff;
}

/* .sidebar-menu > li:after {
  content:'';
  position:absolute;
  width:15px;
  height:15px;
  background:#fff !important;
  z-index:-1;
  right:-10px;
  top:13px;
  transform:rotate(145deg) skew(20deg);
  background:inherit;
} */

.text-wrap {
  word-wrap: break-word;
}

.btn-toggle-sidebar {
  right: 12px !important; 
  top: 15px !important; 
  background-color: #949698; 
  padding: 0 5px; 
  color: #6F70B8; 
  font-size: 17px;
}

.color-form-input{
	background-color:#f7f8f8;
}

.border-bottom-solid{
	border-bottom: 2px solid #949494;
}

.section-title{
	margin: 0px 15px 0px 15px !important;
}

.clear-both{
	clear: both;
}

.placeholder-center .placeholder {
    text-align: center;
}

.text-right{
	text:right;
}

.btn-r-position {
	position: relative;
	right: 15px;
	top: 10px;
}

.login-footer {
	position: relative;
	bottom: 0;
	display: block;
	margin-top: 20px;
}

.cap-bg {
	background: #efc01b;
	display: block;
	width: 110%;
}

.btn-costum {
	float: right;
	margin-right: 14px;
}

.footer-btn {
  margin-top: 25px;
}

.pointer-default{
	cursor:default;
}

/* wrap table */

th.shrink {
  white-space: nowrap;
  width: 1px;
  text-align: center;
}

td.shrink {
  white-space: nowrap;
  width: 1px;
}

.title-login {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.container-login {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100vh; 
}

.column {
  padding: 20px;
  background-color: #d5d5d5;
  /* background-color: #dfdfdf; */
}

.column-login-l {
  background-image: url("../img/connected.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0b0d87;
}

.column-login-r {
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}

.container-form-login {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.card-body {
  text-align: center;
}

.card-body h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.card-body h4 {
  margin: 0 0 20px;
  font-size: 18px;
  color: #555;
}

.card-body form {
  display: flex;
  flex-direction: column;
}

.card-body form input {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.card-body form button {
  padding: 10px;
  margin: 20px 0 0;
  border: none;
  border-radius: 4px;
  background-color: #007BFF;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.card-body form button:hover {
  background-color: #0056b3;
}

.login-logo {
  image-rendering: url("../img/android-chrome-512x512.png");
}

.login-button {
  padding: 10px;
  margin: 20px 0 0;
  border: none;
  border-radius: 4px;
  background-color: #0b0d87;
  color: white;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}