/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 *,
*:before,
*:after {
    box-sizing: border-box;
}
 .link {
    font-family: 'NunitoSans-Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #3F4756;
    display: inline-block;
}
.active {
    color: #004EB6;
    position: relative;
}
.hidden-el{
	display: none !important
}
.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid var( --mdc-theme-primary);
    border-radius: 2px;
}


.link {
    background-color: #ffffff;
    margin-right: 15px;
}
.header-container {
    padding: 28px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 8px;
    margin-right: 15px;
}
.header-container-links {
    margin: 10px 0 0 auto;
}

.header-container-links span {
    padding: 0 5px;
}
.header-container .header-title {
 	flex: 0 0 50%;
 	max-width: 50%;
 }
 .header-container .header-container-links {
 	flex: 0 0 calc(50% - 15px);
 	max-width: calc(50% - 15px);
 	margin: 0 !important;
 	padding-left: 15px;
 	text-align: right;
 }
.header-title {
    font-family: 'NunitoSans-ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: var(--mdc-theme-primary);
    flex: 0 0 100%;
    max-width: calc(100% - 100px);
}

.navbar {
    padding: 0 32px;
    border-bottom: 1px solid rgba(63, 71, 86, 0.25);
}

.navbar-items {
    display: flex;
    flex-wrap: wrap;
}

.navbar-items li {
    margin-right: 32px;
    margin-bottom: 0;
}

.navbar-items li a {
    padding: 18px 0;
    color: var(--mdc-theme-primary);
}

.section {
    padding: 28px 32px;
}
.col-wrap {
    margin-bottom: 35px;
}

.shadow-panel {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(63, 71, 86, 0.1);
    border-radius: 8px;
    padding: 16px;
}

.password-hidden {
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s linear;
    user-select: none;
}

.password-hidden:hover {
    opacity: 1;
}

.options {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)!important;
}
.cta-btn {
    flex: 0 0 100%;
    max-width: 100px;
    text-align: right;
    margin: 20px 15px;
}

.cta-btn a {
    color: #ffffff;
}

.form-group-control .mdc-switch-native-control {
    width: 68px;
    height: 48px;
}

.btn-primary {
    color: #ffffff;
    background-color: #6200ee;
    border-color: #004EB6;
}

.btn {
    display: inline-block;
    font-family: 'NunitoSans-Bold';
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 16px 32px;
    font-size: 14px;
    border-radius: 35px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.btn-primary:hover {
    color: #fff;
}

.shadow-panel h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}
 .form-group{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 35px;
 }
.form-group:last-of-type .form-group-label {
	display: none;
}
.form-group-label {
    flex: 0 0 100%;
    max-width: 230px;
    padding: 0 15px;
}
.form-field-inline{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -13px 10px;
}
 .form-label{
	 font-family: 'NunitoSans-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px; 
 }
.form-radio-label {
	margin-right: 20px;
}
 .form-group-control{
	flex: 0 0 100%;
    max-width: calc(100% - 230px);
    padding: 0 15px;
 }


.text-field-helper-line {
	color: #888;
	font-style: italic;
}

.password-hidden {
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s linear;
    user-select: none;
}

.password-hidden:hover {
    opacity: 1;
}

.floating-label {
    color: var( --theme-primary);
}
.text-field-resizer{
	
}
.form-select:hover select {
    border-color: rgba(0, 0, 0, .87)!important;
    color: rgba(0, 0, 0, .87);
}

.form-select:focus select {
    border-color: #2196f3!important;
}

.pl-4 {
    padding: 0 4px!important;
}

.button {
	cursor: pointer;
	border: 1px solid #ccc;
}

.color-fields{
	display: flex;
}
.color-fields p{
		margin: 0;
		padding: 0;
}
.color-fields .colorbox {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;

}
 @media only screen and (max-width: 767px) {
	.form-group-label {
		flex: 0 0 100%;
		margin-bottom: 15px;
		max-width: 100%;
	}
	.form-group-control {
		flex: 0 0 100%;
		max-width: 100%
	}
	.form-group-control label {
		display: block;
	}
	.form-group-control .text-field-helper-line {
		margin-top: 10px;
	}


}
/*select2*/
.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px; 
    font-size: 1.2em;  
}

.select2-container .select2-choice .select2-arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
}
.plugin-perfection-message {
    padding: 10px;
    background: #d5d5d5;
    border-radius: 10px;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 24px;
}
.ffl-dealer-search{
	margin: auto;
}
.ffl-dealer-search .field-table{
	 max-width: 500px;
    margin: auto;
}
.green {
   color: green;
   border: green;
}
#search-dealer-result{
	max-width: 800px;
	margin: auto
}
.search-buton{
	background: #000;
    color: #fff;
    border: initial;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
	cursor: pointer
}
.dealer-results {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	text-transform: lowercase;
	margin-top: 10px;
}
.dealer-results td, .dealer-results th {
  border: 1px solid #ddd;
  padding: 5px;
}

.dealer-results tr:nth-child(even){background-color: #f2f2f2;}

.dealer-results tr:hover {background-color: #ddd;}

.dealer-results th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #000;
	color: white;
}
.dealer-results a {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 0px 2px;
	padding: 2px;
	cursor: pointer;
}
.edit-dealer{
	color: #10c15e;
	font-size: 15px;
	font-weight: bold;	
}
.edit-dealer::before{
	content: "\270E";
}
.delete-dealer {
	color: #e81616;
	font-size: 15px;
	font-weight: bold;
}
.delete-dealer::before{
	 content: "\2716";
}
.ffl-dealer-form-filds .form-group{
	margin: 5px 0px !important;
}