body {
  font-size: .875rem;
}
footer{
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  color: #000 !important;
}
footer a{
    color: #0d6efd;
    text-decoration: underline;
}
.navbar-dark{
  background-color: #FFF;
}
.bi-check-circle{
  font-size: 5em;
  color: #7777 !important;
  /* para centrar icono. */
  display: block;
  margin: auto;
}
.bi-exclamation-circle{
  font-size: 5em;
  color: red !important;
  /* para centrar icono. */
  display: block;
  margin: auto;
}
.bi-cloud-arrow-up-fill, .bi-person-circle{
  color: #000;
  font-size: 1.5em;
}
.sticky-top {
    line-height: 2;
    }
.nav-link {
    color: #000000 !important;
    float: right !important;
}
.login{
  float: right;
  padding-right: 10px;
  padding-top: 15px;
}
.mt-5{
  margin-top: 5%;
}
.mt-15{
  margin-top: 15%;
}
.menu-top li {
  font-size: 1.1em !important;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/*footer{
  position: absolute;
  bottom: 0;
}*/
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.curs_content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.curs_content_child{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  min-width: 50%;
  padding: 0 1em;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*drag and drop pujada fitxers*/
.button-set {
  background-color: white;
  margin: 0 auto;
  width: 100%;
}
.button-set h4 {
  font-size: 25px;
  color: #2f8ecc;
}

.uploader_form .upload-drag-and-drop-box {
  min-height: 150px;
  border: 3px dashed grey;
  text-align: center;
  padding: 50px 0px 10px 0px;
  width:auto;
}

.upload-drag-and-drop-box:hover {
  min-height: 150px;
  /*border: 3px solid grey;*/
  text-align: center;
  background: rgba(68, 177, 250, 0.08);;
  padding: 50px 0px 10px 0px;
}

#fileUpload > .ajax-upload-dragdrop{
  width:100% !important;
  border: 0px;
  padding: 0px;
}

#fileUpload .ajax-file-upload{
  display: none;
}

.btn_no_style{
    background-color: transparent;
    border: 0px;
    color: white;
}

.file-type-desc {
  font-size: 18px;
  color: black;
  margin-top: 10px;
  padding-bottom: 5px;
}
.drag-drop-text {
  font-size: 20px;
  display: inline-block;
  color: #8c99a5;
  font-weight: normal;
}
.browse-button {
    font-size: 17px;
    padding: 1px;
    line-height: normal;
    box-shadow: none;
    background-color: grey;
    color: #F9FAFA;
    padding: 7px 15px 7px 15px;
    margin-left: 3px;
    border-radius: 5px;
    display: inline;
    text-decoration: underline;
    font-weight: normal;
}

.file-upload-buttons {
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.form-back-button {
  background: #8d999f;
  padding: 10px 40px 0px 40px;
  margin-right: 25px;
  color: white;
  border: none;
  border-radius: 7px;
  font-size: 20px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.55);
}
.form-back-button img {
  margin-right: 10px;
  position: relative;
}
.form-back-button:hover {
  -webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.55);
}
.form-back-button img:hover {
  right: 2px;
}
.form-upload-button {
  background: #44B1FA;
  padding: 10px 40px 0px 40px;
  min-height: 55px;
  color: white;
  border: none;
  border-radius: 7px;
  font-size: 20px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.55);
}

