/* Select2 Meterial Design Modification */
.select2-container--material {
	width: 100% !important; 
}
.select2-container--material .select2-selection--single {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	box-shadow: none;
	box-sizing: content-box;
	height: auto;
	margin: 0;
	outline: none;
	padding: 8px 0 5px 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	padding-left: 0; 
}
.select2-container--material .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold; 
}
.select2-container--material .select2-selection--single .select2-selection__placeholder {
	color: #999; 
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
	height: 26px;
	margin: 0.6rem 0 0.4rem 0;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px; 
}
.select2-container--material .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0; 
}
.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left; 
}
.select2-container--material[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto; 
}
.select2-container--material.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default; 
}
.select2-container--material.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none; 
}
.select2-container--material.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px; 
}
.select2-container--material .select2-selection--multiple {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	box-shadow: none;
	box-sizing: content-box;
	cursor: text;
	height: auto;
	margin: 0;
	outline: none;
	padding: 5px 0 0 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%; 
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
	list-style: none; 
}
.select2-container--material .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left; 
}
.select2-container--material .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px; 
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
	background-color: #ffca28;
	border-radius: 16px;
	color: rgba(0, 0, 0, 0.6);
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 6px;
	padding: 0 12px; 
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	float: right;
	margin-left: 5px; 
}
	.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
		color: #333; 
}
.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--material[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right; 
}
.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto; 
}
.select2-container--material[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto; 
}
.select2-container--material.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default; 
}
.select2-container--material.select2-container--disabled .select2-selection__choice__remove {
	display: none; 
}
.select2-container--material.select2-container--open.select2-container--above .select2-selection--single, .select2-container--material.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--material.select2-container--open.select2-container--below .select2-selection--single, .select2-container--material.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; 
}
.select2-container--material.select2-container--focus .select2-selection--single {
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: 0; 
}
.select2-container--material.select2-container--focus .select2-selection--multiple {
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: 0; 
}
.select2-container--material .select2-search--dropdown .select2-search__field {
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	outline: none; 
}
	.select2-container--material .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
	box-shadow: 0 1px 0 0 #ced4da;
	border-bottom: 1px solid #ced4da; 
}
.select2-container--material .select2-search--inline .select2-search__field {
	background: transparent;
	border: none !important;
	outline: 0;
	box-shadow: none !important;
	-webkit-appearance: textfield; 
}
.select2-container--material .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto; 
}
.select2-container--material .select2-results__option[role=group] {
	padding: 0; 
}
.select2-container--material .select2-results__option[aria-disabled=true] {
	color: #999; 
}
.select2-container--material .select2-results__option[aria-selected=true] {
	background-color: #ddd; 
}
.select2-container--material .select2-results__option .select2-results__option {
	padding-left: 1em; 
}
.select2-container--material .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0; 
}
.select2-container--material .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em; 
}
.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em; 
}
.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em; 
}
.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em; 
}
.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em; 
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
	background-color: #aaaaaa;
	color: white; 
}
.select2-container--material .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px; 
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #ced4da;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
}

.select2-results {
	display: block; 
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0; 
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none; 
}
.select2-results__option[aria-selected] {
	cursor: pointer; 
}

.select2-container--open .select2-dropdown {
	left: 0; 
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0; 
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0; 
}

.select2-search--dropdown {
	display: block;
	padding: 4px; 
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box; 
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none; 
}
.select2-search--dropdown.select2-search--hide {
	display: none; 
}
/* END Select2 Meterial Design Modification */

/* / Tables - No More Tables technique (991px is the bootstrap SM max-width) / */
@media only screen and (max-width: 991px) {
	.table.table-no-more,
	.table.table-no-more thead,
	.table.table-no-more tbody,
	.table.table-no-more tr,
	.table.table-no-more th,
	.table.table-no-more td {
		display: block;
	}

	.table.table-no-more thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	.table.table-no-more tr {
		border-bottom: 1px solid #DDD;
	}

	.table.table-no-more td {
		border: none;
		position: relative;
		padding-left: 50%;
		text-align: left;
		white-space: normal;
	}

	.table.table-no-more td:before {
		content: attr(data-title);
		font-weight: bold;
		left: 6px;
		padding-right: 10px;
		position: absolute;
		text-align: left;
		top: 8px;
		white-space: nowrap;
		width: 45%;
	}

	.table.table-no-more.table-bordered td {
		border-bottom: 1px solid #EFEFEF;
	}

	.table.table-no-more.table-condensed td:before {
		top: 5px;
	}
}
/* /END Tables - No More Tables technique (991px is the bootstrap SM max-width) / */

