/* ==========================================================================
   Base CSS for Tot Talent application
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
    height: 100%;
}
body {
    height: 100%;
}

/*
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
*/

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

/* For tablets: */
@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

/* For desktop: */
@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.container{
	margin-top:20px;
}
.row {
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
	margin: auto;
}
.float {
	float: left;
}

a {
    color: #555555;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
    font-style: normal;	
	line-height: 22px;
}

label {
    display:block;
}
input[type=text].camp, input[type=email].camp, input[type=date].camp, input[type=password].camp, textarea.camp, select.camp{
    border-width: 1px 1px 1px 1px;
    border-color: #d2d2d2;
    border-radius: 0px;
    background-color: #ffffff;
    font-size: 13px;
    color: #aaa9a9;
	height: 50px;
    padding-top: 0;
    padding-bottom: 0;
	outline: 0;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;	
}
/*
input[type=radio].camp {
    color: #8bc34a;
	height: 30px;
    width: 100%;
}*/
textarea {
	height: 100px;
}
.data {
	min-width: 155px;
}
input[type="file"] {
    display: none;
}
.file_input_button {
    /*display: inline-block;*/
    width: 120px;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-style: normal;	
	line-height: 22px;
    font-size: 14px;
    font-weight: 300;
	color: white;
	background: #8bc34a;		/* verd */
    vertical-align: middle;
    height: auto;
    cursor: pointer;
	border-radius: 4px;
	border: none;
}
.titol{
    color: #333333;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.14;
}

.text{
    color: #555555;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
    font-style: normal;	
	line-height: 22px;
}

.text_small{
    color: #555555;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0px;
    font-style: normal;	
	line-height: 22px;
}

.camp{
    color: #888888 !important;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
    font-style: normal;	
	line-height: 22px;
}

.boto {
	padding: 16px;
    font-size: 15px;
    font-weight: 400;
	color: white;
	/*background: #3ba1da;		/* blau */
	background: #8bc34a;		/* verd */
    vertical-align: middle;
    height: auto;
    cursor: pointer;
    width: auto;
	border-radius: 4px;
	border: none;
}
.boto:disabled{
	background: #dddddd;		/* gris */
	cursor: default;
}
.boto_petit{
	padding: 5px;
	width: auto;
}

.inline {
	display: inline-block;
}

.separa_superior{
    margin-top: 50px;
}
.separa_min_superior{
    margin-top: 15px;
}

.button-width {
	width: 200px;
}

.border-red {
	border: 1px solid red;
}
.color-field {
	color:grey;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

.margin-left {
	margin-left: 15px;
}

.vertical-middle {
	display: flex;
	align-content: center;
}

.header-title {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #8c8989;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.14;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-title img{
	vertical-align: middle;
}
.header-bar {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	background-color: #333333;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.14;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer {
	text-align: center;
	color: #8c8989;
	background-color: #333333;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.14;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a {
	color:#bfbfbf;
}
.footer a:hover{
	color:ffffff;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; 
    background-color: #f2dede;
    border-color: rgba(166,66,66,1);
    color: rgba(166,66,66,1);
	font-size: 16px;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;	
}

th {
	text-align: left;
}

.icon {
	height: 32px;
	width: 32px;
}

.test-icon {
	height: 32px;
	width: 32px;
	position: relative;
	top: 10px;
	
}

.logo {
	height: 75px;
}
.logo-welcome {
	margin-top: -20px;
}

.user-photo {
	height: 64px;
	width: 64px;
	border-radius: 50%;	
	vertical-align: middle;
}

.menu{
    color: #ffffff;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0px;
    font-style: normal;	
	line-height: 22px;
	margin-left: 10px;
	float: left;
}

.tooltip {
	position: relative;
	display: inline-block;
	/*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 400px;
	background-color: black;
	color: #fff;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	text-align: left;
	border-radius: 6px;
	padding: 5px 5px;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -200px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.report {
	background-color: #e5f1cd;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
.report-image-div {
	background-image: url('/assets2/icons/tot_talent_t_fons.png');
	background-size: 35px;
	width: 100%;
	height: 94px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.report-image {
	height: 95px;
	width: 95px;
	border-radius: 50%;	
	position: relative;
	top: 45px;
}

.trash {
	color: red;
}

.red {
	color: red;
}
.green {
	color: green;
}

.curricular {
	color: royalblue;
}

.hidden {
	display: none;
}

.semaphoreScreen {
	height: 100px;
	width: 200px;
}

.padding {
	padding: 5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 900px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Data tables */
.dataTables_wrapper {
    color: #888888;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
    font-style: normal;	
	line-height: 22px;
}

/* dataTables Search input box */
.dataTables_filter {
	position: relative;
}
.dataTables_filter input {
	width: 100px;
	height: 25px;
	background: #fcfcfc;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
	text-indent: 10px;
}
.dataTables_filter .fa-search {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
}

/* Talent dimensions */
.td_radio_button {
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 25px;
}
.td_radio_button_blue {
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 130px;
}
.td_readable_card_size {
	width: 270px;
	height: 270px;
	float: left;
}
.td_blue_card_size {
	width: 150px;
	height: 150px;
	float: left;
}

.language-selector {
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    float: right;
    margin-right: 20px;
}
.language-selector h2 {
    margin-top: 0;
    color: #333;
    margin-bottom: 20px;
}
.language-selector a {
    display: inline-block;
    margin: 0 2px;
    padding: 2px 2px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.language-selector a:hover {
    background-color: #0056b3;
}
.language-selector .active {
    background-color: #0056b3;
    font-weight: bold;
    cursor: default;
}
