/*******************************************************************************/
/* BOOTSTRAP ACORDION   */
/******************************************************************************/

.accordion-button {
	font-size: 1.2rem;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #f1f0f0;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


@media screen and (max-width: 1000px) { 
 	
}

@media screen and (max-width: 680px) { 
 
 }


@media screen and (max-width: 500px) { 

}



/*******************************************************************************/
/* BOOTSTRAP TABS    */
/******************************************************************************/
.tab-content {
    border:1px solid; 
    border-color:#fff  #dee2e6 #dee2e6 #dee2e6;
    background-color:#fff; 
    padding:20px; 
}

.nav-tabs .nav-link  {
    border-color: #dee2e6 #dee2e6 #fff;
    isolation: isolate;
    outline:none !important; 
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #dee2e6 #dee2e6 #fff;
    isolation: isolate;
    outline:none !important; 
}

.nav-link {
	color: #111;
}
.nav-tabs .nav-link.active {
	color: #C34F5A;
}


/*******************************************************************************/
/* BOOTSTRAP TABLES   */
/******************************************************************************/

.table-bordered td, .table-bordered th {
	border: 1px solid rgb(117, 117, 117) !important; 
}

.table thead th {
	border-bottom: 1px solid rgb(117, 117, 117) !important; 
	/* border-top: none !important; */
}

.table thead th {
	vertical-align: top;
}
.table p {
	margin-bottom:0px !important; 
}

/*
.table thead th:first-child {
	border-left: none !important;
}

.table thead th:last-child {
	border-right: none !important;
}

.table tbody tr td:first-child {
	border-left: none !important;
}

.table tbody tr td:last-child {
	border-right: none !important;
}
*/


/*******************************************************************************/
/* BOOTSTRAP MODAL WINDOW   */
/******************************************************************************/
body.modal-open {
    overflow: auto;
}
.modal-backdrop {
   background-color: #666 !important;
}
.modal-backdrop.in {
  opacity: .70 !important;
  filter: alpha(opacity=70) !important;
}
.modal-dialog {
  width: auto !important;
  max-width: 920px !important;
}
.modal-content {
  margin: auto !important;
  height: fit-content !important;
}
.modal-body {
	padding: 25px 25px 20px 25px !important;
}
.modal-dialog .csc-default::after {
	height: 0px !important;
}
.modal-footer {
	border-top: none !important;
	padding: 0px 20px 20px;
}
.modal-dialog p {
	line-height:130% !important;
	margin-bottom:18px !important;
}
.modal-dialog h2 {
 /*  color: #FFA602 !important;   */
}
.modal-dialog a {
	color:#09410f !important;
	text-decoration:underline;
}
.modal-dialog a:hover {
	color:#489552 !important;
}
.modal-dialog button.close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2000;
}


.modal-header {
	border-bottom: none!important;
    padding: 0px 1rem;
}

.btn-close {

    top: 20px;
position: absolute;
right: 20px;
z-index: 100;
}



/*******************************************************************************/
/* BOOTSTRAP BUTTONS  */
/******************************************************************************/

.btn-color-1 {
    background-color:#C34F5A;
    color:#fff;
}

.btn-color-1:hover {
    color:#F9AA16 !important;
}


/*******************************************************************************/
/* BOOTSTRAP CARDS   */
/******************************************************************************/

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color:#fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	align-items: center;
	justify-content: center;
	padding:10px;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-img-top img {
	max-width:190px !important;
	width:190px !important;
}


.card-body {
	flex: 1 1 auto;
	padding: 0 !important;
}
  

/*******************************************************************************/
/* BOOTSTRAP HELPERS   */
/******************************************************************************/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }