@font-face {
	font-family: "IBM Plex Mono";
	src: url("../../../fonts/IBM-Plex-Mono/IBMPlexMono-Regular.ttf");
}
@font-face {
	font-family: "Oswald";
	src: url("../../../fonts/Oswald/Oswald-Regular.ttf");
}
@font-face {
	font-family: "Work Sans";
	src: url("../../../fonts/Work-Sans/WorkSans-Regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: "Work Sans";
	src: url("../../../fonts/Work-Sans/WorkSans-SemiBold.ttf");
	font-weight: 700;
}
@font-face {
	font-family: "Config Condensed";
	src: url("../../../fonts/config-condensed/ConfigCondensedMedium.otf");
	font-weight: 700;
}
@font-face {
	font-family: "Config Condensed";
	src: url("../../../fonts/config-condensed/ConfigCondensedLight.otf");
	font-weight: 400;
}
@font-face {
	font-family: "Config Condensed";
	src: url("../../../fonts/config-condensed/ConfigCondensedThin.otf");
	font-weight: 200;
}

html{
	font-size: 14px;
	width: 100%;
	height: 100%;
}
html body{
  background-color: #f6f7fb;
}
body {
	background-color: #f6f7fb;
	color: #2C2A29;
	font-family: "Config Condensed", sans-serif;
}
html body a , html body a:visited{
	color: #06A685;
}
html body a:hover,html body a:focus{
	color: #005844;
}
html body a:active{
	color: #06A685;
}
input, textarea{
	color: #2C2A29;
}
h1 {
	font-family: "Config Condensed", sans-serif;
	color: #2C2A29;
	font-weight: 700;
}
h2 {
	font-family: "Config Condensed", sans-serif;
	text-transform: uppercase;
	color: #2C2A29;
	font-weight: 400;
}
h3 {
	font-family: "Config Condensed", sans-serif;
	color: #2C2A29;
}
h4 {
	font-family: "Config Condensed", sans-serif;
	color: #2C2A29;
}
h5 {
	font-family: "Config Condensed", sans-serif;
	color: #2C2A29;
}
h6 {
	font-family: "Config Condensed", sans-serif;
	color: #2C2A29;
}
p, label .test-answer {
	color: #2C2A29;
	font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
table{
	color: #2C2A29 !important;
}
form label{
	color: #2C2A29;
	font-size: 1.1rem;
}
button {
	font-family: "Config Condensed", sans-serif;
}
pre {
  display: block;
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  padding: 10px;
}
b, strong{
	font-weight: 700 !important;
}
.svg-center-line {
	background-image: url('data:image/svg+xml;utf8,<svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg"><line x1="10" y1="50%" x2="100%" y2="50%" stroke="%2306A685" stroke-width="2px" /></svg>');
}
.svg-offset-lines {
	background-image: url('data:image/svg+xml;utf8,<svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg"><line x1="10" y1="calc(100% - 10px)" x2="100%" y2="calc(100% - 10px)" stroke="%2306A685" stroke-width="2px" /><line x1="calc(100% - 10px)" y1="10" x2="calc(100% - 10px)" y2="100%" stroke="%2306A685" stroke-width="2px" /></svg>');
}
.bkgr-sfondo {
	background: #f6f7fb;
}
.geek-card .icon {
	width: 40px;
}
.table th, .table td{
  padding: 10px 10px;
}
.header_area.sticky{
  background: #f8fafd;
  color: #726a84 !important;
}
.header_area.sticky a{
  color: #726a84 !important;
}
.btn-outline-info{
  border-color: #4E9DE0;
  color: #4E9DE0;
}
.btn-outline-info:hover{
  background-color: #4E9DE0;
}
.form-control{
  background-color: transparent;
  border-color: transparent !important;
  padding: 0;
  border-bottom: 1px solid #2C2A29 !important;
	font-size: 1.3rem;
	color: #2C2A29 !important;
	border-radius: 0 !important;
}
.form-control::placeholder{
	color: #999 !important;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
	background: transparent;
}
.form-control.is-invalid{
	border-color: #dc3545 !important;
}
.form-group{
  margin-bottom: 1rem;
}
.navbar-light .navbar-toggler{
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.navbar-toggler{
	background-color: #f6f7fb !important;
  }
.text-facebook{
  color: #3b5998 !important;
}
.text-twitter{
  color: #55acee !important;
}
.text-linkedin{
  color: #0082ca !important;
}
.text-muted{
	color: #6b6f80 !important;
}
.text-no-transform{
	text-transform: none !important;
}
.badge{
  border: 1.5px solid;
}
b,.bold{
  font-weight: bold;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
  background-image: none;
}
.pointer{
  cursor: pointer;
}
.card-accordion .card .card-header .btn{
  text-align: left;
}
#slider-range .ui-slider-range{
  background: #06A685;
}
.input-slider-text{
  border:0;
  color:#2C2A29;
  font-weight:bold;
  background-color:transparent;
}
.modal{
  z-index: 999999;
}
.navbar-semi-dark .navbar-nav .menu-toggle{
	color: #2C2A29;
}
/*AUTOCOMPLETE*/
.autocomplete-suggestions { border: 0; background: #FFF; overflow: auto; box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2); z-index: 99999999 !important; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { 	background: linear-gradient(transparent 45%, #005844 45%, #005844 70%, transparent 70%); }
.autocomplete-suggestions strong { font-weight: normal; color: #06A685; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* SOCIAL */

ul.social>li {
	display: inline-block;
}

ul.social>li a {
	background: #06A685;
	color: #fff;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	padding: 8px 0;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

ul.social>li a i {
	color: #fff;
	font-size: 24px;
	margin: 8px 0;
}

body.vertical-layout[data-color=bg-chartbg] .navbar-container{
  background-color: #F6F7FB !important;
  background-image: linear-gradient(to right, #F6F7FB, #06A685);
}
body.vertical-layout[data-color=bg-chartbg] .content-wrapper-before{
  height: 100px !important;
  background-color: #F6F7FB !important;
  background-image: linear-gradient(to right, #F6F7FB, #06A685);
}



.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6; /* number of lines to show */
			line-clamp: 6;
	-webkit-box-orient: vertical;
}

.box-shadow{
  	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2) !important;
}

/* BUTTONS */
.btn {
	text-transform: lowercase;
	letter-spacing: 0.2rem !important;
	font-weight: bold !important;
	min-height: 48px;
	font-size: 16px;
	padding: 25px 10px 15px !important;
	line-height: 1;
	clip-path: polygon(calc(100% - 15px) 0, 100% calc(0% + 15px), 100% 100%, 0 100%, 0 0);
	border-radius: 0 !important;
	height: 0;
	margin-top: 10px;
}
.btn:hover {
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.btn-no-shadow {
	box-shadow: none !important;
}
.btn-no-shadow:hover {
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.btn.btn-social{
	min-height: auto;
	padding: 12px 50px !important;
}
.btn.btn-sm{
  font-size: 14px !important;
  padding: 8px 5px !important;
	min-height: auto !important;
}

/* COLOR PRIMARY: former # 274ED8 , new #06A685 */
.btn.btn-primary,
.btn.btn-primary:active {
	background: #06A685 !important;
	color: #fff !important;
	border-color: #06A685 !important;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
	background: #005844 !important;
	color: #fff !important;
	border-color: #005844 !important;
}
.btn.btn-outline-primary,
.btn.btn-outline-primary:active {
	color: #06A685 !important;
	border-color: #06A685 !important;
}
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover {
	background: #06A685 !important;
	color: #fff !important;
	border-color: #06A685 !important;
}
.text-primary {
	color: #06A685 !important;
}
.bg-primary{
	background-color: #06A685 !important;
}
.border-primary{
	border-color: #06A685 !important;
}
.badge-primary {
	background-color: #06A685 !important;
}

/* COLOR SECONDARY: former # 7BD9E7, new #005844 */
.btn.btn-secondary,
.btn.btn-secondary:active {
	background: #005844 !important;
	color: #fff !important;
	border-color: #005844 !important;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
	background: #005844 !important;
	color: #fff !important;
	border-color: #005844 !important;
}

.text-secondary {
	color: #005844 !important;
}

.bg-secondary {
	background: #005844 !important;
}

/* COLOR WHITE: #FFFFFF */
.bg-white {
	background: #fff !important;
}
.text-white {
	color: #fff !important;
}

/* COLOR GRAY: #6b6f80 */
.btn.btn-gray,
.btn.btn-gray:active {
	background: transparent !important;
	color: #6b6f80 !important;
	border-color: #6b6f80 !important;
}
.btn.btn-gray:focus,
.btn.btn-gray:hover {
	background: #6b6f80 !important;
	color: #fff !important;
	border-color: #6b6f80 !important;
}
.btn.btn-outline-gray,
.btn.btn-outline-gray:active {
	background: #6b6f80 !important;
	color: #fff !important;
	border-color: #6b6f80 !important;
}
.btn.btn-outline-gray:focus,
.btn.btn-outline-gray:hover {
	color: #2C2A29 !important;
	border-color: #6b6f80 !important;
	background: #6b6f80 !important;
}
.border-gray{
	border-color: #6b6f80 !important;
}
.bg-gray {
	background: #6b6f80 !important;
}

/* COLOR DARK: #2C2A29 */
.btn.btn-dark,
.btn.btn-dark:active {
	background: #2C2A29 !important;
	color: #fff !important;
	border-color: #2C2A29 !important;
	height: 48px;
}
.btn.btn-dark:focus,
.btn.btn-dark:hover {
	background: #2C2A29 !important;
	color: #ccc !important;
	border-color: #2C2A29 !important;
}
.btn.btn-outline-dark,
.btn.btn-outline-dark:active {
	color: #2C2A29 !important;
	border-color: #2C2A29 !important;
}
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:hover {
	background: #2C2A29 !important;
	color: #fff !important;
	border-color: #2C2A29 !important;
}
.text-dark {
	color: #2C2A29 !important;
}
.bg-dark{
	background-color: #2C2A29 !important;
}
.border-dark{
	border-color: #2C2A29 !important;
}
.badge-dark {
	background-color: #2C2A29 !important;
}

/* COLOR SUCCESS: #5ed84f */
.btn.btn-success,
.btn.btn-success:active {
	color: #fff !important;
	border-color: #5ed84f !important;
}
.btn.btn-success:focus,
.btn.btn-success:hover {
	background: #5ed84f !important;
	color: #2C2A29 !important;
	border-color: #5ed84f !important;
}
.btn.btn-outline-success,
.btn.btn-outline-success:active {
	color: #5ed84f !important;
	border-color: #5ed84f !important;
}
.btn.btn-outline-success:focus,
.btn.btn-outline-success:hover {
	background: #5ed84f !important;
	color: #fff !important;
	border-color: #5ed84f !important;
}
.text-success {
	color: #5ed84f !important;
}
.bg-success{
	background-color: #5ed84f !important;
}
.border-success{
	border-color: #5ed84f !important;
}
.badge-success {
	background-color: #5ed84f !important;
}

/* COLOR DANGER: #fa626b */
.btn.btn-danger,
.btn.btn-danger:active {
	color: #fff !important;
	border-color: #fa626b !important;
}
.btn.btn-danger:focus,
.btn.btn-danger:hover {
	background: #fa626b !important;
	color: #2C2A29 !important;
	border-color: #fa626b !important;
}
.btn.btn-outline-danger,
.btn.btn-outline-danger:active {
	color: #fa626b !important;
	border-color: #fa626b !important;
}
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:hover {
	background: #fa626b !important;
	color: #fff !important;
	border-color: #fa626b !important;
}
.text-danger {
	color: #fa626b !important;
}
.bg-danger{
	background-color: #fa626b !important;
}
.border-danger{
	border-color: #fa626b !important;
}
.badge-danger {
	background-color: #fa626b !important;
}
/* COLOR LINKEDIN: #007bb6 */
.btn.btn-linkedin,
.btn.btn-linkedin:active {
	background: #007bb6 !important;
	color: #fff !important;
	border-color: #007bb6 !important;
}
.btn.btn-linkedin:focus,
.btn.btn-linkedin:hover {
	background: #005983 !important;
	color: #fff !important;
	border-color: #005983 !important;
}
.btn.btn-outline-linkedin,
.btn.btn-outline-linkedin:active {
	color: #007bb6 !important;
	border-color: #007bb6 !important;
}
.btn.btn-outline-linkedin:focus,
.btn.btn-outline-linkedin:hover {
	background: #007bb6 !important;
	color: #fff !important;
	border-color: #007bb6 !important;
}
/* COLOR GITHUB: #444444 */
.btn.btn-github,
.btn.btn-github:active {
	background: #444444 !important;
	color: #fff !important;
	border-color: #444444 !important;
}
.btn.btn-github:focus,
.btn.btn-github:hover {
	background: #2b2b2b !important;
	color: #fff !important;
	border-color: #2b2b2b !important;
}
.btn.btn-outline-github,
.btn.btn-outline-github:active {
	color: #444444 !important;
	border-color: #444444 !important;
}
.btn.btn-outline-github:focus,
.btn.btn-outline-github:hover {
	background: #444444 !important;
	color: #fff !important;
	border-color: #444444 !important;
}

/* SWITCHERY */
.switchery{
  height: 24px;
  border: 1px solid #2C2A29 !important;
}
.switchery>small{
  width: 24px;
  height: 24px;
  box-shadow: none;
  border-color: #2C2A29 !important;
  border: 1px solid #2C2A29 !important;
}

/* GEEK ACCORDION */
.geek-accordion .geek-card{

}
.geek-accordion .geek-card .card-header{
  background: transparent;
  border: none;
  padding: 0;
}
.geek-accordion .geek-card .card-header h4{
  margin: 0;
  padding: 0;
}
.geek-accordion .geek-card .card-body{
  padding: 20px 0 0 0;
}
.geek-accordion .card-header:after, .card-collapse .card-header:after{
  background: transparent !important;
}
.geek-accordion .collapse-icon [data-toggle="collapse"]:before{
	font-family: "feather", sans-serif;
  content: "\e842";
}
.geek-accordion .collapse-icon [data-toggle="collapse"]:after{
	font-family: "feather", sans-serif;
  content: "\e845";
}

/* GEEK CARD */
.geek-card{
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #2C2A29;
	padding: 32px 24px;
	background-image: url('data:image/svg+xml;utf8,<svg height="100%" width="100%" xmlns="http://www.w3.org/2000/svg"><line x1="10" y1="calc(100% - 10px)" x2="100%" y2="calc(100% - 10px)" stroke="%2306A685" stroke-width="2px" /><line x1="calc(100% - 10px)" y1="10" x2="calc(100% - 10px)" y2="100%" stroke="%2306A685" stroke-width="2px" /></svg>');
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.geek-card .icon {
	width: 40px;
	height: 40px;
	font-size: 24px;
  	text-align: center;
  	line-height: 1;
  	padding-top: 20px;
  	margin-bottom: 20px;
  	background: #06A685;
	color: #fff;
	border-radius: 0;
	clip-path: polygon(calc(100% - 15px) 0, 100% calc(0% + 15px), 100% 100%, 0 100%, 0 0);
}
.geek-card .icon-reverse{
	width: 40px;
	height: 40px;
	font-size: 32px;
	margin: 0 auto;
  text-align: center;
  line-height: 1;
	color: #06A685;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.geek-card .geek-card-footer{
	background: transparent;
	padding: 10px 0 5px 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
	cursor: auto;
}

/* LINE THROUGH */
.line-through {
	background: linear-gradient(transparent 65%, #FCE200 65%, #FCE200 90%, transparent 90%);
}

/* SWEETALERT */
.swal2-container.swal2-shown{
	z-index: 99999999999 !important;
}
.swal2-container .swal2-title{
  color: #2C2A29 !important;
	font-family: "Config Condensed", sans-serif;
}
.swal2-container .swal2-content{
  color: #2C2A29 !important;
}
.swal2-container .swal2-confirm{
	text-transform: uppercase;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2) !important;
	letter-spacing: 0.2rem !important;
	font-weight: bold !important;
	height: 48px;
	font-size: 16px;
	padding: 16px 10px;
	background: #06A685 !important;
	color: #fff !important;
	border: 1px solid #06A685 !important;
}
.swal2-container .swal2-cancel{
	text-transform: uppercase;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2) !important;
	letter-spacing: 0.2rem !important;
	font-weight: bold !important;
	height: 48px;
	font-size: 16px;
	padding: 16px 10px;
	background: #f6f7fb !important;
	color: #6b6f80 !important;
	border: 1px solid #6b6f80 !important;
}

/* SELECT 2 */
.select2-container{
    width: 100% !important;
	background: transparent !important;
}
.select2-container--default .select2-selection--multiple{
	background: transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    background: transparent !important;
	color: #2C2A29;
	font-size: 1.15rem;
	padding-left: unset;
}
.select2-container--default .select2-selection--single{
    background: transparent !important;
    border: transparent !important;
    border-bottom: 1px solid #2C2A29 !important;
    border-radius: 0;
    outline: none;
	height: auto !important;
}
.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below{
    border: none !important;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.2);
}
.select2-container.select2-container--disabled{
	background: #ECEFF1 !important;
}
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true]{
    background: linear-gradient(transparent 45%, #005844 45%, #005844 70%, transparent 70%) !important;
    color: #2C2A29 !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: linear-gradient(transparent 45%, #005844 45%, #005844 70%, transparent 70%) !important;
    color: #2C2A29 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none;
    border-radius: 6px;
}
.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: rotate(180deg);
	top: 5px !important;
	right: 0px !important;
}
.select2-dropdown{
  z-index: 99999999 !important;
	background: #fff !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice{
	border: 1px solid #06A685 !important;
	color: #06A685 !important;
	background: transparent !important;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #06A685 !important;
}
.select2-selection--multiple .select2-container{
	display: none;
}
.select2-container--default .select2-search--inline .select2-search__field{
	color: #2C2A29;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #999999;
}

/* DROPDOWN */
.dropdown-menu a.dropdown-item, .dropdown-menu a.dropdown-item:visited{
	color: #2C2A29;
}

/* STEPS */
.app-content .wizard>.actions>ul>li>a{
	background: #06A685 !important;
	color: #fff !important;
}
.app-content .wizard>.actions>ul>li>a:hover,.app-content .wizard>.actions>ul>li>a:focus{
	background: #005844 !important;
	color: #fff !important;
}
.app-content .wizard>.actions>ul>li.disabled>a[href='#previous'],.app-content .wizard>.actions>ul>li>a[href='#previous']{
	background: #6b6f80 !important;
}

@media (max-width: 768px) {
	.app-content .wizard>.steps .step {
		font-size: 0.75rem !important;
		width: 25px !important;
		height: 25px !important;
		line-height: 25px !important;
	}
	.app-content .wizard>.steps>ul>li {
		display: table-cell !important;
		float: none !important;
	}
	.app-content .wizard>.steps>ul>li a {
		margin-top: 33px !important;
	}
	.geek-card{
		padding: 16px 12px;
	}
}

.logo-azienda {
	max-width: 100%;
    max-height: 100%;
}

/* MODALS */
.modal{
	z-index: 999999;
}
.modal .modal-dialog .modal-content{
	background: #fff;
	color: #000;
}
.modal .modal-dialog .modal-content .modal-header .close{
	color: #000;
}
.modal .modal-header{
	border-bottom: 1px solid #e9ecef;
}

/* PAGINATION */
.pagination{

}
.pagination .page-item.disabled .page-link{

}
.pagination .page-item.active .page-link{
	background-color: #06A685 !important;
	border-color: #06A685 !important;
	color: #ffffff !important;
}
.pagination .page-item .page-link{

}
.pagination .page-item .page-link:hover{

}

/* NOTE EDITOR */
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable *{
	color: #2C2A29 !important;
}

/* GEEK TOAST */
.geek-toast{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:99999999;
	background: #312B3D !important;
	color: #fff !important;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.7);
}
.geek-toast p{
	color: #fff !important;
	font-size: 1rem !important;
}
.geek-toast .toast-header{
	background: #211E27 !important;
	color: #fff !important;
	font-size: 1.2rem !important;
}
.geek-toast .close{
	color: #fff;
	opacity: 0.5;
}
.border-left-primary{
  border-left: 4px solid #06A685 !important
}
.border-left-gray{
	border-left: 4px solid #6b6f80 !important;
}
.main-menu.menu-dark .navigation>li>a{
	padding: 12px 10px;
}
.form-group>label{
	font-weight: bold;
}

/* TOOLTIP */
.tooltip {
    z-index: 99999999999999 !important;
}

/* WIKI */
#wiki-term-of-the-day{
	background: url('../../../img/new/light/wiki-term-of-the-day.png') no-repeat center left;
}
#searchBarWikiForm .wiki-circle-button{
    background-color: #06A685;
    color: #fff;
    padding: 15px;
    border: 5px;
    font-size: 1.25rem;
	clip-path: polygon(calc(100% - 15px) 0, 100% calc(0% + 15px), 100% 100%, 0 100%, 0 0);
}
#wikiInputGroup{
	clip-path: polygon(calc(100% - 15px) 0, 100% calc(0% + 15px), 100% 100%, 0 100%, 0 0);
}
#wikiInputGroup .form-control{
	border-top: transparent;
	border-right: transparent;
	border-bottom: 1px solid #ced4da !important;
	background: #fff;
	font-size: 1.3rem !important;
	line-height: 1.5 !important;
	height: 52px !important;
}
#wikiInputGroup .input-group-text{
	font-size: 1.6rem;
	padding: 1rem;
	background: #fff;
	border: transparent;
	border-bottom: 1px solid #ced4da !important;

}
.logo-wiki{

}

