@charset "utf-8";
/* CSS Document */

body {
	
}

a {
  color: #7B7630 ;
}

a:hover,
a:focus {
color: #706a17 ;
  text-decoration: underline;
}

.btn-default {
    background: #eee none repeat scroll 0 0;
    border-color: #ccc;
    color: #524936;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-primary {
    color: #524936 !important;
    background: #e8e7d9 !important;
    border-color: #c2c0ad !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #706a17 !important;
    border-color: #697397 !important;
}

.btn-gray {
    color: #000 !important;
    background: #dbdbdb !important;
    border-color: #bdbdbd !important;
}

.btn-gray:hover {
    color: #000 !important;
    background-color: #dbdbdb !important;
    border-color: #bdbdbd !important;
}

.btn-confirm {
  color: #fff;
  background-color: #6D91D7 !important;
  border-color: #5E7093 !important;
}

.btn-success {
  color: #fff;
  background-color: #198754  !important;
  border-color: #198754 !important;
}

.btn-warning {
  color: #fff;
  background-color: #F90 !important;
  border-color: #FF8000;
  /*color: #fff;
  background-color: #FF7C80 !important;
  border-color: #DF6A24;*/
}

.btn-danger {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #bb2d3b;
  }

.btn-tbar {
  /*color: #fff;
  background-color: #ED6A3C !important;
  border-color: #EA683B;*/
  color: #524936;
  background-color: #e6e6e6 !important;
  border-color: #b5b5b5;
}

.btn-tbar:hover {
  /*color: #fff;
  background-color: #5D9972 !important;
  border-color: #5D9972;*/
  color: #333;
  background-color: #e6e6e6 !important;
  border-color: #737373;
}

nav a,  
nav a:hover,
nav a:focus {
	font-size:12px;
	text-decoration:none;
}

.nav-link-w {
	color:#706a17;
}

.nav-link:focus, .nav-link:hover {
  color: #706a17;
}

.noLink {
    pointer-events: none;
}

.bg-light {
	background-color: #f2f2f2 !important;
	border:1px solid rgba(0,0,0,.125);
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.10) !important;
}

.tab-pane {
	padding:20px;
}

fieldset {
	border: 1px solid rgb(204, 204, 204);
	padding:10px;
	margin-top:15px;
}

legend {
	margin-top: -25px;
	background: #EEE;
	border: 1px solid rgb(204, 204, 204);
	padding: 0 10px;
	font-size:18px !important;
}

.text-right {
	text-align:right !important;
}

.form-check {
	padding-left:0 !important;
}

.form-check-input:checked {
  background-color: rgb(112, 106, 23);
  border-color: rgb(112, 106, 23);
}

.form-check-input:focus {
  border-color: rgb(179, 174, 115);
  outline: 0px;
  box-shadow: rgba(179, 174, 115, 0.25) 0px 0px 0px 0.25rem;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b3ae73'/%3e%3c/svg%3e");
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); */
}

.form-select{
	display:inline;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bebb97;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(234, 231, 197);
}

.form-control-small {
  padding: 3px 5px;
  font-size: 14px;
}
textarea.form-control-small {
  min-height: auto;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-color: #dee2e6;
}

.tab-pane {
    margin-top: -1px;
    border: solid 1px #dee2e6;
}

.btnSwal {
	margin:0 5px 0 5px;
}

.section-title {
	color: #706a17;
}

.card-header {
	color: #706a17;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	font-size:14px;
	padding:8px;
}

.popover-users {
  max-width:600px;
}

@media (max-width: 768px) {
  .btn-tbar {
    margin-bottom: 3px;
  }
}
