/* General
-----------------------------------------*/
.iwf-fieldset-label {
	margin-bottom: 20px;
}

.tb-box .iwf-panel-title {
	line-height: 1.8rem;
}

.tb-box-link .iwf-panel > div,
.tb-box-hasicons .iwf-panel > div {
	padding-bottom: 40px;	
}

.tb-box-link.tb-box-hasicons .iwf-panel > div {
	padding-bottom: 80px;
}

.tb-box-link .tb-panel-links  {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	border-top: 1px solid #CCC;
	line-height: 18px;
	padding: 6px 0;
	text-align: right;
}

.tb-box-hasicons .tb-icons {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
}

.tb-box-link.tb-box-hasicons .tb-icons {
	bottom: 35px;
}


.tb-box-link .tb-panel-links a.tb-readmore {
	display: inline-block;
	height: 18px;
	width: 15px;
	background: url(../images/readmore.png) left top no-repeat;
}

[data-tb-click] {
	cursor: pointer;
}

[data-tb-click] .iwf-panel-box {
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

[data-tb-click]:hover .iwf-panel-box {
	-webkit-box-shadow: 0px 0px 2px 0 rgba(0,133,178,0.4);
	-moz-box-shadow: 0px 0px 2px 0 rgba(0,133,178,0.4);
	box-shadow: 0px 0px 2px 0 rgba(0,133,178,0.4); 
}





/* Metadata
-----------------------------------------*/
ul.tb-meta {
	font-size: 0.8rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.tb-meta li {
	text-align: right;
}
ul.tb-meta li:before, 
ul.tb-meta li:after {
    content: "";
    display: table;
}
ul.tb-meta li:after {
    clear: both;
}
ul.tb-meta li strong {
	float: left;
	font-weight: normal;
}

/* Dashboard
-----------------------------------------*/
.tb-dashboard {}

/* Job box
-----------------------------------------*/
.tb-box-job .iwf-panel-title {
	margin-bottom: 10px;
    overflow-wrap: break-word;
}

.tb-box-job .tb-icons {
	margin-top: 10px;
}

.tb-box-job.inactive .iwf-panel-box {
	background: #fefefe;
}

.tb-box-job.inactive .iwf-panel-box * {
	color: #bbb;
}

.tb-box-job.awaiting .iwf-panel > div:after {
	display: block;
	font-size: 25px;
	font-family: "FontAwesome";
	content:"\f017";
	color: #333;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.tb-box-job .tb-job-teaser {
	font-size: 0.8rem;
	margin-top: 10px;
}

/* Job page
-----------------------------------------*/
.tb-job .tb-meta { max-width: 250px; }
.tb-job .tb-meta li { text-align: left; }
.tb-job .tb-meta li strong { width: 130px; font-weight: bold; }

.tb-job .tb-job-box-inner {
	padding-right: 270px;
}

.tb-job .tb-job-box-inner .tb-job-actions {
	float: right;
	margin-right: -270px;
	width: 270px;
}

.tb-attachment a {
	color: #0084b4;
	text-decoration: underline;
}

.tb-attachment a:hover {
	color: #333;	
}

@media (max-width: 720px) {
	.tb-job .tb-job-box-inner { padding-right: 0; }
	.tb-job .tb-job-box-inner .tb-job-actions { float: none; margin: 0 0 20px 0; }
}

/* Talent page
-----------------------------------------*/
.tb-box-talent .tb-talent-synonyms,
.tb-box-talent .tb-talent-relations {
	font-size: 0.9em;
	font-style: italic;
}

.tb-box-talent .tb-talent-synonyms span,
.tb-box-talent .tb-talent-relations span {
	font-weight: bold;
}

.tb-box-talent .tb-talent-synonyms a,
.tb-box-talent .tb-talent-relations a {
	color: #333;
}

.tb-box-talent .tb-talent-synonyms a:hover,
.tb-box-talent .tb-talent-relations a:hover {
	color: #0083b6;
}



/* Icons
-----------------------------------------*/
.tb-icons:before, 
.tb-icons:after {
    content: "";
    display: table;
}
.tb-icons:after {
    clear: both;
}

.tb-icon {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #CCC;
	text-align: center;
	text-decoration: none;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.tb-icon.tb-icon-invert {
	background: #0083b6;
	border-color: #0083b6; 
	color: #FFF;
}

.tb-icon em {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	margin-right: 3px;
}

.tb-icon-count {
	padding: 0 7px 0 12px;
}

.tb-icon .fa {
	display: inline-block;
	font-size: 17px;
	color: #0083b6;
}

.tb-icon.tb-icon-invert .fa {
	color: #FFF;
}

.tb-icons .tb-icon:not(:first-child) {
	margin-left: 4px;
}

.tb-profile-talents li.with-icon {
	position: relative;
	padding-left: 40px;
}

.tb-profile-talents .tb-icon {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 0;
	padding: 0 3px;
	height: 20px;
	line-height: 18px;
}

.tb-profile-talents .tb-icon .fa {
	font-size: 12px;
}

/* Link icons 
-----------------------------------------*/

[class*='tb-link'] {
	position: relative;
	display: inline-block;
	text-decoration: none;
	z-index: 1;
	color: #333;
}

.tb-menu-panel [class*='tb-link'] {
	display: block;
}

[class*='tb-link']:not(.tb-link-pos-left) {
	padding-right: 25px;
}

[class*='tb-link'].tb-link-pos-left {
	padding-left: 25px;
}

[class*='tb-link']:after {
	font-family: "FontAwesome";
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -9px;
	height: 18px;
	width: 18px;
	line-height: 17px;
	color: #888888;
	font-size: 10px;
	text-align: center;	
	background: #fafafa;
	border: 1px solid #ababab;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.tb-link-arrow:after {
	content: "\f054";
	text-indent: 1px;
}

.tb-link-plus:after {
	content: "\f067";
}

[class*='tb-link'].tb-link-dark:after {
	background: #888888;
	border-color: #888;
	color: #fafafa;
}

[class*='tb-link']:hover:after,
.tb-active [class*='tb-link']:after,
[class*='tb-link'].tb-link-invert:after {
	background: #f0b800;
	border-color: #f0b800;
	color: #fafafa;
}



[class*='tb-link'].tb-link-pos-left:after {
	left: 0;
	right: auto;
	z-index: 2;
}

.tb-menu [class*='tb-link'].tb-link-pos-left:after {
	top: 15px;
}

.tb-link-arrow-left:after,
.tb-active > .tb-link-arrow.tb-link-arrow-hover-left:after,
.tb-link-arrow.tb-link-arrow-hover-left:hover:after {
	content: "\f053";
	text-indent: -2px;
	line-height: 17px;
}

.tb-link-arrow-up:after,
.tb-active > .tb-link-arrow.tb-link-arrow-hover-up:after,
.tb-link-arrow.tb-link-arrow-hover-up:hover:after {
	content: "\f077";
	text-indent: -1px;
	line-height: 15px;
}

.tb-link-arrow-down:after,
.tb-active > .tb-link-arrow.tb-link-arrow-hover-down:after,
.tb-link-arrow.tb-link-arrow-hover-down:hover:after {
	content: "\f078";
	text-indent: 0;
	line-height: 16px;
}

.tb-active > .tb-link-arrow.tb-link-arrow-hover-right:after,
.tb-link-arrow.tb-link-arrow-hover-right:hover:after {
	content: "\f054";
	text-indent: 1px;
	line-height: 17px;
}

/* Menu module
-----------------------------------------*/
.tb-menu-panel {
	color: #888;
}

.tb-menu-panel .iwf-panel-header > h3 {
	position: relative;
	cursor: pointer;
}

.tb-menu-panel .iwf-panel-header > h3:after {
	font-family: "FontAwesome";
	content: "\f054";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 20px;
	height: 20px;
	line-height: 20px;
	width: 20px;
	border: 1px solid #FFF;
	font-size: 14px;
	text-align: center;
	text-indent: 2px;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tb-menu-panel .iwf-panel-header > h3.open:after {
	content: "\f078";
	text-indent: 0;
}

.tb-menu-panel .iwf-panel-header > h3:hover:after {
	background: #FFF;
	color: #003772;
}

.tb-menu-panel .tb-menu-main h3 {
	margin-top: 0;
}

.tb-menu-panel .tb-menu-header {
	margin: 1.2rem 0;
}

.tb-menu-panel .tb-menu-header > h3 {
	font-size: 1.2rem;
}

.tb-menu-panel .tb-menu-header > h3 + ul {
	margin-top: 1.2rem;
	margin-left: 25px;
}

.tb-menu-panel .tb-menu-header > h3 + span {
	display: inline-block;
	margin-top: 0.6rem;
}

.tb-menu-panel li a {
	line-height: 27px;
	color: #888;
}

.tb-menu-panel li.active a {
	color: #003772;
}

.tb-menu-panel ul.tb-level2 {
	margin-left: 15px;
}

.tb-menu-panel a {
	cursor: pointer;
}

/* Pin widget
-----------------------------------------*/

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

.tb-pinwidget .tb-pin-menu > ul {
	text-align: right;
}

.tb-pinwidget .tb-pin-menu > ul > li {
	display: inline-block;
}

.tb-pinwidget .tb-pin-menu > ul > li:not(:first-child):before {
	content: "|";
	display: inline-block;
	padding: 0 10px;
}

.tb-pinwidget .tb-pin-menu > ul > li > a {
	text-decoration: none;
	cursor: pointer;
}

.tb-pinwidget .tb-pin-menu > ul > li.iwf-active > a {
	text-decoration: underline;
}

.tb-pinwidget .tb-pins li:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eaeaea;
}

.tb-pinwidget .tb-pins h2,
.tb-pinwidget .tb-pins .tb-pin-date {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.5rem;
	display: inline-block;
}

.tb-pinwidget .tb-pins .tb-pin-date {
	font-weight: normal;
	font-size: 0.9rem;
	color: #ccc;
	padding-left: 5px;
}

.tb-pinwidget .tb-pins p {
	margin: 15px 0 0 0;
	padding: 0;
}

.tb-pinwidget .tb-pin-add {
	margin-top: 40px;
}

.tb-pinwidget .tb-pin-more {
	margin-top: 30px;
	text-align: right;
}

.tb-pinwidget .tb-pin-control {
	border-bottom: 1px solid #eaeaea;
}

.tb-pinwidget .tb-pin-control > li {
	border-top: 1px solid #eaeaea;
	padding: 5px 25px 5px 10px;
	line-height: 25px;
}

.tb-pinwidget .tb-pin-control > li:nth-child(odd) {
	background: #f9f9f9;
}

.tb-pinwidget .tb-pin-control > li.header {
	font-weight: bold;
}

.tb-pinwidget .tb-pin-control .tb-publish {
	height: 18px;
	line-height: 18px;
	margin-top: 3px;
	width: 100px;
}

.tb-pinwidget .tb-pin-control .tb-link-arrow {
	position: absolute;
	right: 10px;
	top: 17px;
}

.tb-pinwidget .tb-pin-new {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	height: 18px;
	line-height: 16px;
	padding: 0 7px;
	color: #FFF;
	text-transform: lowercase;
	background: #0084b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tb-pinwidget .tb-pin-message {
	padding: 15px 20px;
	font-style: italic;
}

/* Legenda module
-----------------------------------------*/

.tb-legenda {
	margin-top: 20px;
}

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

.tb-legenda ul li {
	margin: 2px 0;
	line-height: 30px;
}

.tb-legenda ul li .fa {
	font-size: 20px;
	line-height: 28px;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border: 1px solid transparent;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tb-legenda ul li.tb-invert .fa {
	font-size: 17px;
	border-color: #003772;
	background: #003772;
	color: #FFF;
}

.tb-legenda ul li span {
	overflow: hidden;
}



/* Profile
-----------------------------------------*/
.tb-myprofile .tb-edit-profile {
	position: absolute;
	right: 15px;
	top: 15px;
}

.profile .tb-nothumb {
	border: 1px solid #eee;
	font-size: 150px;
	color: #0082b8;
	text-align: center;
}

.tb-profile-contact .fa {
	display: inline-block;
	width: 16px;
	text-align: center;
	margin-right: 5px;
	color: #DDD;
}

.tb-profile-contact a {
	color: #333;
	text-decoration: none;
}

.tb-profile-contact a:hover {
	color: #0082b8;
}

.tb-profile-thumb img {
	max-width: 100%;
	width: 100%;
	height: auto !important;
}

.tb-profile-buttons a.tb-note {
	margin-top: 4px;
}

.tb-comment-box .fa {
	float: left;
	color: #333;
	font-size: 22px;
	margin-right: 20px;
}

.tb-comment-box p {
	overflow: hidden;
}

.profile .iwf-tab {
	border-bottom: none;
	padding-left: 26px !important;
}

.profile .iwf-tab > li {
	margin-bottom: 0px;
}

.profile .iwf-tab > li > a { 
	border: none;
	padding: 8px 46px;
	color: #666;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: 2px solid #fafafa;
	border-bottom: 2px solid #fafafa;
	background: #f4f4f4;
	background: -webkit-linear-gradient(bottom, #f4f4f4 0%, #ffffff 10px, #ffffff 100%);
	background: -moz-linear-gradient(bottom, #f4f4f4 0%, #ffffff 10px, #ffffff 100%);
	background: -o-linear-gradient(bottom, #f4f4f4 0%, #ffffff 10px, #ffffff 100%);
	background: linear-gradient(bottom, #f4f4f4 0%, #ffffff 10px, #ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.profile .iwf-tab > li:nth-child(n+2) > a {
    margin-left: 15px;
}

.profile .iwf-tab > li.iwf-active > a {
	border: none;
	color: #0082b8;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: #FFF;
}

.profile .iwf-tabs > div {
	background: #FFF;
	padding: 20px;
	margin-top: 0;
}

/* Buttons 
------------------------------------------*/
.tb-action-button {
	position: relative;
	display: inline-block;
	height: 32px;
	color: #0082b8;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tb-action-button:not(.tb-no-border) {
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.tb-action-button:not(.tb-no-icon) {
	padding: 5px 10px 5px 40px;
}

.tb-action-buttons > .tb-action-button:not(:first-child) {
	margin-left: 3px;
}

.tb-job .tb-action-buttons > .tb-action-button:not(:first-child) {
	margin-left: 0;
}

.tb-action-buttons-vertical > .tb-action-button {
	width: 100%;
}

.tb-action-buttons-vertical > .tb-action-button:not(:first-child) {
	margin-top: 5px;
}	

.tb-action-button:not(.tb-no-icon):before {
	display: inline-block;
	width: 40px;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 20px;
}

.tb-action-button.tb-like:before {
	content:"\f164";
}

.tb-action-button.tb-favourite:before {
	content:"\f005";
}

.tb-action-button.tb-react:before {
	content:"\f00c";
}

.tb-action-button.tb-edit:before {
	content:"\f040";
}

.tb-action-button.tb-view:before {
	content:"\f054";
}

.tb-action-button.tb-tip:before {
	content:"\f12a";
}

.tb-action-button.tb-admin:before {
	content:"\f053";
}

.tb-action-button.tb-close:before {
	content:"\f00d";
}

.tb-action-button.tb-remove:before {
	content:"\f1f8";
}

.tb-action-button.tb-note:before {
	content:"\f249";
	content:"\f1ce";
	content: "\f1cb";
}

.tb-action-button.tb-likes .slide,
.tb-action-button.tb-publish .slide {
	position: relative;
	display: inline-block;
	height: 18px;
	width: 46px;
	border: 1px solid #cdcdcd;
	background: #eeeeee;
	vertical-align: middle;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	z-index: 1;
}

.tb-action-button.tb-likes .slide:after,
.tb-action-button.tb-publish .slide:after  {
	position: absolute;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #333;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	z-index: 2;
	top: 0;
	right: 0;
}


.tb-action-button.tb-likes.tb-activated .slide:after,
.tb-action-button.tb-publish.tb-activated .slide:after {
	left: 0;
	right: auto;
	background: #0082b8;
	
}

.tb-action-button.tb-likes:not(.tb-activated) .tb-true,
.tb-action-button.tb-likes.tb-activated .tb-false,
.tb-action-button.tb-publish:not(.tb-activated) .tb-true,
.tb-action-button.tb-publish.tb-activated .tb-false {
	color: #888;
}

.tb-action-button.tb-note.tb-activated  {
	color: #0082b8;
	
}



.tb-action-button:not(.tb-likes):not(.tb-activated):not(.tb-publish) .tb-true,
.tb-action-button:not(.tb-likes):not(.tb-publish).tb-activated .tb-false {
	display: none;
}



.tb-action-button:not(.tb-likes):not(.tb-dark):not(.tb-publish):hover,
.tb-action-button.tb-invert {
	background: #003772;
	border-color: #003772;
	color: #FFF; 
}

.tb-action-button.tb-dark {
	background: #eee;
	color: #333;
	transition: all 1s ease-out;
}

.tb-action-button.tb-dark:hover {
	background: #DDD;
	color: #555;
}

.tb-action-button.tb-invert:hover {
	background: #888 !important;
	border-color: #888 !important;
}

.tb-action-buttons-small button {
	line-height: 17px;
}

/* Reaction form
--------------------------------------------------*/
.tb-reaction-form:not(.tb-activated) .tb-true,
.tb-reaction-form.tb-activated .tb-false,
.tb-note-form:not(.tb-activated) .tb-true,
.tb-note-form.tb-activated .tb-false{
	display: none;
}



.tb-reaction-form .iwf-modal-header h2 {
	margin-top: 0;
}

/* Chozen override
--------------------------------------------------*/
.iwf-form .chzn-container-multi .chzn-choices {
	min-height: 37px;
	border: 1px solid #eaeaea;
	background-image: none;
}

.iwf-form .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	line-height: 37px;
	height: 37px;
	padding: 0 10px;
}

.iwf-form .chzn-container-multi .chzn-choices li.search-choice {
	line-height: 23px;
	height: 31px;
	background: #008fcb;
	border-color: #008fcb;
	color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
}

.iwf-form .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
	color: #FFF;
	background: none;
	top: -3px;
	right: 0;
	font-size: 12px;
}

.iwf-form .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
	content:"\f00d";
	font-family: FontAwesome;
}

/* Search list 
-----------------------------------------------------------*/
.ui-helper-hidden-accessible { 
	display: none;
}

.ui-autocomplete {
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}

.tb-talentfield .iwf-autocomplete-results em { 
	font-style: normal;
	text-decoration: underline;
	color: #0084b4;
}

.tb-talentfield .iwf-autocomplete-results > li {
	padding: 5px 10px;
	border-top: 1px solid #CCC;
}

.tb-talentfield .iwf-autocomplete-results > li:first-child {
	border-top: none;
}

.tb-talentfield .iwf-autocomplete-results > li:hover {
	background: #F8F8F8;
	cursor: pointer;
}

.tb-talentfield .iwf-autocomplete-results span {
	font-size: 80%;
}

.tb-talentfield .iwf-dropdown {
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	padding: 0;
	animation: none !important;
}

.tb-talentfield h4 {
	line-height: 37px;
}

.tb-talentfield .tb-talent-list > div {
	padding: 1px 0;
}

.tb-talentfield .tb-talent-list {
	margin: 10px 0 20px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	list-style: none;
	padding: 0;
}

.tb-talentfield .tb-talentselected .noval {
	margin: 10px 0 20px 0;
	border-top: 1px solid #eaeaea;
	padding: 5px 10px;
	line-height: 25px;
	font-style: italic;
}

.tb-talentfield .tb-talent-list,
.tb-talentfield .tb-talentselected.has-values .noval {
	display: none;
}

.tb-talentfield .tb-talentselected.has-values .tb-talent-list {
	display: block;
}

.tb-talentfield .tb-talent-list li {
	padding: 5px 10px;
	border-top: 1px solid #eaeaea;
	position: relative;
	line-height: 25px;
}

.tb-talentfield .tb-talent-list li:first-child {
	border-top: none;
}

.tb-talentfield .tb-talent-list li span {
	display: none;
}

.tb-talentfield .tb-talent-list li:hover span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 80%;
	line-height: 25px;
	cursor: pointer;
	padding: 5px;
}

.tb-talentfield .tb-talent-list li .fa {
	line-height: 25px;
	display: inline-block;
	padding-right: 10px;
}

.tb-talentfield .tb-talent-list li .fa:hover {
	cursor: pointer;
}

/* Modals 
----------------------------------------------------*/
.iwf-modal-content .iwf-form-info { 
	top: -5px;
}

textarea[data-tb-autoheight] {
	overflow-y: hidden;
	min-height: 200px;
}