body {
  //background-color: #f1f1f1;
  padding: 50px 0;
}

h3 {
    margin:30px 0 10px;
}

hr {
    margin-top: 0;
}

.container {
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }
}


.nav-tabs > li {
    position:relative;    
}

.nav-tabs > li > a {
    display:inline-block;
    padding-right: 25px;
}

.nav-tabs > li > a.normal {
    display:inline-block;
    padding-right: 15px;
} 

.nav-tabs > li > span {
    /*display:none;*/
    cursor:pointer;
    position:absolute;
    right: 8px;
    top: 14px;
    color: red;
}

.nav-tabs > li:hover > span {
    display: inline-block;
}

.detail_donation {
    display: none;
}

.detailPay {
    display: none;
}

.detailPayAlm {
    display: none;
}

.show_hissa_amad {
    display: none;
}

.show_am {
    display: none;
}

.show_lajnah {
    display: none;
}

.show_khuddam {
    display: none;
}

.show_anshor {
    display: none;
}

.first-hidden {
    display: none;
}

th, td {
	padding: 10px;
	text-align: left;
}

.blink {
  //animation: blinker 1s step-start infinite;
  background-color: yellow;
  color: black;
}

@keyframes blinker {
  50% {
	opacity: 0;
  }
}

input.disabled {
	pointer-events:none;
	color:#AAA;
	background:#F5F5F5;
}

.select2-container--default .select2-selection--single {
		height: 46px !important;
		padding: 10px 16px;
		font-size: 18px;
		line-height: 1.33;
		border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 85% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #CCC !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.swal2-popup .swal2-input { 
  font-size: 1.75rem !important; 
}

.swal2-popup .swal2-select { 
  font-size: 1.75rem !important; 
}

.swal2-popup .swal2-styled.swal2-confirm { 
  font-size: 1.5rem !important; 
}

.swal2-popup .swal2-styled.swal2-cancel { 
  font-size: 1.5rem !important; 
}