/*************************************/
/* ------ Generic classes ------- */
/*************************************/

/*botoes*/
.btn-signup:a:link{

	background-color: ##067a96;
	color:#fff;
	font-size: 12rem;
	padding: 20px;

}



input.invalid {
	background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
	display: none;
}

/* General */
.hide {
	display: none;
}
.no_visibility{
	visibility:hidden;
}
.hide_row{
	background-color:white; 
	visibility:hidden;
	height: 30px;
}

button {
	background-color: #4CAF50;
	color: #ffffff;
	border: none;
	/*padding: 10px 20px;*/
	/*font-size: 17px;*/
	cursor: pointer;
}


button:hover {
	opacity: 0.7;
	border-radius: 5px;
}

#fileToUpload{
	/*font-size: 14px !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;

    display: inline-block !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important; 
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;*/

    border-radius: 4px !important;
    cursor: pointer !important;
    

}
input[type="file"] {
	cursor: pointer !important;
}

#prevBtn {
	background-color: #bbbbbb;
}

/*************************************/
/*tables*/
table{
	border-collapse: collapse;
	border-radius: 5px; 

}

table, tr {
/*	border: 2px solid white;
*/
	border-collapse: collapse !important; 
}

td, th {
/*	font-size: 11pt;
*//*	color: black;
*//*	background-color: #e7deff;
*/	padding: 4px;
	padding-right: 6px;
}


.blue {
	background-color: #067A96;	
	color: white;
}

.second_blue{
	background-color: #CCE6F4; /*#67C0C2;*/
	color: black;
}

th.sort:hover {opacity: 0.7;}
tr.user_row:hover {
	opacity: 0.80;
	cursor: pointer;
/*	color:blue;
*/	background-color: #deebff !important; 
}


/************************************/
/* display user tables */

.bordertop{
	border-top: 15px solid black;
}

.sort {
  cursor: pointer;
}

/*.user {
	cursor: pointer;
}*/

.tag_box{
	/*border-radius: 5px;*/
	color: black;
	/*border:1px solid #067A96;*/
	padding: 5px; 
	/*background: #f2f0f0;*/
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
.two_btns{
	/*width:100px;*/
	float: left;
	/*margin-left: 10px;*/
	/*padding-bottom: 20px;*/
}
.align_right{
	padding-left:10px;
	padding-top: 0px; 
	float:right;
	display:inline-block;
}
/* Blocks */
/*.block{
	display:inline-block;
	padding-right: 5px;
	padding-left: 10px;
	border-radius: 10px;
	text-align: left;
}
*/

/* ---------- VARIABLES ------------ */
:root{
	--header_size: 60px;
	--width: 25%;
}
/* -------------------------------- */
header{
	/*border: 2px solid #4bc22b;*/
	height: var(--header_size);
	position: fixed;
	padding-top: 10px;
    padding-bottom: 20px;
	width: 100%;
}

.body-class{
	background-color: transparent; 
	height: 100%;
	width: 100%;
	max-width: 1300px;
	padding-right: 50px;
	padding-left: 50px;
	min-width: 350px;
}

@media screen and (max-width: 800px) {
	.body-class.fit-screen-content{
		padding-left: 5px;
		padding-right: 5px;
		width: fit-content;
	}

}
@media screen and (max-width: 400px) {
	.body-class{
		padding-left: 20px;
		padding-right: 20px;
	}

}

/*************************************/
/* sidebar for form and profile */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    /*padding-right: 15px;*/
}

.components li{
	padding-bottom: 5px;
}
#sidebar {
    /*min-width: 275px;*/
    /*max-width: 350px;*/
    /*max-width: 20%;*/
    /*min-height: 100vh;*/
}
#sidebar {
    padding: 0px;

}

#sidebar ul{
	padding: 5px;
}