/* FILE UPLOADER */
.geek-file-uploader{

}
.geek-file-uploader label{
	width: 100%;
	position: relative;
}
.geek-file-uploader label .geek-file{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.geek-file-uploader label .geek-file-uploader-area{
	text-align: center;
	font-size: 20px;
	padding: 20% 10px;
	border: 3px dashed #000;
}

/* PREVIEW CURRICULUM CANDIDATO */
#candidateCurriculumPreview, #candidateCurriculumPreview p, #candidateCurriculumPreview ul, #candidateCurriculumPreview ol{
	font-size: 0.7rem !important;
	margin: 0 !important;
}
#candidateCurriculumPreview h1{
	font-size: 1.5rem !important;
}
#candidateCurriculumPreview h3{
	font-size: 1.25rem !important;
}
#candidateCurriculumPreview h5{
	font-size: 0.8rem !important;
}
#candidateCurriculumPreview .technology-col{
	padding: 0 5px;
}
#candidateCurriculumPreview ul.social>li{
	line-height: 1;
	padding-right: 10px;
}
#candidateCurriculumPreview ul.social>li a{
	width: 24px;
	height: 24px;
	padding: 4px 0;
}
#candidateCurriculumPreview ul.social>li a i{
	font-size: 16px;
}
#candidateCurriculumPreview .p-1{
	padding: 0.5rem !important;
}
#candidateCurriculumPreview .technologies-sample{
    display: none;
}
#candidateCurriculumPreview .job-experiences-sample{
    display: none;
}
#candidateCurriculumPreview .school-sample{
    display: none;
}
@media (max-width: 768px) {
	#candidateCurriculumPreview, #candidateCurriculumPreview p, #candidateCurriculumPreview ul, #candidateCurriculumPreview ol{
		font-size: 0.9rem !important;
	}
	#candidateCurriculumPreview h5{
		font-size: 1rem !important;
	}
	#candidateCurriculumPreview .technology-col{
		padding-left: 15px;
		padding-right: 15px;
	}
	#candidateCurriculumPreview ul.social>li{
		line-height: 1;
		padding-right: 20px;
	}
	#candidateCurriculumPreview ul.social>li a{
		width: 32px;
		height: 32px;
		padding: 5px 0;
	}
	#candidateCurriculumPreview ul.social>li a i{
		font-size: 22px;
	}
}

