@charset "UTF-8";

.select2.select2-container {
	width: 100% !important;
	padding-left: 3%;
	padding-right: 3%;
}

.select2.select2-container .select2-selection {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 42px;
	margin-bottom: 6px;
	outline: none !important;
	transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered
	{
	color: #333;
	line-height: 40px;
	padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow
	{
	background: #f8f8f8;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	height: 40px;
	width: 33px;
	right: 13px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single
	{
	background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow
	{
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple
	{
	border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
	height: auto;
	min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field
	{
	margin-top: 0;
	height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered
	{
	display: block;
	padding: 0 4px;
	line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice
	{
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 4px 4px 0 0;
	padding: 0 6px 0 22px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove
	{
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	margin: 0;
	text-align: center;
	color: #e74c3c;
	font-weight: bold;
	font-size: 16px;
}

.select2-container .select2-dropdown {
	background: transparent;
	border: none;
	margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
	padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
	outline: none !important;
	border: 1px solid #34495e !important;
	border-bottom: none !important;
	padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
	padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
	background: #fff;
	border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected]
	{
	background-color: #3498db;
}

/****LOGIN FORM TESTING***/
.card {
	border: 1px solid #28a745;
}

.card-login {
	margin-top: 130px;
	padding: 18px;
	max-width: 30rem;
}

.card-header {
	color: #fff;
	/*background: #ff0000;*/
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 600 !important;
	margin-top: 10px;
	border-bottom: 0;
}

.input-group-prepend span {
	width: 50px;
	background-color: #ff0000;
	color: #fff;
	border: 0 !important;
}

input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.login_btn {
	width: 130px;
}

.login_btn:hover {
	color: #fff;
	background-color: #ff0000;
}

.btn-outline-danger {
	color: #fff;
	font-size: 18px;
	background-color: #28a745;
	background-image: none;
	border-color: #28a745;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #28a745;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #1d2e5a;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #1d2e5a;
	border-radius: 0;
}