:root {
    --color__link: #A8A8A8;
    --color__accent: var(--color__primary);
    --field__background: var(--color__primary);
    --field__background--hover: var(--color__primary);
    --input__border: #E3E3E3;
    --input__border--hover: var(--color__primary);
    --label__color: #222;

    --color__success: #48c75d;
    --color__warning: #ffb802;
    --color__danger: #FF6A6A;
    --color__light: #F7F7F7;
    --color__dark: #000000;
    --color__white: #FFF;

    --margin_xs: 15px;
    --margin_sm: 30px;
    --margin_md: 45px;
    --margin_lg: 60px;
}

* {
	font-family: 'Montserrat', sans-serif;
}

body {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	letter-spacing: 0;
	background: #FFF;
	height: 100%;
	color: #7b7b7b;
}

h1, h2, h3, h4, h5, h6, header a {
	font-family: "Montserrat", sans-serif;
	font-weight: 
}

h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	color: var(--color__dark);
}

* a {
	color: var(--color__link);
}

a:hover,
a.text-primary:focus,
a.text-primary:hover{
	color: var(--color__primary) !important;
	text-decoration: none !important;
}

* b, .font-weight-bold {
	font-weight: 700;
	color: #222;
}
.font-weight-ligth {
	font-weight: 300 !important;
}

*:focus,
button:focus{
	outline: 0 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */

.width-20 {
	width: 20px;
}
.width-40 {
	width: 40px;
}
.width-60 {
	width: 60px;
}

/* UTILS */
.font-size-6 {
	font-size: 6px !important;
}
.font-size-8 {
	font-size: 8px !important;
}
.font-size-10 {
	font-size: 10px !important;
}
.font-size-12 {
	font-size: 12px !important;
}
.font-size-14 {
	font-size: 14px !important;
}
.font-size-16 {
	font-size: 16px !important;
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-20 {
	font-size: 20px !important;
}
.font-size-22 {
	font-size: 22px !important;
}
.font-size-24 {
	font-size: 24px !important;
}
.font-size-26 {
	font-size: 26px !important;
}
.font-size-28 {
	font-size: 28px !important;
}
.font-size-30 {
	font-size: 32px !important;
}
.font-size-32 {
	font-size: 32px !important;
}
.font-size-34 {
	font-size: 34px !important;
}
.font-size-36 {
	font-size: 36px !important;
}
.font-size-48 {
	font-size: 48px !important;
}

.font-size-em-10 {
	font-size: 1.0em;
}
.font-size-em-12 {
	font-size: 1.2em;
}
.font-size-em-14 {
	font-size: 1.4em;
}
.font-size-em-16 {
	font-size: 1.6em;
}

.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-move {
	cursor: move;
}

.border-radius {
	border-radius: 50%;
}
.border-radius-5 {
	border-radius: 5px;
}
.border-radius-10 {
	border-radius: 10px;
}
.border-radius-15 {
	border-radius: 15px;
}
.border-radius-20 {
	border-radius: 20px;
}

.box-shadow {
	box-shadow: 0px 3px 12px #00000029;
}

.hyphenate {
	overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.ellipsis {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.filter-grayscale {
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
}


.pac-container {
	z-index: 99999;
	cursor: pointer;
	box-shadow: 1px 1px 1px #CCC;
	border: 1px solid #e1e1e1;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - */

/* NAV SIDEBAR */
nav.sidebar{
	top: 0;
	left: 0;
	padding: 0;
	width: 375px;
	max-width: 100%;
	z-index: 1050;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	min-height: 100vh;
	margin-left: -400px;
	transition: all 0.3s ease;
	box-shadow: 14px 0px 20px #00000026;
	background: #fff;
}
nav.sidebar .nav-body{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
nav.sidebar.open{
	margin-left: 0;
}
nav.sidebar .nav-body > ul, nav.sidebar .nav-body > ul > li {
	padding: 0;
}
nav.sidebar .nav-body > ul > li > a {
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	width: 100%;
	padding:var(--margin_xs);
	padding-left: 1.5rem;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	font-size: 20px;
	cursor: pointer;
	color: var(--color__dark) !important;
    font-weight: bold;
}
nav.sidebar .nav-body > ul > li > a > i,
nav.sidebar .nav-body > ul > li > a > svg {
	width: 26px;
	color: var(--color__primary);
	margin-right: .5rem;
}
nav.sidebar .nav-body > ul > li > a, nav.sidebar .nav-body > ul > li > a > svg {
	color: #000;
}

/* submenu do menu */
nav.sidebar .nav-body > ul > li > ul, nav.sidebar .nav-body > ul > li > ul li  {
	padding: 0;
	margin: 0;
	list-style: none;
}
nav.sidebar .nav-body > ul > li > ul > li > a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin: 0;
	margin-bottom: var(--margin_xs);
	padding-left: 4rem;
	color: #7b7b7b;
}
nav.sidebar .nav-body > ul > li > ul > li:first-child > a {
	margin-top: var(--margin_xs);
}

#overlay-global{
	top:0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1040;
	background: #000000a3;
	display: none;
}
/* alert */

/* alert */
#alertMessage { 
  position: fixed !important;
  top: 4rem !important;
  height: auto;
  margin: 0;
  left: 50%;
  display: block;
  transform: translate(-50%, 0);
  border-radius: .3rem;
  cursor: pointer;
  box-shadow: 0px 8px 20px #0000001f;
  border: 0;
  opacity: 0;
  font-weight: bold;
  transition: all .2s ease;
  z-index: 10000 !important;
}

#alertMessage.active {
  opacity: 1;
  margin-top: -1rem;
}

#alertMessage p {
	margin: 0;
	padding: 0;
}

#alertMessage.alert-success {
	background: var(--color__success);
	color: #FFF;
}