/* Dropdown backgroud color modification */
.dropdown-item:hover{
	/*background-color: #FFF !important;*/
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
	/*background-color: #FFF !important;*/
	color: #FFF;
    background-color: #919191;
    border-color: #0092e0;
	box-shadow: 0 14px 26px -12px rgb(145 145 145 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(145 145 145 / 20%);
}
.bootstrap-select .dropdown-item.active{
	background: #2091CE;
}
/* END Dropdown backgroud color modification */



/** Theme Alert Changes **/

/* Info */
.alert.alert-info {
    background-color: #d9edf7;
    color: #31708f;
    font-weight: 400;
    border: 1px solid #bce8f1;
	box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(217 327 247 / 40%);
}

.alert.alert-info i {
    color: #31708f;
}

/* Danger */
.alert.alert-danger {
    background-color: #f2dede;
    color: #a94442;
    font-weight: 400;
    border: 1px solid #ebccd1;
}

.alert.alert-danger	 i {
    color: #a94442;
}

/* Warning */
.alert.alert-warning {
    background-color: #ffd884;
    color: #8a6d3b;
    font-weight: 400;
    border: 1px solid #f3c053;
}

.alert.alert-warning	 i {
    color: #8a6d3b;
}

/* Success */
.alert.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
    font-weight: 400;
    border: 1px solid #d6e9c6;
}

.alert.alert-success	 i {
    color: #3c763d;
}

/* Primary */
.alert.alert-primary {
    background-color: #2292CF;
    color: #FFFFFF;
    font-weight: 400;
    border: 1px solid #0092e0;
	box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(34 146 207 / 100%);
}

.alert.alert-primary i {
    color: #FFFFFF;
}
/** /END Theme Alert Changes **/


/** Theme Card Changes **/
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(34 146 207 / 40%);
}

.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
    background: #54addd;
    background: -webkit-linear-gradient(60deg , #54addd, #2292cf);
    background: -o-linear-gradient(60deg, #54addd, #2292cf);
    background: -moz-linear-gradient(60deg, #54addd, #2292cf);
    background: linear-gradient(60deg, #54addd, #2292cf);
}
/** END Theme Card Changes **/


/** Theme Button Changes **/

/* Default */
.btn {
    color: #333333;
    background-color: #f4f4f4;
    border: 1px solid #CCCCCC;
    box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%);
}
.btn:hover, .btn:focus, .btn:active{
	color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default {
    color: #333333 !important;
    background-color: #f4f4f4 !important;
    border: 1px solid #CCCCCC !important;
    box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%) !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active{
	color: #333333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

/* Primary */
.btn.btn-primary {
    color: #FFF;
    background-color: #2292CF;
    border: 1px solid #0092e0;
    
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
	color: #FFF;
    background-color: #2bb5ff;
    border-color: #0092e0;
	box-shadow: 0 14px 26px -12px rgb(34 146 207 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(34 146 207 / 20%);
}

/* Danger */
.btn.btn-danger {
    color: #FFF;
    background-color: #d2322d;
    border: 1px solid #d2322d;
    box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(34 146 207 / 20%), 0 1px 5px 0 rgb(34 146 207 / 12%);
}

/* Default */
.btn.btn-primary {
    color: #FFF;
    background-color: #2292CF;
    border: 1px solid #0092e0;
    
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
	color: #FFF;
    background-color: #2bb5ff;
    border-color: #0092e0;
	box-shadow: 0 14px 26px -12px rgb(34 146 207 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(34 146 207 / 20%);
}
/** END Theme Button Changes **/


/** Toggle Switch Theme Change **/
.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(34, 146, 207, 0.7);
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    border-color: #239adb;
}
/** END Toggle Switch Theme Change **/

.expose {
    position:relative;
    z-index: 99999;
}

/** Sortable Table Headers **/
.filter_th{
	font-weight: bold !important;
}
.filter_th:hover{
	cursor: pointer !important;
	color: #2292CF !important;
}
/** END Sortable Table Headers **/

/** Change Text Colors **/
.text-primary{
	color: #2292CF !important;	
}
/** END Change Text Colors **/

