body {
  font-family: "Century Gothic", Times, serif;
}

.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: 50px auto 0 auto;
}

.form-signin {
  max-width: 400px;
  margin: 0 auto;
}

.form-signin .form-signin-heading {
  color: #efc01b;
  right: 0;
  text-align: right;
  font-weight: bold;
}

.usernamepassword input {
  border: 4px solid #efc01b;
  height: 45px;
}

.captcha {}

.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: right 10px 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: right 10px 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;
  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);
  padding: 15px;
}

.box-green-light {
  position: relative;
  border-radius: 3px;
  background: #EBF5ED;
  /*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: #EBF5ED;
}

.text-yellow-mv {
  color: #efc01b;
}

.text-yellow-dark-mv {
  color: #ea9923;
}

.text-green-mv {
  color: #00552d;
}

.text-grey-mv {
  color: #58595b;
}

.bg-green-mv {
  background-color: #00552d !important;
}

.bg-grey-mv {
  background-color: #58595b !important;
}

.bg-yellow-mv {
  background-color: #efc01b !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 #efc01b;
}

.footer-stripe-yellow {
  border-bottom: 10px solid #efc01b;
}

.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: #BDE1C9; 
  width: 200px;
}

.btn-yellow {
  color: #58595b;
  background-color: #efc01b;
  font-weight: bold;
  border-bottom: 6px solid #d7ac18;
  border-radius: 0 !important;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #fff;
  background-color: #bf9915;
  border-bottom: 6px solid #a78612;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #d7ac18;
  border-bottom: 6px solid #bf9915;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #fff;
  background-color: #bf9915;
  border-bottom: 6px solid #a78612;
}
.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: #bf9915;
  border-bottom: 6px solid #a78612;
}
.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: #bf9915;
  border-bottom: 6px solid #a78612;
}
.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 #00552d;
}

.modal-header-green-bg {
  background-color: #00552d;
  color: #fff;
  padding: 8px 20px;
}

.sidebar-menu {
  font-size: 12px !important;
}

/* .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: #4f5051; 
  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;
}