#alertMessage.alert-warning {
	background: var(--color__warning);
	color: #FFF;
}

#alertMessage.alert-danger {
	background: var(--color__danger);
	color: #FFF;
}

/* parsley js */
.parsley-errors-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: var(--color__danger);
}
.parsley-errors-list * {
	font-size: 10px !important;
	margin: 0 0 3px 0;
}
.parsley-error {
	border-bottom: 1px solid  var(--color__danger) !important;
}

/* div loading */
div#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.95);
	text-align: center;
	display: none;
	z-index: 99999;
}
div#loading svg {
	margin-top: calc(50% - 200px);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */

/* SEARCH FILTER INPUT */
form.search input, form.search button {
	border-radius: 0 !important;
	border: none;
	border-bottom: 1px solid #a8a8a8;
	color: #A8A8A8;
}
form.search button {
	font-size: 16px;
}
form.search button:first-child {
	border: none;
}
form.search button {
	padding: 3px 10px;
}
form.search .dropdown-menu select, form.search .dropdown-menu .select-multiple {
	width: 100%;
	max-height: 100px;
	overflow-y: scroll;
	border: none;
}
form.search input:focus, form.search button:active {
	outline: none !important;
	box-shadow: none !important;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid var(--color__primary);
}
form.search svg, form.search path {
	font-size: 16px;
	width: 16px !important;
}

/* DROPDOWN MENU */
.dropdown-menu{
	padding: 1rem !important;
	border-radius: .25rem !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
}

.dropdown-menu, .dropdown-menu ul, .dropdown-menu ul li {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	min-width: 210px;
	border-radius: 0;
}
.dropdown-menu ul li a{
	padding: .75rem 1.25rem;
	transition: .2s;
}

.dropdown-menu ul li a:hover{
	color: #222 !important;
}

.dropdown-menu ul li svg {
	width: 16px;
	margin-right: var(--margin_xs);
}

