@charset "utf-8";

.btn-block{
	display: block;
	width: 100%;
}

.gradient-form{
	background: #bf8a78;
	background: -moz-linear-gradient(top left, #bf8a78 0%, #c7937e 25%, #ca9782 50%, #c7937e 75%, #bf8a78 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#bf8a78), color-stop(25%, #c7937e), color-stop(50%, #ca9782), color-stop(75%, #c7937e), to(#bf8a78));
	background: -webkit-linear-gradient(top left, #bf8a78 0%, #c7937e 25%, #ca9782 50%, #c7937e 75%, #bf8a78 100%);
	background: -o-linear-gradient(top left, #bf8a78 0%, #c7937e 25%, #ca9782 50%, #c7937e 75%, #bf8a78 100%);
	background: linear-gradient(to bottom right, #bf8a78 0%, #c7937e 25%, #ca9782 50%, #c7937e 75%, #bf8a78 100%);
}

.gradient-custom-2 {
	/* fallback for old browsers */
	background: #fccb90;
  
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
  
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
  }

  .gradient-form .logo{
    width:280px;
  }

  .gradient-form img{
    max-width:100%;
  }
.container > .row > div.frame{
  max-width:700px;
}

.container > .row > div.frame a.text-muted{
  color:#0b2a49!important;
  text-decoration: none;
}

.btn-login{
  background-color: #0b2a49;
  color: #FFF;
}

.info{
  background:#fefefe;
  width: 100%;
  height:160px;
  padding:1.5rem 2rem;
  overflow: auto;
  scrollbar-color: #efdcd5 #FFF;
  scrollbar-width: thin;
}

.info .body{
  color:#333;
}

.info::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
.info::-webkit-scrollbar-thumb {
  background: #efdcd5;
  border-radius: 5px;
}

.info::-webkit-scrollbar-track {
  background: #FFF;
  border-radius: 5px;
}

  @media (min-width: 768px) {
	.gradient-form {
	}
}
  @media (min-width: 769px) {
	.gradient-custom-2 {
	  border-top-right-radius: .3rem;
	  border-bottom-right-radius: .3rem;
	}
}

#loaderLayer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:rgba(255,255,255,0.78);
	z-index: 20000;
  }
  #loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 164px;
	margin-top: -82px;
	margin-left: -100px;
	text-align: center;
	color: #222;
	z-index: 20001;
  }

  .spinner-box {
	width: 200px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
  }

  .pulse-container {
	width: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .pulse-bubble {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #93c54b;
  }
  
  .pulse-bubble-1 {
	  animation: pulse .4s ease 0s infinite alternate;
  }
  .pulse-bubble-2 {
	  animation: pulse .4s ease .2s infinite alternate;
  }
  .pulse-bubble-3 {
	  animation: pulse .4s ease .4s infinite alternate;
  }

.card-body{
	padding:1rem 1.2rem;
}

.btn-primary {
    color: #fff;
    background-color: #0B2948;
    border-color: #0B2948;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled
{
    color: #fff;
    background-color: #10375f;
    border-color: #10375f;
}

.btn-info {
    color: #fff;
    background-color: #CA9783;
    border-color: #CA9783;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:disabled
 {
    color: #fff;
    background-color: #b27b66;
    border-color: #b27b66;
}

.btn-success {
    color: #fff;
    background-color: #52C982;
    border-color: #52C982;
}

.bg-warning {
    background-color: #E64545!important;
}

.alert.alert-light{
	background:#FFF;
}

.alert.alert-light .btn-close{
	background-color:#0B2948!important;
}

.notice-count.bg-warning{
	background-color: #FFFAB4!important;
	border-radius: 6px!important;
}

button.ui-datepicker-trigger{
	border:none;
	background-color: transparent;
	color:#CA9783;
}

button.asset_upload{
	display:none;
}

input[type="file"]{
	display:none;
}

.input-group-text{
	font-weight: bold;
	color:#0B2948;
	background-color: #FFF;
}

.form-select{
	background-color: #EFEAEA;
}

.btn, .btn-group > .btn {
	line-height: 1.5;
    border-radius: 0.6rem;
}

.btn-lg, .btn-group-lg > .btn {
	line-height: 1.5;
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    border-radius: 0.8rem;
}

.page-link{
	background-color: #DFD7CA;
	color:#000000;
	border-color: #BEAAA4;
}

span.page-link{
	background-color: #DFD7CA;
	color:#000000;
}

.page-item.active .page-link {
    background-color: #0B2948;
    border-color: #0B2948;
	color: #FFF;
}
.list-header{
	background-color: #DFD7CA;
	color: #3E3F3A;
	padding: 10px 6px;
	font-size:14px;
}
.list-body{
	border:1px solid #707070;
	border-radius: 17px;
	padding: 10px 6px;
	background-color: #FFF;
	font-size:14px;
}
.list-header > span,
.list-body > span
{
	padding:0 2px;
}

.list-body span.badge{
	max-width:100%;
	padding: 1em .65em;
	border-radius: 8px;
	display: block;
}

.list-body a{
	color: #3E3F3A;
}

.card{
	border:1px solid #707070;
	border-radius: 12px;
}

.card.text-primary{
	color: #0B2948;
}

.card-body {
    padding: 1.5rem;
}

.card h4{
	background-color: #F8F5F0;
	color:#0B2948;
	border-left: 3px solid #707070;
	display: inline-block;
	padding:0.5rem 1rem;
	font-size:1.2rem;
}

.card .form-group .col-form-label {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.form-group .input-group-text.req,
.form-group .col-form-label.req{
	border-right:3px solid rgb(217,83,79);
}

.invalid-tooltip-min{
	display:none;
}

input[type="tel"]:invalid+.invalid-tooltip-min{
	display:inline-block;
}