/* CALENDARIO */
.fc-timegrid{
    cursor: pointer;
}
.fc-media-screen .fc-timegrid-event{
	background: transparent;
	border: 0;
}
.fc-media-screen .fc-timegrid-event .dam-calendar-event{
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 -3% 0 -3px;
	padding: 0 2px;
	border: 1px solid #fff;
}
@media (max-width: 768px){
    .fc .fc-button{
        font-size: 0.75em;
        padding: 0.2em 0.4em;
    }
    .fc .fc-toolbar-title{
        font-size: 1.25em;
    }
    .fc .fc-col-header-cell-cushion{
        font-size: 11px;
    }
}

/* RIBBON */
.geek-ribbon{
	width: 125px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 15px;
}
.geek-ribbon span{
	position: absolute;
	width: 220px;
	padding: 5px 0;
	background-color: #06A685;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	top: 35px;
	left: -30px;
	transform: rotate(45deg);
}


/* Andersen */

#modal-container-andersen { display:none; width: 100%; height: 100%; position: fixed; top:0; left: 0; background: rgba(0,0,0,0.5); z-index:1050;}
#modal-andersen {
	background-image:url('/img/assets/modal_assets/andersen_consulting_popup_bg.jpg');
	display:block;
	width: 100%;
	max-width: 400px;
	height:auto;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	border: none;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	padding:.5rem 1rem 1rem 1rem;
	font-family: "Work Sans", arial, sans-serif;
	color: #fff;
	font-size:21px;
	line-height:1.5rem;
	font-weight:400;
}
#modal-andersen .close-modal { 
	width: 100%; 
	text-align: right; 
	padding-bottom: 55%; 
	box-sizing:border-box; 
	position:relative; 
}
#modal-andersen .close-modal .close-image { 
	display:inline-block; 
	width: 60px; 
	box-sizing:border-box; 
	position:absolute; 
	right: -7%;
	top: -12%;
}

#modal-andersen .modal-text p { 
	text-align: center; 
	width: 100%; 
	box-sizing: border-box; 
	font-weight:200;
	margin-block-start:0;
	margin-block-end:1rem;
	margin-bottom: 2rem;
}

#modal-andersen .modal-text .button {
 background-color: #f40826;
 font-size: 15px;
 padding:15px 25px;
 margin-top: 1rem;
 color: #fff;
 font-weight:600;
 text-decoration: none;
 border: none;
 font-family: "Works Sans", arial, sans-serif;
 font-weight: 600;
 text-transform: uppercase;
 margin:0 auto;
 text-align:center;
 width:90%;
 display:inline-block;
}

#modal-andersen .andersen-logo {
	margin:0rem auto;
	text-align:center;
	max-width:80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

#modal-andersen img {
	margin:0 auto;
}

#modal-andersen .modal-text {
	position:relative;
	top:10%;
	text-align:left;
	max-width:80%;
	margin:0 auto;
}