/*----------------*/
/* side nav- admin */
.sidenav {

width: 25% ;
position: absolute;
/*border: 2px solid #4bc22b;
*/  z-index: 1;
  top: var(--header_size);
  bottom: 0%;
  /*300px;*/
  /*height: var(--header_size);*/
  /*left: 10px;*/
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px 8px 5px 10px;

  /*display: inline-block;*/
}
.sidenav-filters {
  height: 85vh;
  /*overflow-y: scroll;*/
  /*position: fixed;*/
  overflow-x: hidden;
  width: 300px;
  padding-right: 10px;
  padding-left: 10px; 
  min-width: 250px;
  margin: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sidenav-filters.collapse_toggle{
	width: 0;
	height: 0;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
}


/* On smaller screens, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 800px) {
  .sidenav-filters {
	width: 0;
	height: 0;
	margin:0;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
  }
  .sidenav-filters.collapse_toggle{
	width: fit-content;
	min-width: 150px;
	height: 85vh;
	margin: auto;
	padding-right: 10px;
  	padding-left: 10px; 	 
}



.main-content{
/*	border: 2px solid #4bc22b;
*/	/*margin-left: calc(25%);*/
/*	margin-left: calc(25%);
*/	/*font-size: 20px;*/ /* Increased text to enable scrolling */
  	padding: 10px 20px 20px 20px;
/*  	margin-right:0px;
*/}

 .sidenav  + .main-content {
 	position: absolute;
 	width:calc(75%);
  	margin-left: calc(25%);
    top: var(--header_size);
}

.active-page{
	color:#0ea9cf !important;
}

}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
/*  text-decoration: none;
*/  font-size: 20px;
  color: black;
/*  display: block;
*/}

.accordion{
	padding: 4px 4px 4px 5px;
	width: 100%;
	word-wrap: break-word;
	border: none;
	text-align: left;
	outline: none;
	background-color: #067A96;
	border-radius: 5px;
}

.accordion .active{
	background-color: #0ea9cf !important;
}
.active_filter{
	background-color: #0ea9cf !important;
}

.panel {
  padding: 2px 5px 2px 10px;
  background-color: white;
  max-height: 0;
  overflow-x: auto;
  overflow-y: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
}

/*slider for years of experience*/
.slider.slider-horizontal{
  width:calc(90%); /* sample value - set it as you like*/
}

.slider-selection{
	background: #67C0C2;
}

.slider-handle{
	background: #dfddff;
}
/*see the tooltip*/
.tooltip.in {
  opacity: 0;
}
/*hide*/
.slider.tooltip {
	display: none !important;
}

#no_results{
	text-align: center;
}
.no_results{
	text-align: center;
	padding: 10px;
}

/*---------- Select2 ---------*/
/*selector tags from select2*/
.select2-selection__choice__remove{
    padding: 0px 3px 3px 0px;
}
/* Make Select2 boxes match Bootstrap 4 heights and colors: */

.select2-selection__rendered {
    line-height: 39px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;  
}
.select2-container--default .select2-selection--single{
	border: 1px solid #ced4da;
}
.select2-selection__placeholder {
    color: #636c72 !important; 
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 0px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	padding-right: 10px !important;
}

.show_form{
	padding-left: 1em;
	padding-right: 2em;
}

/* ----------- end of Select2 -------------*/
.show_form.btn.btn-primary.active{
	color: white !important;
	/*font-weight: bold !important;*/
	background-color: #067a96 !important; 
	box-shadow: 0 0 0 0!important;
	border-radius: 0;
	border:none;
	/*border-color: #6ecff0 !important;*/
}


/*------ Choices ------*/
.choices{
	margin-bottom: 8px;
}
.choices__list--dropdown .choices__item--selectable { 
	padding-right: 0 !important; 
	margin-right: 0  !important;
}

/* custom font for LBC */

/*body{font-family:Open Sans, sans-serif;  }*/
h1{font-family:Open Sans, sans-serif; 	}
h2{font-family:Open Sans, sans-serif;  }
h3{font-family:Open Sans, sans-serif;  }
h4{font-family:Open Sans, sans-serif;  }
h5{font-family:Open Sans, sans-serif;  }

/*font-size:14px; font-weight:normal;
font-size:44px; font-weight:600; 
font-size:30px; font-weight:normal;
font-size:24px; font-weight:normal;
font-size:18px; font-weight:normal;
font-size:16px; font-weight:normal;*/


/*shake*/
.modal_signup_login.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}