select[readonly].select2 + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2 + .select2-container .select2-selection {
    background-color: #eee;
    box-shadow: none;
}

select[readonly].select2 + .select2-container .select2-selection__arrow,
select[readonly].select2 + .select2-container .select2-selection__clear {
    display: none;
}

.jconfirm {
    z-index: 998!important;
}

/* select2: begin */
  
  .select2 button {
	border: 0;
  }
  
  .select2-dropdown {
	z-index: 9999!important;
  }
  
  .bootstrap .select2-selection {
	height: calc(2.19rem + 2px) !important;
	border: 1px solid #ced4da !important;
  }
  
  .select2-container--bootstrap .select2-results__option {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	background-color: #f0f0f0!important;
	border-width: 0!important;
  }
  
  .bootstrap .select2-selection__placeholder {
	color: inherit !important;
  }
  
  .bootstrap .select2-selection__rendered {
	padding: .2rem .75rem;
  }
  
  .bootstrap .select2-selection--single .select2-selection__arrow {
	height: 35px !important;
  }
  
  .bootstrap .select2-search--dropdown .select2-search__field {
	border: 1px solid #bbb !important;
  }
  
  .select2-container--customize .select2-selection__rendered {
	padding: .3rem .75rem;
  }
  
  .select2-container--customize .select2-search--dropdown .select2-search__field {
	border: 1px solid #ced4da !important;
  }
  
  .select2-container--bootstrap .select2-selection {
	font-size: inherit!important;
  }
  
  /**/
  
  .select2-dropdown {
	z-index: 999999;
  }
  
  .select2-container--customize.bg-dark .select2-search__field {
	background: #343a40;
	border: 1px solid #999 !important;
	color: #fff;
  }
  
  .select2-container--customize.bg-dark .select2-selection__placeholder {
	color: #999;
  }
  
  .select2-container--customize.bg-dark .select2-selection__rendered {
	color: #fff;
  }
  
  .select2-container--customize .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
  }
  
  .select2-container--customize.bg-dark .select2-dropdown {
	background-color: #343a40;
	color: #fff;
	border-color: #343a40!important;
  }

  /* .. */
  .bg_light .select2-container--bootstrap .select2-selection {
	border-color:#b5b5b5!important;
	border-radius: 2px;
  }
  
  .styled .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	border-radius: 2px;
  }
  
  .styled .select2-container--bootstrap .select2-selection--single {
	height: calc(1.5rem + 3px);
	padding: .15rem .5rem .2rem .5rem!important;
	font-size: 0.9rem;
	border-radius: 2px;
  }
  
  .select2-container--bootstrap .select2-results__option {
	font-size: 0.9rem!important;
	font-family: 'Roboto Condensed';
	/* border-bottom: 1px solid #ddd; */
  }
  
  .select2-container--customize .select2-results__option {
	color: #fff;
  }
  
  .select2-container--bootstrap .select2-results__option[role=group] {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	padding-top: 10px!important;
  }
  
  .select2-container--bootstrap .select2-dropdown {
	border-color: #b5b5b5!important;
  }

/* select2: end */

/* jconfirm: begin */
	.jconfirm {
		z-index: 9999!important;
	}
	
	.jconfirm.jconfirm-my-theme .jconfirm-bg{
		background-color: #444;
		opacity: .3;
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box{
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		box-shadow: 0 2px 6px rgba(0,0,0,0.2);
		padding: 10px 10px 0;
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box.loading{
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box.loading:before{
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box.loading:after{
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-closeIcon{
		font-size: 16px;
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-title-c{
		font-size: 18px;
		padding-bottom: 5px;
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content-pane{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-content{
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons{
		float: right;
		padding-bottom: 10px;
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box .jconfirm-buttons button{
	}
	.jconfirm.jconfirm-my-theme .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
		margin-right: 5px;
		font-size: 18px;
	}
/* jconfirm: end */