.form-upload-button img {
  margin-left: 5px;
  position: relative;
}
.form-upload-button:hover {
  -webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.55);
}
.form-upload-button img:hover {
   top: -2px
}
.about-template {
   
}
.template-prep-tips {

}
.about-template-tips {
  background-color: white;
  padding: 20px 15px 30px 25px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
  border: 2px solid #2f8ecc;
  border-radius: 5px;
  font-size: 15px;
}
.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    margin-right: 14px;
    margin: 10px 0px 0px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
    width: calc(100% - 10px) !important;
}
.ajax-file-upload-progress {
    margin: 0 10px 5px 10px;
    min-height: 31px;
    position: relative;
    width: 78%;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 3px;
    display: inline-block;
}
.ajax-file-upload-bar {
    background-color: #0ba1b5;
    width: 0;
    height: 25px;
    font-size: 17px;
    border-radius: 3px;
    color: #FFFFFF;
}
.fieldset ul{
  padding-left: 0px;
}
/*end drag and drop*/
/*TABLE SORT*/
.dataTables_length, .dataTables_wrapper {
  font-size: 1.6rem select, input;
  font-size-background-color: #f9f9f9;
  font-size-border: 1px solid #999;
  font-size-border-radius: 4px;
  font-size-height: 3rem;
  font-size-line-height: 2;
  font-size-font-size: 1.8rem;
  font-size-color: #333;
}
.dataTables_length .dataTables_length, .dataTables_wrapper .dataTables_length, .dataTables_length .dataTables_filter, .dataTables_wrapper .dataTables_filter {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-flex;
}

/*paginate*/
.paginate_button {
  min-width: 4rem;
  display: inline-block;
  text-align: center;
  /*padding: 1rem 1.6rem;*/
  /*margin-top: -1rem;*/
  /*border: 2px solid lightblue;*/
}
.paginate_button:not(.previous) {
  border-left: none;
}
.paginate_button.previous {
  border-radius: 8px 0 0 8px;
  min-width: 7rem;
}
.paginate_button.next {
  border-radius: 0 8px 8px 0;
  min-width: 7rem;
}
.paginate_button:hover {
  cursor: pointer;
  background-color: #eee;
  text-decoration: none;
}

.table-bordered td {
    text-align: center;
}
 tr, td, th {
    text-align: center;
}
.premiats li:not(.select2-selection__choice){
  font-size: 1.32em;
}
.premiats li:first-child:not(.select2-selection__choice){
  font-size: 1.4em;
  background-color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  line-height: 1.3em;
}
.select2-container{
  width:80% !important;
}
.premiats li:nth-child(2){
  margin-right: 0px !important;
}
.premiats li i{
  font-size: 1.4em;
}
.premiats li:nth-child(2):after{
  content: "-";
  margin-right: 0px !important;
  margin-left: 5px;
}

.premiats li:nth-child(5){
  margin-left: 20px;
}
.nav-link{
  font-size: 1.1em;
}
.active {
    font-weight: 700;
    font-size: 1.1em;
    /*border-bottom: 4px solid #000;*/
}
.navbar-nav .active label{
  border-bottom: 4px solid #000;
}

.navbar-nav label{
  cursor:pointer;
}
.page-item.disabled .page-link{
  height: 100%;
}
.pagination{
  justify-content: flex-end;
}
.notes{
  width: 5% !important;
}
.nominput{
  width: 60% !important;
  margin: auto;
  text-align: center;
}
.inter{
  line-height: 2.35em;
}
.bi-cloud-download, .bi-eye-fill, .bi-trash-fill{
  font-size: 2em;
}
.bi-pencil-fill{
  font-size: 1.5em;
}
.fase-middle td{
vertical-align: middle !important;
}

.ajax-file-upload-error{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin-top: 1rem;
}

#res-grid .form-control {
  display: inline-block;
  width: auto;
  margin-left: 10px !important;  
}

#res-list .nom_criteri{
  display: none;
}

#res-table tr td,
#res-list tr td{
  position:relative
}

.editable-container.editable-inline{
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em;
  border: 1px solid rgb(204, 204, 204);
  background-color: white;
  z-index: 99;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  width: max-content !important;
}
.editable-submit{
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.editable-buttons button{
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}  
.editable-buttons .editable-submit{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.editable-buttons .editable-cancel{
  border: 1px solid #ccc;
}

.editable-input input[type=text]{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.editable-click, a.editable-click{
  display: inline !important;
}

.card-body{
  position:relative;
}

.editable-disabled{
  pointer-events:none;
}

th.hidden,
td.hidden{
  display:none;
}


