/** STYLES TAKEN FROM UGSS.CSS
 */
.site-breadcrumbs {
	text-align: left;
	position: relative;
	top: 0;
	width: 100%;
	background: #D0E2E9;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.site-breadcrumbs.loaded {
	opacity: 1;
}
.site-breadcrumbs .fa {
	font-weight: 700;
	font-size: 1rem;
	margin-left: .5rem;
	color: #fff;
}
.breadcrumb-right-tag {
	padding: 0;
	background: none;
	margin-bottom: 0;
}
.breadcrumb-right-tag .breadcrumb-item {
	background: #D0E2E9;
	padding: .5em .75em;
	color: #444;
	position: relative;
	z-index: 1;
	border-right: #E5EFF3 solid 7px;
}
.breadcrumb-right-tag .breadcrumb-item .fa-home {
	font-size: 1.4rem;
	color: #444;
}
.breadcrumb-right-tag .breadcrumb-item a {
	color: #444;
	border-bottom: none;
	background-image: none;
}
.breadcrumb-right-tag .breadcrumb-item a:hover {
	text-decoration: underline;
	background-image: none;
}
.breadcrumb-right-tag .breadcrumb-item a:hover:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.breadcrumb-right-tag .breadcrumb-item::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #D0E2E9;
	z-index: 2;
	position: absolute;
	right: -7px;
	top: 13px;
}
.breadcrumb-right-tag .breadcrumb-item:nth-child(even) {
	background: #E5EFF3;
	border-right: #D0E2E9 solid 7px;
}
.breadcrumb-right-tag .breadcrumb-item:nth-child(even)::after {
	border-color: transparent transparent transparent #E5EFF3;
}
.breadcrumb-right-tag .breadcrumb-item:last-child {
	border-right: none;
}
.breadcrumb-right-tag .breadcrumb-item:last-child::after {
	border-color: transparent;
}
.breadcrumb-right-tag .breadcrumb-item::before {
	content: "";
	padding: 0;
}
.btn {
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.25;
  letter-spacing: 0.03rem;
  border: 2px solid transparent;
  border-radius: 0;
  padding: .75rem 1rem;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
  .btn span {
	vertical-align: middle;
}
.btn-group-lg > .btn, .btn-lg {
	padding: .8rem 1.5rem;
  	font-size: 1.25rem;
}
.btn-group-sm > .btn, .btn-sm {
  	padding: .5rem .7rem;
  	font-size: .8rem;
}
.btn-group-xs > .btn, .btn-xs {
  	padding: .45rem .5rem;
  	font-size: .6rem;
}
.btn-circle {
  	border-radius: 50% !important;
  	height: 40px;
  	width: 40px;
  	padding: 3px !important;
}
.btn-square {
  	height: 40px;
  	width: 40px;
  	border-radius: 5px;
  	padding: 3px !important;
}
.btn-primary {
	color: #000;
	background-color: #eee;
	position: relative;
	margin-right: 2.35rem;
	border: 0;
}
.btn-primary::before {
	content: "";
	width: 2rem;
	background: #C20430;
	position: absolute;
	right: -2rem;
	top: 0;
	bottom: 0;
	line-height: inherit;
	display: inline-block;
	border: 1rem solid #000;
	border-width: 0 0 0 .35rem;
	pointer-events: all;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	pointer-events: all;
}
.btn-primary::after {
	content: "\f061";
	display: block;
	width: 2rem;
	font-family: 'FontAwesome';
	color: #fff;
	position: absolute;
	right: -2.15rem;
	top: 25%;
	bottom: 25%;
	line-height: inherit;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	pointer-events: all;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
	color: #000;
	background-color: #ccc;
	border-color: #333;
}
.btn-primary:hover::after, .btn-primary:focus::after, .btn-primary.active::after, .btn-primary:active::after {
	color: #FFC72A;
}
.btn-primary:hover::before, .btn-primary:focus::before, .btn-primary.active::before, .btn-primary:active::before {
	background: #b8042e;
}
.btn-primary:not(:disabled):not(.disabled):active {
	background: #a6a6a6;
	color: #000;
}
.show > .btn-primary.dropdown-toggle {
	color: white;
	background-color: #002884;
	border-color: #002884;
}
.btn-outline-primary {
	color: #000;
	background-image: none;
	background-color: transparent;
	border-color: #000;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-outline-primary:active {
	color: white;
	background-color: #000;
	border-color: #000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
	background: #a6a6a6;
	color: #fff;
}
.show > .btn-outline-primary.dropdown-toggle {
	color: white;
	background-color: #000;
	border-color: #000;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: white;
	background-color: #000;
	border-color: #000;
	opacity: 0.8;
}
.btn-primary:not(:disabled):not(.disabled):active {
	background: #a6a6a6;
	color: #fff;
	border-color: #000;
}
.btn-secondary {
	color: #000;
	background-color: #eee;
	position: relative;
	margin-right: 2.35rem;
	border: 0;
}
.btn-secondary::before {
	content: "";
	width: 2rem;
	background: #FFC72A;
	position: absolute;
	right: -2rem;
	top: 0;
	bottom: 0;
	line-height: inherit;
	display: inline-block;
	border: 1rem solid #000;
	border-width: 0 0 0 .35rem;
	pointer-events: all;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	pointer-events: all;
}
.btn-secondary::after {
	content: "\f061";
	display: block;
	width: 2rem;
	font-family: 'FontAwesome';
	color: #000;
	position: absolute;
	right: -2.15rem;
	top: 25%;
	bottom: 25%;
	line-height: inherit;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	pointer-events: all;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active {
	color: #000;
	background-color: #ccc;
	border-color: #333;
}
.btn-secondary:hover::after, .btn-secondary:focus::after, .btn-secondary.active::after, .btn-secondary:active::after {
	color: #666;
}
.btn-secondary:hover::before, .btn-secondary:focus::before, .btn-secondary.active::before, .btn-secondary:active::before {
	background: #f6b500;
}
.btn-secondary:not(:disabled):not(.disabled):active {
	background: #a6a6a6;
	color: #000;
}
.show > .btn-secondary.dropdown-toggle {
	color: #111111;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-outline-secondary {
	color: #ddd;
	background-image: none;
	background-color: transparent;
	border-color: #ddd;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-outline-secondary:active {
	color: #fff;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	background: #b7b7b7;
	color: #fff;
}
.show > .btn-outline-secondary.dropdown-toggle {
	color: #111111;
	background-color: #ddd;
	border-color: #ddd;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: white;
	background-color: #ddd;
	border-color: #ddd;
	opacity: 0.8;
}
.btn-secondary:not(:disabled):not(.disabled):active {
	background: #b7b7b7;
	color: #fff;
}
.btn-success {
	color: white;
	background-color: #3C8221;
	border-color: #3C8221;
}
.btn-success:hover, .btn-success:focus, .btn-success.active, .btn-success:active {
	color: white;
	background-color: #295917;
	border-color: #295917;
}
.btn-success:not(:disabled):not(.disabled):active {
	background: #204512;
	color: #fff;
}
.show > .btn-success.dropdown-toggle {
	color: white;
	background-color: #599014;
	border-color: #599014;
}
.btn-outline-success {
	color: #3C8221;
	background-image: none;
	background-color: transparent;
	border-color: #3C8221;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.active, .btn-outline-success:active {
	color: white;
	background-color: #295917;
	border-color: #295917;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
	background: #204512;
	color: #fff;
}
.show > .btn-outline-success.dropdown-toggle {
	color: white;
	background-color: #3C8221;
	border-color: #3C8221;
}
.btn-success.disabled, .btn-success:disabled {
	color: white;
	background-color: #295917;
	border-color: #295917;
}
.btn-success:not(:disabled):not(.disabled):active {
	background: #204512;
	color: #fff;
}
.btn-info {
	color: white;
	background-color: #007CB7;
	border-color: #007CB7;
}
.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:active {
	color: white;
	background-color: #005984;
	border-color: #005984;
}
.btn-info:not(:disabled):not(.disabled):active {
	background: #00486b;
	color: #fff;
}
.show > .btn-info.dropdown-toggle {
	color: white;
	background-color: #007ac1;
	border-color: #007ac1;
}
.btn-outline-info {
	color: #007CB7;
	background-image: none;
	background-color: transparent;
	border-color: #007CB7;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.active, .btn-outline-info:active {
	color: white;
	background-color: #005984;
	border-color: #005984;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
	background: #00486b;
	color: #fff;
}
.show > .btn-outline-info.dropdown-toggle {
	color: white;
	background-color: #007CB7;
	border-color: #007CB7;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #005984;
	border-color: #005984;
}
.btn-info:not(:disabled):not(.disabled):active {
	background: #00486b;
	color: #fff;
}
.btn-warning {
	color: white;
	background-color: #D56300;
	border-color: #D56300;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.active, .btn-warning:active {
	color: white;
	background-color: #a24b00;
	border-color: #a24b00;
}
.btn-warning:not(:disabled):not(.disabled):active {
	background: #893f00;
	color: #fff;
}
.show > .btn-warning.dropdown-toggle {
	color: white;
	background-color: #c66900;
	border-color: #c66900;
}
.btn-outline-warning {
	color: #D56300;
	background-image: none;
	background-color: transparent;
	border-color: #D56300;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.active, .btn-outline-warning:active {
	color: white;
	background-color: #a24b00;
	border-color: #a24b00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
	background: #893f00;
	color: #fff;
}
.show > .btn-outline-warning.dropdown-toggle {
	color: white;
	background-color: #D56300;
	border-color: #D56300;
}

.btn-warning.disabled, .btn-warning:disabled {
	color: white;
	background-color: #a24b00;
	border-color: #a24b00;
}
.btn-warning:not(:disabled):not(.disabled):active {
	background: #893f00;
	color: #fff;
}
.btn-danger {
	color: white;
	background-color: #EE000E;
	border-color: #EE000E;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.active, .btn-danger:active {
	color: white;
	background-color: #bb000b;
	border-color: #bb000b;
}
.btn-danger:not(:disabled):not(.disabled):active {
	background: #a2000a;
	color: #fff;
}
.show > .btn-danger.dropdown-toggle {
	color: white;
	background-color: #ab000e;
	border-color: #ab000e;
}
.btn-outline-danger {
	color: #EE000E;
	background-image: none;
	background-color: transparent;
	border-color: #EE000E;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.active, .btn-outline-danger:active {
	color: white;
	background-color: #bb000b;
	border-color: #bb000b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
	background: #a2000a;
	color: #fff;
}
.show > .btn-outline-danger.dropdown-toggle {
	color: white;
	background-color: #EE000E;
	border-color: #EE000E;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: white;
	background-color: #bb000b;
	border-color: #bb000b;
}
.btn-danger:not(:disabled):not(.disabled):active {
	background: #a2000a;
	color: #fff;
}
.btn-white {
	color: #111111;
	background-color: white;
	border-color: white;
}
.btn-white:hover, .btn-white:focus, .btn-white.active, .btn-white:active {
	color: #111111;
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.show > .btn-white.dropdown-toggle {
	color: #111111;
	background-color: #ebebeb;
	border-color: #ebebeb;
}
.btn-outline-white {
	color: white;
	background-image: none;
	background-color: transparent;
	border-color: white;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.active, .btn-outline-white:active {
	color: #111111;
	background-color: white;
	border-color: white;
}
.show > .btn-outline-white.dropdown-toggle {
	color: #111111;
	background-color: white;
	border-color: white;
}
.btn-white.disabled, .btn-white:disabled {
	opacity: 0.8;
}
.btn-black {
	color: white;
	background-color: black;
	border-color: black;
}
.btn-black:hover, .btn-black:focus, .btn-black.active, .btn-black:active {
	color: white;
	background-color: #333333;
	border-color: #333333;
}
.show > .btn-black.dropdown-toggle {
	color: white;
	background-color: #333333;
	border-color: #333333;
}
.btn-outline-black {
	color: black;
	background-image: none;
	background-color: transparent;
	border-color: black;
}
.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black.active, .btn-outline-black:active {
	color: white;
	background-color: black;
	border-color: black;
}
.show > .btn-outline-black.dropdown-toggle {
	color: white;
	background-color: black;
	border-color: black;
}
.btn-black.disabled, .btn-black:disabled {
	opacity: 0.8;
}
.btn-link {
	color: #000;
}
.btn-link:hover, .btn-link:focus, .btn-link.active, .btn-link:active {
	color: #002884;
	text-decoration: none;
}
.show > .btn-link.dropdown-toggle {
  color: #002884;
  text-decoration: none;
}
.btn-link.disabled, .btn-link:disabled {
  color: #000;
  opacity: 0.8;
}
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control {
	display: inline-block;
	width: 100%;
	padding: 13px 15px;
	font-size: 1rem;
	line-height: 1.25;
	color: #555555;
	background-color: #e3eef2;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}  
.form-control:focus {
	background-color: #fffdf6;
}
.input-group-btn .btn {
	height: 100%;
}
.form-control-sm {
	padding: .5rem .7rem;
	font-size: .8rem;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	padding: .5rem .7rem;
	font-size: .8rem;
}
.form-control-xs {
	padding: .45rem .5rem;
	font-size: .6rem;
}
.input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
	padding: .45rem .5rem;
	font-size: .6rem;
}
input {
	letter-spacing: 0.03rem;
}
.input-group-addon {
	border: none;
}  
.input-group-addon:not(:last-child) {
	border: none;
}
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
	margin-right: 0;
}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
	margin-left: 0;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-text, #inputGroup-sizing-lg, .input-group-lg > .form-control {
	border-radius: 0;
}
input:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #ddd !important;
}
select.form-control:not([size]):not([multiple]) {
	height: 50px;
}
select.selector {
	-webkit-appearance: menulist !important;
}
select.multiple-selector {
	-webkit-appearance: listbox !important;
	max-height: 55px;
}
select:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #ddd !important;
}
option {
	padding: 4px 2px 1px;
}
textarea:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #ddd !important;
}
.btn-file {
	position: relative;
	overflow: hidden;
	letter-spacing: 0.06rem !important;
}  
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 1rem;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	margin-bottom: 0;
}  
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	margin-top: 2px;
	margin-left: -20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: white;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	margin-top: 2px;
	margin-left: -20px;
	padding-left: 4px;
	padding-top: 2px;
	font-size: 10px;
	color: #ddd;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}  
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #ddd;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #000;
	border-color: #000;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: white;
}
.checkbox-secondary input[type="checkbox"]:checked + label::before {
	background-color: #ddd;
	border-color: #ddd;
}
.checkbox-secondary input[type="checkbox"]:checked + label::after {
	color: white;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #3C8221;
	border-color: #3C8221;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: white;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #007CB7;
	border-color: #007CB7;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: white;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #D56300;
	border-color: #D56300;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: white;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #EE000E;
	border-color: #EE000E;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: white;
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}  
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: white;
	margin-top: 2px;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 12px;
	height: 12px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #ddd;
	margin-top: 2px;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
}  
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #000;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #000;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #000;
}
.radio-success input[type="radio"] + label::after {
	background-color: #3C8221;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #3C8221;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #3C8221;
}
.radio-info input[type="radio"] + label::after {
	background-color: #007CB7;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #007CB7;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #007CB7;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #D56300;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #D56300;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #D56300;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #EE000E;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #EE000E;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #EE000E;
}
label.hidden {
	display: none !important;
}
label.btn-file {
	margin-bottom: 0;
}