/* pagination */
ul.pagination li span{
	margin: 0;
	padding: 0;
}
ul.pagination li.active span, ul.pagination li a {
	display: inline-block;
	padding: 5px 10px;
}
ul.pagination li.active span {
	border: 1px solid var(--color__primary) !important;
	background: var(--color__primary) !important;
	color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */

/* COMPLEMENTOS = BOOTSTRAP + CUSTOM */
.form-group.form-group-float {
	margin-bottom: 1.5rem;
	position: relative;
	border-bottom: 1px solid var(--input__border);
}

.form-group.form-group-float.form-label-up label{
	font-size: 75%;
	padding-bottom: 2rem !important;
}
.form-group.form-group-float .form-control {
	position: relative;
	z-index: 1;
	border: 0px;
	border-radius: 0px !important;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: -1px;
	text-align: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

    transition: all .2s ease;

	background: transparent;
}
.form-group.form-group-float .form-control:focus {
	box-shadow: 0;
	outline: 0;
	background: transparent;
}

.form-group.form-group-float .form-control ~ label:after{
	content: " ";
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 1px;
	margin-bottom: -1px;
	transition: width .3s ease;
	background: var(--color__primary) !important;
}

.form-group.form-group-float .form-control:focus ~ label:after{
	width: 100%;
}

.form-group.form-group-float .form-control-placeholder {
	position: absolute;
	left: 0;
    bottom: 0;
    width: 100%;
	padding-bottom: 6px;
	transition: all 200ms;
	padding-left: 0;
	margin-left: 0;
	color: #888888;
	font-weight: 400;
	cursor: text;
	margin: 0;
}
.form-group.form-group-float .form-control:disabled + .form-control-placeholder,
.form-group.form-group-float .form-control[readonly] + .form-control-placeholder,
.form-group.form-group-float .form-control:focus + .form-control-placeholder,
.form-group.form-group-float .form-control:valid + .form-control-placeholder,
.form-group.form-group-float select.form-control + .form-control-placeholder {
	opacity: 1;
	margin: 0;
	color: var(--color__secondary);
}

.form-group.form-group-float .form-control:focus + .form-control-placeholder {
	color: var(--color__primary);
}

.form-group.form-group-float .form-control:disabled, .form-group.form-group-float .form-control[readonly] {
	background-color: transparent;
	color: #ababab;
}

.form-group.form-group-float .input-group-text {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	color: #CCC;
	padding-right: 5px;
}

.form-group.form-group-float .form-control-placeholder ~ div{
	position: absolute;
}

ul.ui-autocomplete {
	z-index: 9999999;
	background: #e1e1e1;
}
ul.ui-autocomplete li {
	cursor: pointer;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

/* Tamanho Grande */
@media screen and (min-width: 1024px) {
	.form-group.form-group-float.form-group.form-group-float-lg label {
		margin: 0;
		font-size: 32px;
		padding-bottom: .5rem !important;
	}

	.form-group.form-group-float.form-group.form-group-float-lg.form-label-up label,
	.form-group.form-group-float.form-group.form-group-float-lg  .form-control:focus + .form-control-placeholder,
	.form-group.form-group-float.form-group.form-group-float-lg  .form-control:valid + .form-control-placeholder {
		font-size: 16px;
		padding-bottom: 2.5rem !important;
	}
}

.modal .modal-block {
	width: 100%;
	height: 100%;
	overflow-y: scroll !important;
	overflow: scroll;
	margin: 0;
	padding: 0;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	padding: 45px 30px;
}

/* CHECBOX */
.toggle{
	--uiToggleSize: var(--toggleSize, 20px);
	--uiToggleIndent: var(--toggleIndent, .4em);
	--uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
	--uiToggleColor: var(--color__primary);
	--uiToggleDisabledColor: var(--color__primary);
	--uiToggleBgColor: var(--toggleBgColor, #fff);
	--uiToggleArrowWidth: var(--toggleArrowWidth, 2px);
	--uiToggleArrowColor: var(--toggleArrowColor, #fff);
	display: inline-block;
	position: relative;
	margin: 0;
}
.toggle__input{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.toggle__label{
	margin: 0;
	display: block;
	position: relative;
	cursor: pointer;
	min-height: var(--uiToggleSize);
	padding-left: calc(var(--uiToggleSize) + var(--uiToggleIndent));
}
.toggle__label:before, .toggle__label:after{
	content: "";
	box-sizing: border-box;  
	width: 1em;
	height: 1em;
	font-size: var(--uiToggleSize);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
}
.toggle__label:before{
	border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
	z-index: 2;
}
.toggle__input:not(:disabled) ~ .toggle__label:after{
	background-color: var(--uiToggleColor);
	opacity: 0;
}
.toggle__input:not(:disabled):checked ~ .toggle__label:after{
	opacity: 1;
}
.toggle__text{
	margin-top: auto;
	margin-bottom: auto;
}
.toggle__text:before{
	content: "";
	box-sizing: border-box;
	width: 0;
	height: 0;
	font-size: var(--uiToggleSize);
	border-left-width: 0;
	border-bottom-width: 0;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: var(--uiToggleArrowColor);
	position: absolute;
	top: .5428em;
	left: .2em;
	z-index: 3;
	transform-origin: left top;
	transform: rotate(-40deg) skew(10deg);
}
.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text:before{
	width: .5em;
	height: .25em;
	border-left-width: var(--uiToggleArrowWidth);
	border-bottom-width: var(--uiToggleArrowWidth);
	will-change: width, height;
	transition: width .1s ease-out .2s, height .2s ease-out;
}
.toggle{
	border-radius: 5px;
	--toggleColor: #0ecaaa;
	--toggleBgColor: #0ecaaa;
	--toggleSize: 25px;
}

/* */

.modal .modal-block .modal-header {
	border: 0;
}
.form-check {
	display: inline-block;
	padding: 0;
}
.form-check + .form-check {
	margin-left: var(--margin-xs);
}
.form-check input[type=radio] {
	display: none;
}
.form-check input[type=radio] + span {
	display: inline-block;
	background: var(--color__light);
	cursor: pointer;
	border: 1px solid var(--color__light);
	border-radius: 15px;
	padding: 2px 10px;
	margin-right: 5px;
	white-space: nowrap;
}
.form-check input[type=radio]:checked + span {
	background: #E6FAF6;
	border: 1px solid var(--color__primary);
	color: var(--color__primary);
	cursor: pointer;
}

.badge-over {
	top: 4px;
    margin-left: -10px;
    display: inline-block;
    font-size: 10px;
    width: 15px;
    max-height: 15px;
    padding: 2px 0;
    position: absolute;
}

/* SWIT SLIDER CHECKBOX */
.form-check .form-check-switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 30px;
	margin: 0;
}
.form-check .form-check-switch input[type=checkbox]{
  	opacity: 0;
}
.form-check .form-check-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color__secondary);
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 15px;
}
.form-check .form-check-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 15px;
}
.form-check .form-check-switch input:checked + .slider {
  	background-color: var(--color__primary);
}
.form-check .form-check-switch input:checked + .slider:before {
  	-webkit-transform: translateX(25px);
  	-ms-transform: translateX(25px);
  	transform: translateX(25px);
}


.form-check-sm .form-check-switch {
	width: 30px;
	height: 20px;
}
.form-check-sm .form-check-switch .slider:before {
	height: 16px;
	width: 16px;
}
.form-check-sm .form-check-switch input:checked + .slider:before {
  	-webkit-transform: translateX(10px);
  	-ms-transform: translateX(10px);
  	transform: translateX(10px);
}

/* Deixa as cols da row com a mesma altura */
.row.equal-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.equal-cols:before,
.row.equal-cols:after {
	display: block;
}
.row.equal-cols > [class*='col-'] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.row.equal-cols > [class*='col-'] > * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */

/* BOOTSTRAP - SOBREPOSIÇÃO */

@media (min-width: 1200px) {
	.container {
		max-width: 1350px;
	}
}

.bg-none {
	background-color: transparent !important;
}

.btn {
	font-family: "Montserrat", sans-serif;
	border-radius: 50px;
	padding: 1rem 2rem;
	font-weight: bold;
	text-decoration: none;
}
.btn-primary:disabled, .btn-success:disabled {
	opacity: 1;
	background: #F7F7F7 !important;
	background-color: #F7F7F7 !important;
	color: #B9B9B9 !important;
}
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle{
	text-decoration: none;
	box-shadow: 0 0 0 !important;
	outline: none !important;
}

.btn.btn-sm {
    padding: .25rem 1rem;
}

.btn-shadow {
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

.btn-facebook {
	background: #3b5998;
	color: #FFF;
}
.btn-twitter {
	background: #1da1f2;
	color: #FFF;
}
.btn-youtube {
	background: #ff0000;
	color: #FFF;
}
.btn-whatsapp {
	background: #25d366;
	color: #FFF;
}

/* // PRIMARY */
.btn-primary {
	background-color: var(--color__primary);
	border: none;
	border-color: var(--color__light);
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
	color: #fff !important;
	background-color: var(--color__primary_hover);
}
.badge-primary {
	background-color: var(--color__primary);
}
.text-primary {
	color: var(--color__primary) !important;
}
.bg-primary {
	background-color: var(--color__primary) !important;
}

/* // PRIMARY LIGHT */
.btn-primary-light {
	background-color: var(--color__primary_light);
	border: none;
	border-color: var(--color__light);
	color: var(--color__primary);
}
.btn-primary-light:hover {
	background-color: var(--color__primary_light);
}
.badge-primary-light {
	background-color: var(--color__primary_light);
}
.text-primary-light {
	color: var(--color__primary_light) !important;
}
.bg-primary-light {
	background-color: var(--color__primary_light) !important;
}

/* // SECONDARY */
.btn-secondary {
	color: #222;
	background-color: #f5f5f5;
	border: none;
	border-color: var(--color__light);
}
.btn-secondary:hover {
	color: #fff !important;
	background-color: #383838;
}

.text-secondary {
	color: var(--color__secondary) !important;
}
.bg-secondary {
	background-color: var(--color__secondary) !important;
}

/* BTN ICON */
.btn-icon,
.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus{
	color: #222 !important;
	padding: .2rem;
	background: transparent !important;
	display: inline-block;
	text-align: center;
	border: 0;
	outline: none;
	box-shadow: 0 0 0 !important;
}

.btn-icon i{
	margin-right: .35rem; 
	width: 40px;
	height: 40px;
	padding: 12px 0;
	color: #fff;
	border-radius: 100%;
	transition: .2s;
	background: var(--color__primary);
}

.btn-icon:hover i{
	background: var(--color__primary_hover);
}

.btn-icon.btn-secondary i{
	color: #222;
    background-color: #f5f5f5;
}

.btn-icon.btn-secondary:hover i{
	color: #fff;
    background-color: #383838;
}

/* // SUCCESS */
.btn-success {
	background-color: var(--color__success);
	color: var(--color__white);
	border: none;
	border-color: var(--color__light);
}
.btn-success:hover {
	background-color: var(--color__success);
}
.badge-success {
	background-color: var(--color__success);
}
.text-success {
	color: var(--color__success) !important;
}
.bg-success {
	background-color: var(--color__success) !important;
}

/* // WARNING */
.btn-warning {
	background-color: var(--color__warning);
	color: var(--color__white);
	border: none;
	border-color: var(--color__light);
}
.btn-warning:hover {
	color: var(--color__white) !important;
}
.badge-warning {
	background-color: var(--color__warning);
}
.text-warning {
	color: var(--color__warning) !important;
}
.bg-warning {
	background-color: var(--color__warning) !important;
}

/* // DANGER */
.btn-danger {
	background-color: var(--color__danger);
	border: none;
	border-color: var(--color__danger);
}
.badge-danger {
	background-color: var(--color__danger);
}
.text-danger {
	color: var(--color__danger) !important;
}
.bg-danger {
	background-color: var(--color__danger) !important;
}

/* // LIGHT */
.btn-light {
	background-color:var(--color__light);
	border: none;
	border-color: var(--color__light);
}
.btn-light:hover {
	color: var(--color__white) !important;
	background-color: var(--color__dark) !important;
}
.badge {
	color: var(--color__white);
}
.badge-light {
	color: var(--color__dark);
	background-color: var(--color__light);
}
.text-light {
	color: var(--color__light) !important;
}
.bg-light {
	background-color: var(--color__light) !important;
}

/* // DARK */
.btn-dark {
	color: var(--color__white) !important;
	background-color: var(--color__dark);
	border: 0;
}
.btn-dark:hover {
	color: var(--color__dark) !important;
	background-color: var(--color__light);
}
.badge-dark {
	color: var(--color__dark);
	background-color: var(--color__dark);
}
.text-dark {
	color: var(--color__dark) !important;
}
.bg-dark {
	background-color: var(--color__dark) !important;
}

/* btn LINK */
.btn-link:hover{
	color: var(--color__primary_hover) !important;
}

label.btn:hover,
label.btn-light,
label.btn-primary:hover {
	background-color: #F0F0F0;
	color: #000 !important;
}

/* INPUT */
.form-control, .input-group-sm>.form-control {
	border-radius: .25rem;
	border: 1px solid var(--color__light);
	transition: 0.8s;
}
.form-control:focus {
	border: 1px solid var(--color__primary);
	background-color: var(--color__light);
	box-shadow: none;
	outline: 0;
}

/* CARD */
.card {
	border: 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all .2s ease;
}

.card:hover{
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.16);
}

.card .card-img-bg {
	display: block;
	width: 100%;
	height: 170px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.card .card-img-bg:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 3rem;
	background: linear-gradient(180deg, rgba(42,51,74,0) 0%, rgba(0,0,0,0.45) 100%);
}
.card .card-img-bg .card-data .top {
	position: absolute;
	left: var(--margin_xs);
	top: var(--margin_xs);
	display: flex;
}
.card .card-img-bg .card-data-bottom {
	position: absolute;
	left: var(--margin_xs);
	bottom: var(--margin_xs);
	display: flex;
	z-index: 1;
}
.card .card-body {
	padding: var(--margin_xs);
	padding-top: calc(var(--margin_xs) - 0);
}
.card .card-body .card-title {
	color: #222;
	font-weight: bold;
}

.btn-fixed, .btn-fixed-bottom-center{
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 1rem 2rem;
    font-weight: bold;
}

/* ELEMENTS Navs */
#elements_nav a{
    position: relative; 
    text-align: center;
    transition: .2s;
    padding-bottom: .5rem;
}

#elements_nav a.active{
    color: #000 !important;
}

#elements_nav a:before{
    content: "";
    width: 0;
    height: 2px;
    background: var(--color__secondary);
    position: absolute;
    bottom: 0;
    transition: .2s;
}

#elements_nav a.active:before,
#elements_nav a:hover:before {
    width: 100%;
    background: var(--color__primary) !important;
}

#elements_nav a sup {
    top: -1em;
}

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

ul.ul li{
    padding: 0 .5rem;
    display: inline-block;
}

.btn-link, .text-theme{
	color: var(--color__primary);
}

.btn:focus{
	box-shadow: 0 0 0;
	outline: none;
	text-decoration: none;
}

#upload_pickfiles {
    border: 3px dashed #ccc;
    background: #f4f7f6;
    color: var(--color__primary);
    font-weight: 700;
    border-radius: 10px;
    transition: .8s;
}

#upload_pickfiles:hover{
	background: var(--color__primary_light);
    border-color: var(--color__primary);
}